@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;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: ;
}

*,
::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;
  font-family: "Segoe UI", Arial, sans-serif;
  /* 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;
  font-family: "Segoe UI", Arial, sans-serif !important;
}

/*
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 - Confident Academic Authority */
  --primary: #219e9a;
  --color-primary: #ad1f37;
  --tp-common-black: #031220;
  --tp-common-white: #ffffff;
  --tp-theme-1: #a00f0f;
  /* red-700 */
  --color-primary-50: #fdf2f4;
  /* red-50 */
  --color-primary-100: #fce4e8;
  /* red-100 */
  --color-primary-200: #f9c9d1;
  /* red-200 */
  --color-primary-300: #f5a3b3;
  /* red-300 */
  --color-primary-400: #e8667f;
  /* red-400 */
  --color-primary-500: #d93a56;
  /* red-500 */
  --color-primary-600: #ad1f37;
  /* red-600 */
  --color-primary-700: #8b1a2d;
  /* red-700 */
  --color-primary-800: #6b1523;
  /* red-800 */
  --color-primary-900: #4d0f19;
  /* red-900 */
  /* Secondary Colors - Professional Depth */
  --color-secondary: #2c3e50;
  /* slate-800 */
  --color-secondary-50: #f8f9fa;
  /* slate-50 */
  --color-secondary-100: #ecf0f1;
  /* slate-100 */
  --color-secondary-200: #d5dbdb;
  /* slate-200 */
  --color-secondary-300: #aeb6bf;
  /* slate-300 */
  --color-secondary-400: #85929e;
  /* slate-400 */
  --color-secondary-500: #5d6d7e;
  /* slate-500 */
  --color-secondary-600: #34495e;
  /* slate-600 */
  --color-secondary-700: #2c3e50;
  /* slate-700 */
  --color-secondary-800: #1c2833;
  /* slate-800 */
  --color-secondary-900: #17202a;
  /* slate-900 */
  /* Accent Colors - Warm Achievement Highlights */
  --color-accent: #e8b547;
  /* yellow-500 */
  --color-accent-50: #fffbf0;
  /* yellow-50 */
  --color-accent-100: #fef5e0;
  /* yellow-100 */
  --color-accent-200: #fdecc8;
  /* yellow-200 */
  --color-accent-300: #fbdfa3;
  /* yellow-300 */
  --color-accent-400: #f4cc6f;
  /* yellow-400 */
  --color-accent-500: #e8b547;
  /* yellow-500 */
  --color-accent-600: #d19a2e;
  /* yellow-600 */
  --color-accent-700: #a67c24;
  /* yellow-700 */
  --color-accent-800: #7d5d1b;
  /* yellow-800 */
  --color-accent-900: #5a4314;
  /* yellow-900 */
  /* Background Colors - Clean Content Canvas */
  --color-background: #fafbfc;
  /* gray-50 */
  --color-surface: #f4f6f8;
  /* gray-100 */
  --color-surface-hover: #e8ebf0;
  /* gray-200 */
  /* Text Colors - Clear Readability */
  --color-text-primary: #1a202c;
  /* gray-900 */
  --color-text-secondary: #4a5568;
  /* gray-600 */
  --color-text-tertiary: #718096;
  /* gray-500 */
  --color-text-disabled: #a0aec0;
  /* gray-400 */
  /* Semantic Colors */
  --color-success: #38a169;
  /* green-600 */
  --color-success-light: #c6f6d5;
  /* green-100 */
  --color-success-dark: #276749;
  /* green-800 */
  --color-warning: #d69e2e;
  /* yellow-600 */
  --color-warning-light: #fefcbf;
  /* yellow-100 */
  --color-warning-dark: #975a16;
  /* yellow-800 */
  --color-error: #e53e3e;
  /* red-600 */
  --color-error-light: #fed7d7;
  /* red-100 */
  --color-error-dark: #9b2c2c;
  /* red-800 */
  --color-info: #3182ce;
  /* blue-600 */
  --color-info-light: #bee3f8;
  /* blue-100 */
  --color-info-dark: #2c5282;
  /* blue-800 */
  /* Border Colors */
  --color-border: #e2e8f0;
  /* gray-300 */
  --color-border-light: #edf2f7;
  /* gray-200 */
  --color-border-dark: #cbd5e0;
  /* gray-400 */
  /* Shadow Values */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-base: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-card: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-card-hover: 0 8px 24px rgba(0, 0, 0, 0.12);
  /* Transition Timing */
  --transition-fast: 200ms;
  --transition-base: 300ms;
  --transition-slow: 400ms;
  --transition-timing: ease-out;
}

* {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 252 / var(--tw-bg-opacity, 1));
  font-family: Source Sans Pro, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern" 1, "liga" 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity, 1));
  letter-spacing: -0.02em;
}

h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1.1;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
    line-height: 1;
  }

  .programs-section-title .programs-nav-tab .nav .nav-item .nav-link {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1.1;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  h4 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h6 {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.75;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

a {
  --tw-text-opacity: 1;
  color: rgb(173 31 55 / var(--tw-text-opacity, 1));
  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;
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(139 26 45 / var(--tw-text-opacity, 1));
}

button {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: ease-out;
}

/* Button Styles */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Inter, sans-serif;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: ease-out;
}

.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(173 31 55 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -1px 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:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(139 26 45 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -2px 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(217 58 86 / var(--tw-ring-opacity, 1));
}

.btn-outline {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(173 31 55 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(173 31 55 / var(--tw-text-opacity, 1));
}

.btn-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(173 31 55 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-outline:hover img {
  filter: invert(1) brightness(100) contrast(200%);
}

.btn-outline:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 58 86 / var(--tw-ring-opacity, 1));
}

.btn-ghost {
  --tw-text-opacity: 1;
  color: rgb(173 31 55 / var(--tw-text-opacity, 1));
}

.btn-ghost:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 244 / var(--tw-bg-opacity, 1));
}

.btn-ghost:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 58 86 / var(--tw-ring-opacity, 1));
}

/* Card Styles */

.card {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0 4px 12px 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;
  transition-timing-function: ease-out;
}

.card-hover:hover {
  --tw-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0 8px 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);
}

/* Form Styles */

.form-input {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity, 1));
}

.form-input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 128 150 / var(--tw-placeholder-opacity, 1));
}

.form-input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 128 150 / 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(217 58 86 / var(--tw-ring-opacity, 1));
}

.form-label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity, 1));
}

/* Section Styles */

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1024px) {
  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.section-alt {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 248 / var(--tw-bg-opacity, 1));
}

.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;
  }
}

/* Typography Utilities */

/* Animation Utilities */

.animate-fade-in {
  animation: fadeIn 400ms ease-out;
}

.animate-slide-up {
  animation: slideUp 400ms ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Scroll Reveal */

.reveal {
  --tw-translate-y: 2rem;
  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));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
  transition-timing-function: ease-out;
}

.reveal.active {
  --tw-translate-y: 0px;
  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));
  opacity: 1;
}

/* Status Badges */

.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-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

/* Divider */

/* Link Styles */

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.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;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.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;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-25 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-96 {
  height: 24rem;
}

.h-full {
  height: 100%;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-32 {
  width: 8rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.min-w-\[100px\] {
  min-width: 100px;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-lg {
  max-width: 32rem;
}

.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));
}

.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 400ms ease-out;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-slide-up {
  animation: slideUp 400ms ease-out;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.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-12 {
  gap: 3rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-x-2> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-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));
}

.space-y-4> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.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));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.rounded-2xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 1rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-accent\/30 {
  border-color: rgb(232 181 71 / 0.3);
}

.border-border {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(232 181 71 / var(--tw-bg-opacity, 1));
}

.bg-accent-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 240 / var(--tw-bg-opacity, 1));
}

.bg-accent\/20 {
  background-color: rgb(232 181 71 / 0.2);
}

.bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 252 / var(--tw-bg-opacity, 1));
}

.bg-info-light {
  --tw-bg-opacity: 1;
  background-color: rgb(190 227 248 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(173 31 55 / var(--tw-bg-opacity, 1));
}

.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 244 / var(--tw-bg-opacity, 1));
}

.bg-secondary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 51 77 / var(--tw-bg-opacity, 1));
}

.bg-secondary-900\/40 {
  background-color: rgb(26 51 77 / 0.4);
}

.bg-secondary-900\/80 {
  background-color: rgb(26 51 77 / 0.8);
}

.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(56 161 105 / var(--tw-bg-opacity, 1));
}

.bg-success-light {
  --tw-bg-opacity: 1;
  background-color: rgb(198 246 213 / var(--tw-bg-opacity, 1));
}

.bg-warning-light {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 191 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.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-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-primary {
  --tw-gradient-from: #ad1f37 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(173 31 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50 {
  --tw-gradient-from: #fdf2f4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-secondary-900\/80 {
  --tw-gradient-from: rgb(26 51 77 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 51 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-secondary-900\/90 {
  --tw-gradient-from: rgb(26 51 77 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 51 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-secondary-800\/80 {
  --tw-gradient-to: rgb(36 71 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),
    rgb(36 71 102 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-accent-50 {
  --tw-gradient-to: #fffbf0 var(--tw-gradient-to-position);
}

.to-primary-700 {
  --tw-gradient-to: #8b1a2d var(--tw-gradient-to-position);
}

.to-primary-900\/70 {
  --tw-gradient-to: rgb(77 15 25 / 0.7) var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent 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-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.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;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.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: Inter, sans-serif;
}

.font-headline {
  font-family: Inter, sans-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;
}

.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.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.75;
}

.leading-tight {
  line-height: 1.1;
}

.text-accent {
  --tw-text-opacity: 1;
  color: rgb(232 181 71 / var(--tw-text-opacity, 1));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(173 31 55 / var(--tw-text-opacity, 1));
}

.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(252 228 232 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(51 102 153 / var(--tw-text-opacity, 1));
}

.text-secondary-900 {
  --tw-text-opacity: 1;
  color: rgb(26 51 77 / var(--tw-text-opacity, 1));
}

.text-success {
  --tw-text-opacity: 1;
  color: rgb(56 161 105 / var(--tw-text-opacity, 1));
}

.text-text-primary {
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity, 1));
}

.text-text-secondary {
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-60 {
  opacity: 0.6;
}

.shadow-card {
  --tw-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0 4px 12px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -2px 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-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.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: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.hover\:scale-110:hover {
  --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));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(173 31 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(232 181 71 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(173 31 55 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(139 26 45 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(51 102 153 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:grayscale-0:hover {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-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\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:space-y-0> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@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\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.RecruiterSwiper .swiper-slide img {
  border: 2px solid #f1f1f1;
  padding: 10px;
  border-radius: 10px;
  margin: 10px;
}

.testimonialSection .card {
  background: linear-gradient(135deg, #0a0f1f 28%, #336699);
  border-radius: 18px;
  padding: 28px;
  overflow: hidden;
  position: relative;
  backdrop-filter: blur(12px);
  /* border-top: 4px solid #ad1f37; */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.testimonialSection .card:hover {
  transform: scale(1.03);
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.2);
}

/* Name & text styling stays white */
.testimonialSection .card h4,
.testimonialSection .card p {
  color: #f4faff;
}

/* Profile image subtle glow */
.testimonialSection .card img.rounded-full {
  box-shadow: 0px 0px 15px rgba(0, 195, 255, 0.4);
}

/* Shape decoration enhancements */
/* .shape-decor {
  right: -20px;
  width: 150px;
  opacity: 0.3;
  filter: invert(1) drop-shadow(0 0 8px rgba(255,255,255,0.5));
  transform: rotate(5deg);
  animation: floaty 6s ease-in-out infinite;
} */

/* Soft floating animation */
/* @keyframes floaty {
  0% { transform: translateY(0) rotate(5deg);}
  50% { transform: translateY(-8px) rotate(5deg); }
  100% { transform: translateY(0) rotate(5deg);}
} */
.awardsCards {
  border-right: 1px solid grey;
  width: 278px;
  object-fit: contain;
}

@media (max-width: 750px) {
  .awardsCards {
    border-right: none;
  }
}

/*================================================
Admission Area Style
=================================================*/
.admission-area {
  background-color: #ffc333;
}

.admission-image .image-2 {
  top: 15px;
  right: 0px;
  position: absolute;
}

.admission-image .image-2 img {
  width: 160.957px;
  height: 108.473px;
  transform: rotate(30deg);
  border: 3px solid white;
  border-radius: 5px;
}

.admission-image .image-1 {
  border-radius: 5px;
}

.admission-content h2 {
  font-size: 46px;
  margin-bottom: 15px;
  color: #012150;
}

.admission-content p {
  font-size: 20px;
  margin-bottom: 15px;
  color: #012150;
}

.btn-outline2 {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: white;
  --tw-text-opacity: 1;
  color: #ffc333;
  border-radius: 8px;
  background-color: #1a334d;
}

.btn-outline2:hover {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: white;
  --tw-text-opacity: 1;
  background-color: #ad1f37;
  border-radius: 8px;
  color: white;
}

.testimonial-card {
  width: 280px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  font-family: "Inter", sans-serif;
}

.card-image {
  position: relative;
}

.card-image img {
  width: 100%;
  display: block;
  height: 230px;
  object-fit: cover;
  border-radius: 18px 18px 0 0;
}


.card-content {
  padding: 16px 18px 22px;
}

.card-content h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #111;
  font-weight: 700;
}

.card-content .sub {
  margin: 4px 0 10px;
  font-size: 0.9rem;
  color: #555;
}

.card-content .desc {
  margin: 0;
  font-size: 0.9rem;
  color: #444;
  line-height: 1.4;
}

.bg-mehrron {
  background-color: #ad1f37 !important;
  color: white !important;
  padding: 8px !important;
}

.color-mehrron {
  color: #ad1f37 !important;
}

.color-blue {
  color: #012150 !important;
}

.bg-blue {
  background: #012150 !important;
}

.color-yellow {
  color: #e7b447;
}

.btn-2 {
  border: 1px solid #ad1f37 !important;
  display: flex !important;
  padding: 8px;
  border-radius: 5px;
}

.btn-2 {
  background-color: #ad1f37;
  color: white;
}

.btn-2:hover {
  background-color: #ffffff;
  color: #ad1f37;
}

.btn-2:hover img {
  filter: invert(1) brightness(100) contrast(200%);
}

.btn-3 {
  border: 1px solid #ad1f37 !important;
  display: flex !important;
  /* padding: 8px; */
  border-radius: 5px;
}

.btn-3:hover {
  background-color: #ad1f37;
  color: white;
}

.btn-3:hover img {
  filter: invert(1) brightness(100) contrast(200%);
}

.navlink a {
  text-decoration: none;
  color: #ad1f37 !important;
  font-size: 15px;
}

.topcta {
  padding: 70px 0px !important;
}

/* color */
.bg-light1 {
  background-color: #ffe9e7 !important;
}

.bg-light2 {
  background-color: #dcd9ff !important;
}

.bg-light3 {
  background-color: #f5efff !important;
}

.bg-light4 {
  background-color: #f0ffef !important;
}

.virtualCampus .card img {
  display: none;
  position: absolute;
  top: -40px;
  right: -50px;
  height: 100px;
  transition: 0.5s ease;
  /* smooth animation */
}

.virtualCampus .card:hover img {
  top: -20px;
  right: -30px;
}

/*================================================
Choose Area Style
=================================================*/
.choose-content {
  margin-right: 65px;
  margin-bottom: 25px;
}

.choose-content .title {
  margin-bottom: 30px;
}

.choose-content .title h2 {
  font-size: 42px;
  margin-bottom: 25px;
}

.choose-content .arrow-btn {
  color: #ad1f37;
}

.choose-content .arrow-btn::before {
  background-color: #ad1f37;
}

.choose-content .arrow-btn:hover {
  color: rgb(0, 30, 67);
}

.choose-content .arrow-btn:hover::after {
  background-color: rgb(0, 30, 67);
}

.choose-content .choose-counter-info {
  margin-top: 40px;
  padding-top: 35px;
  border-top: 1px solid #fff0f0;
}

.choose-content .choose-counter-info ul li {
  margin-right: 100px;
}

.choose-content .choose-counter-info ul li h2 {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 5px;
}

.choose-content .choose-counter-info ul li i {
  line-height: 0;
  font-size: 35px;
  margin-right: 15px;
  color: #ad1f37;
}

.choose-content .choose-counter-info ul li p {
  font-weight: 500;
  color: rgb(0, 30, 67);
}

.choose-content .choose-counter-info ul li:last-child {
  margin-right: 0;
}

.choose-image {
  position: relative;
  margin-left: 50px;
  margin-bottom: 25px;
}

.choose-image .choose-image-info {
  left: -60px;
  bottom: 30px;
  max-width: 510px;
  padding: 20px 30px;
  position: absolute;
  background-color: #ffc333;
}

.choose-image .choose-image-info p {
  color: #5b5952;
  font-weight: 500;
  font-style: italic;
}

.choose-image .choose-image-info i {
  right: 20px;
  bottom: -28px;
  font-size: 30px;
  position: absolute;
  color: black;
}

.pb-75 {
  padding-bottom: 70px;
}

.premiumProgram .premiumHead,
.premiumProgram .premiumHead span {
  color: #e7b447;
}

.choose-area .choose-content .title h2 {
  font-weight: 600;
}

.choose-area .choose-content .title {
  font-weight: 500;
}

.choose-area .choose-content a {
  font-weight: 500;
  font-size: 28px;
  color: #a82020;
}

.choose-area .choose-content .title span {
  color: #a82020;
}

.choose-area .choose-content .choose-counter-info ul li h2 {
  color: #1a334d;
}

.social-hover {
  transition: all 0.3s ease;
}

.social-hover:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  /* makes shadow look softer */
}

.text-deco-none ul li a {
  text-decoration: none !important;
}

.text-deco-none ul {
  padding-left: 1rem !important;
}

/* banner */
/*================================================
Page Banner Area Style
=================================================*/
.pages-banner-area {
  z-index: 2;
  position: relative;
  padding-top: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../public/images/bg-3.jpg);
}

@media (max-width: 780px) {
  .pages-banner-area {
    padding-top: 180px !important;
  }
}

.pages-banner-area .container-fluid {
  max-width: 1480px;
  padding-left: 30px;
  padding-right: 30px;
}

.pages-banner-area .shape-7 {
  left: 250px;
  bottom: 0;
  position: absolute;
}

.pages-banner-area::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  background-color: rgba(0, 30, 67, 0.92);
}

.pages-banner-area::after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 110px;
  z-index: -1;
  content: "";
  position: absolute;
  background-color: white;
}

/* //new update  */
.directmsg.pages-banner-area::after {
  display: none;
}

.pages-title {
  margin-top: 50px;
}

.pages-title h2 {
  font-size: 56px;
  margin-bottom: 20px;
  color: white;
}

.pages-title ul li {
  color: #d2d6dc;
  margin-right: 10px;
  padding-right: 20px;
  position: relative;
}

.pages-title ul li a {
  font-weight: 700;
  color: #ffc333;
}

.pages-title ul li a:hover {
  color: white;
}

.pages-title ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d2d6dc;
  transform: translateY(-50%);
}

.pages-title ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.pages-title ul li:last-child::before {
  display: none;
}

/*================================================
Overview Area Style
=================================================*/
.overview-content {
  margin-bottom: 25px;
}

.overview-content .image {
  margin-bottom: 40px;
}

.overview-content .graduets-counter h2 {
  line-height: 0;
  font-size: 60px;
  margin-bottom: 15px;
}

.overview-content .graduets-counter h2 img {
  margin-right: 10px;
}

.overview-content .graduets-counter p {
  color: rgb(0, 30, 67);
  font-size: 25px;
}

.overview-content .graduets-btn .arrow-btn {
  font-weight: 700;
  color: rgb(0, 30, 67);
}

.overview-content .graduets-btn .arrow-btn::before {
  background-color: rgb(0, 30, 67);
}

.overview-content .graduets-btn .arrow-btn:hover {
  color: #ad1f37;
}

.overview-content .graduets-btn .arrow-btn:hover::after {
  background-color: #ad1f37;
}

.overview-image {
  margin-top: 30px;
  margin-left: 70px;
  margin-bottom: 25px;
  margin-right: -10px;
}

.overview-image .title {
  margin-bottom: 30px;
}

.overview-image .title h2 {
  font-size: 42px;
  line-height: 0;
  margin-bottom: 25px;
}

.overview-image .title h2 img {
  margin-right: 10px;
}

.overview-image .arrow-btn {
  color: #ad1f37;
}

.overview-image .arrow-btn::before {
  background-color: #ad1f37;
}

.overview-image .arrow-btn:hover {
  color: rgb(0, 30, 67);
}

.overview-image .arrow-btn:hover::after {
  background-color: rgb(0, 30, 67);
}

.overview-image .casual-image {
  margin-top: 80px;
  position: relative;
}

.overview-image .casual-image .adma {
  top: -55px;
  right: 0;
  position: absolute;
}

.overview-image .casual-image.pages-style .content-shape {
  top: -55px;
  right: 0;
  position: absolute;
}

.overview-image .casual-image.pages-style .content-shape::before {
  left: 0;
  right: 0;
  top: 50%;
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 100%;
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
  background-color: #ad1f37;
}

.overview-image .casual-image.pages-style .content-shape img {
  animation: rotateme 15s linear infinite;
}

/*================================================
Funfact Area Style
=================================================*/
.single-funfact-info {
  padding: 50px;
  margin-bottom: 25px;
  background-color: #002a5c;
}

.single-funfact-info h2 {
  line-height: 0;
  font-size: 50px;
  margin-bottom: 15px;
  color: #ffffff;
}

.single-funfact-info h2 img {
  /* font-size: 45px;
  line-height: 0;
  color: #e4b200;
  margin-right: 10px; */
  height: 45px;
}

.single-funfact-info p {
  color: rgba(255, 255, 255);
  margin-bottom: 0px !important;
}

.single-funfact-info .arrow-btn {
  color: #ad1f37;
}

.single-funfact-info .arrow-btn::before {
  background-color: #ad1f37;
}

.single-funfact-info .arrow-btn:hover {
  color: #ffffff;
}

.col-lg-4:nth-child(even) .single-funfact-info {
  background-color: #ffc333;
}

.col-lg-4:nth-child(2) .single-funfact-info h2 {
  color: rgb(0, 30, 67);
}

.col-lg-4:nth-child(2) .single-funfact-info h2 i {
  color: rgb(0, 30, 67);
}

.col-lg-4:nth-child(2) .single-funfact-info p {
  color: rgb(0, 30, 67);
}

.col-lg-4:nth-child(3) .single-funfact-info {
  background-color: rgb(0, 30, 67);
}

/* padding */
.pb-75 {
  padding-bottom: 75px;
}

.adma-about-content {
  margin-bottom: 25px;
}

.adma-about-content .title {
  max-width: 646px;
  margin-bottom: 30px;
}

.adma-about-content .title h2 {
  font-size: 42px;
  line-height: 0;
  margin-bottom: 25px;
}

.adma-about-content .title h2 img {
  margin-right: 15px;
}

.adma-about-content .adma-about-card h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.adma-about-content .adma-about-card h3 i {
  line-height: 0;
  font-size: 30px;
  margin-right: 10px;
  color: #ad1f37;
}

.adma-about-content .adma-about-card .arrow-btn {
  margin-top: 15px;
  color: #ad1f37;
}

.adma-about-content .adma-about-card .arrow-btn::before {
  background-color: #ad1f37;
}

.adma-about-content .adma-about-card .arrow-btn:hover {
  color: rgb(0, 30, 67);
}

.adma-about-content .adma-about-card .arrow-btn:hover::after {
  background-color: rgb(0, 30, 67);
}

.col-lg-6:nth-child(2) .adma-about-card p {
  max-width: 313px;
}

/* hoverBTN */
/* .hoverBtn {
  color: #012150 !important;
}

.hoverBtn:hover {
  color: #ad1f37 !important;
} */
.hoverBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #012150;
  /* adjust if needed */
  font-weight: 500;
}

.hoverBtn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #ad1f37;
  transition: width 0.4s ease-in-out;
}

.hoverBtn:hover::after {
  width: 100%;
}

/* timeline */
.timeLine ul {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}

/* line */
.timeLine ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.timeLine ul li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
.timeLine ul li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
.timeLine ul li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 1.25rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.timeLine ul li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
.timeLine ul li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
.timeLine ul li .title,
.timeLine ul li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}

.timeLine ul li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
  background-color: white;
  color: #ad1f37;
}

.timeLine ul li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
  background-color: white;
}

/* shadows */
.timeLine ul li .title::before,
.timeLine ul li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}

.timeLine ul li .title::before {
  bottom: calc(100% + 0.125rem);
}

.timeLine ul li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  .timeLine ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }

  .timeLine ul::before {
    grid-column: 2;
  }

  .timeLine ul li:nth-child(odd) {
    grid-column: 1;
  }

  .timeLine ul li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  .timeLine ul li:nth-child(2) {
    grid-row: 2/4;
  }

  .timeLine ul li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .timeLine ul li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }

  .timeLine ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

.timeLine .credits {
  margin-top: 1rem;
  text-align: right;
}

.timeLine .credits a {
  color: var(--color);
}

.timeLine {
  background-color: #002652;
  padding: 40px 0px;
}

@media (max-width: 750px) {
  .overview-image {
    margin-top: 30px;
    margin-left: 0px !important;
    margin-bottom: 25px;
    margin-right: 0px !important;
  }

  .overview-image .title h2 {
    font-size: 36px;
    line-height: 0;
    margin-bottom: 25px;
  }
}

/*================================================
Programs Area Style
=================================================*/
.programs-area {
  overflow: hidden;
  background-color: #f6f6f6;
}

.programs-section-title {
  margin-bottom: 40px;
}

.programs-section-title .title h2 {
  font-size: 42px;
  margin-bottom: 0;
}

.programs-section-title .programs-nav-tab .nav .nav-item {
  margin-right: 42px;
}

.programs-section-title .programs-nav-tab .nav .nav-item .nav-link {
  padding: 0;
  font-weight: 700;
  position: relative;
  color: rgb(0, 30, 67);
  background-color: transparent;
  /* font-size: 18px; */
}

.programs-section-title .programs-nav-tab .nav .nav-item .nav-link::before {
  left: 0;
  width: 0;
  bottom: 0;
  height: 1px;
  content: "";
  position: absolute;
  transition: 0.5s;
  background-color: #ad1f37;
}

.programs-section-title .programs-nav-tab .nav .nav-item .nav-link:hover {
  color: #ad1f37;
}

.programs-section-title .programs-nav-tab .nav .nav-item .nav-link:hover::before {
  width: 100%;
}

.programs-section-title .programs-nav-tab .nav .nav-item .nav-link.active {
  color: #ad1f37;
}

.programs-section-title .programs-nav-tab .nav .nav-item .nav-link.active::before {
  width: 100%;
}

.programs-section-title .programs-nav-tab .nav .nav-item:last-child {
  margin-right: 0;
}

/*  */

.single-programs-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.single-programs-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

/* IMAGE AREA */
.single-programs-card .image {
  position: relative;
  overflow: hidden;
}

.single-programs-card .image img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
}

.single-programs-card:hover .image img {
  transform: scale(1.08);
}

/* IMAGE OVERLAY */
.single-programs-card .image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 40%,
      rgba(0, 0, 0, 0.65));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.single-programs-card:hover .image::after {
  opacity: 1;
}

/* INFO LIST BADGE */
.single-programs-card .image .list {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: flex;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 2;
  transition: all 0.4s ease;
}

.single-programs-card .image .list li {
  font-size: 13px;
  font-weight: 500;
  color: #001e43;
  position: relative;
  padding-left: 22px;
}

.single-programs-card .image .list li i {
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 16px;
  color: #ad1f37;
}

/* LIST HOVER */
.single-programs-card:hover .image .list {
  background: #ad1f37;
}

.single-programs-card:hover .image .list li,
.single-programs-card:hover .image .list li i {
  color: #ffffff;
}

/* CONTENT */
.single-programs-card .content {
  padding: 22px 20px 26px;
}

.single-programs-card .content h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.single-programs-card .content h3 a {
  color: #001e43;
  transition: color 0.3s ease;
}

.single-programs-card:hover .content h3 a {
  color: #ad1f37;
}

.single-programs-card .content p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 18px;
}

/* CTA BUTTON */
.single-programs-card .content .arrow-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #ad1f37;
  position: relative;
  transition: all 0.3s ease;
}

.single-programs-card .content .arrow-btn i {
  transition: transform 0.3s ease;
}

.single-programs-card .content .arrow-btn:hover {
  color: #001e43;
}

.single-programs-card .content .arrow-btn:hover i {
  transform: translateX(6px);
}

.programs-tab-content .programs-slider {
  overflow: inherit;
  left: 0;
}

.programs-single-btn .default-btn {
  color: rgb(0, 30, 67) !important;
  background-color: #ffc333;
}

.programs-single-btn .default-btn:hover {
  color: #fff !important;
  background-color: rgb(0, 30, 67);
}

.footer {
  background-color: rgb(0, 30, 67);
}

/*=========================================
Section Title Style
===========================================*/
.section-title {
  max-width: 610px;
  margin-bottom: 35px !important;
}

.section-title h2 {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 0;
}

/*================================================
Events Area Style
=================================================*/
.events-area {
  background-color: #f6f6f6;
}

.single-events-card {
  /* change */
  padding: 0px;
  margin-bottom: 25px;
  transition: var(--transition);
  background-color: #fff;
}

.single-events-card .image {
  margin-bottom: 25px;
}

.single-events-card .content {
  padding-left: 15px;
}

.single-events-card .content .date {
  position: relative;
  margin-right: 13px;
  padding-right: 13px;
}

.single-events-card .content .date h2 {
  font-size: 42px;
  line-height: 29px;
  margin-bottom: 8px;
  color: var(--secenderyColor);
}

.single-events-card .content .date span {
  display: block;
  text-align: center;
  letter-spacing: 0.63px;
  color: var(--blackColor);
  text-transform: uppercase;
  color: var(--blackColor);
  transition: var(--transition);
  font-size: 18px;
  font-weight: 600;
}

.single-events-card .content .date::before {
  top: 0;
  right: 0;
  width: 1px;
  height: 57px;
  content: "";
  position: absolute;
  background-color: var(--secenderyColor);
}

.single-events-card .content .title {
  margin-top: 5px;
}

.single-events-card .content .title h3 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 13px;
}

.single-events-card .content .title h3 a {
  color: #ad1f37;
}

.single-events-card .content .title span {
  font-size: 14px;
  margin-bottom: 5px;
  transition: 0.2s;
}

.single-events-card .content .title span i {
  font-size: 18px;
  margin-right: 8px;
  color: #000000;
}

.single-events-card:hover {
  background-color: #002a5c;
}

.single-events-card a img {
  border-radius: 10px;
}

.single-events-card:hover .content .date span {
  color: rgba(255, 255, 255, 0.65);
}

.single-events-card:hover .content .title h3 a {
  color: #fff;
}

.single-events-card:hover .content .title h3 a:hover {
  color: #ffffff;
}

.single-events-card:hover .content .title span {
  color: rgba(255, 255, 255, 0.65);
}

.single-events-card.pages-style {
  background-color: #f6f6f6;
  border-radius: 10px;
}

.single-events-card.pages-style:hover {
  background-color: #ad1f37;
}

.single-events-card.pages-style:hover .content .date {
  color: white;
}

.from-secondary-900\/80 {
  --tw-gradient-from: rgb(0 0 0 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 51 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

/* Mask */
.TopStatustext {
  height: 28px;
  /* visible window */
  overflow: hidden;
  z-index: 9;
}

/* Moving content */
.TopStatusInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.5s ease;
}

/* Text */
.TopStatusInner span {
  font-size: 25px;
  font-weight: 600;
  color: white;
  line-height: 28px;
  cursor: pointer;
  /* MUST match height */
}

/* Hover → scroll effect */
.TopStatus:hover .TopStatusInner {
  transform: translateY(-28px);
  cursor: pointer;
}

/* single application */
.default-btn {
  padding: 15px 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background-color: #e7b447;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
}

.single-application-card {
  padding: 30px;
  margin-bottom: 60px;
  background-color: #fff;
  border-radius: 10px;
  height: -webkit-fill-available;
}

.single-application-card .icon {
  flex: 0 0 auto;
  font-size: 35px;
  margin-right: 15px;
  color: maroon;
}

.single-application-card .content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-application-card .content h3 span {
  margin-right: 4px;
  color: maroon;
}

@media (max-width: 760px) {
  .single-application-card .content h3 {
    font-size: 20px !important;
    margin-bottom: 15px;
  }

  .single-application-card.style-3 {
    padding: 30px 22px !important;
    margin-bottom: 25px !important;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.single-application-card.style-3 {
  padding: 40px 28px;
  margin-bottom: 25px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.single-application-card.style-3:hover {
  transform: scale(1.02);
}

.single-application-card.style-3 .d-flex {
  margin-bottom: 20px;
}

.single-application-card.style-3 .d-flex .icon {
  font-size: 50px;
  line-height: 0;
}

.single-application-card.style-3 .d-flex h1 {
  font-size: 42px;
  color: transparent;
  transition: 0.6s;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(13, 8, 172, 0.861);
}

.single-application-card.style-3:hover .d-flex h1 {
  font-size: 42px;
  color: #002253;
}

.single-application-card.university-pages {
  margin-bottom: 25px;
  background-color: #f6f6f6;
}

.single-application-card.university-pages .image {
  margin-bottom: 25px;
}

.single-application-card.university-pages:hover .content h3 a {
  color: maroon;
}

.single-application-card.apply-pages {
  background-color: #f6f6f6;
}

.submenu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 !important;
  color: #ad1f37;
  font-size: 15px;
  font-weight: normal !important;
  border-bottom: none !important;
}

/*  */
.rts-campus.v_2 .rts-left-section {
  position: relative;
}

.rts-campus .rts-left-section {
  margin-right: 30px;
}

.rts-campus.v_2 .rts-right-section {
  margin-top: 50px;
  position: relative;
}

.rts-campus.v_2.rts-campus-bg {
  background: linear-gradient(180deg, #f6f6f6 0%, rgba(246, 246, 246, 0) 100%);
  position: relative;
}

.rts-campus.v_2.rts-campus-bg::before {
  background: transparent;
  background-repeat: no-repeat;
  top: 32%;
  background-image: url("../public/images/shape/bg-line.svg");
  z-index: 1;
}

.rts-campus .rts-left-section {
  margin-right: 30px;
}

.rts-campus .rts-left-section h2 {
  line-height: 58px;
}

@media screen and (max-width: 1200px) {
  .rts-campus .rts-left-section h2 {
    line-height: 1.2;
  }
}

.rts-campus.v_2 .rts-right-section .campus-video {
  position: relative;
  margin-top: 50px;
}

.rts-campus.v_2 .rts-right-section .campus-video span {
  display: none;
}

.rts-campus.v_2 .rts-right-section .campus-video>img {
  min-height: 440px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
}

.rts-campus.v_2 .rts-right-section .campus-video .video-play {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}

.rts-campus.v_2 .rts-right-section .campus-video .video-play img.round {
  height: 82px;
  width: 82px;
  animation: rotate 10s linear infinite;
  position: relative;
}

@media screen and (max-width: 992px) {
  .rts-campus.v_2 .rts-right-section .campus-video .video-play img.round {
    height: 80px;
    width: 80px;
  }
}

.rts-campus.v_2 .rts-right-section .campus-video .video-play img.play-icon {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 992px) {
  .rts-campus.v_2 .rts-right-section .campus-video .video-play img.play-icon {
    height: 30px;
    width: 30px;
  }
}

.rts-campus.v_2 .rts-left-section .section-title {
  font-size: 100px;
  line-height: 110%;
  margin-bottom: 45px;
}

.rts-campus.v_2 .rts-left-section {
  position: relative;
}

.rts-campus.v_2 .rts-left-section::before {
  position: absolute;
  content: "";
  left: 0;
  height: 70%;
  width: 1px;
  background: #262626;
  bottom: -5%;
}

@media screen and (max-width: 576px) {
  .rts-campus.v_2 .rts-left-section::before {
    display: none;
  }
}

.rts-campus.v_2 .rts-left-section .section-title {
  font-size: 60px;
  line-height: 110%;
  margin-bottom: 45px;
}

@media screen and (max-width: 576px) {
  .rts-campus.v_2 .rts-left-section .section-title {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .rts-campus.v_2 .rts-left-section .section-title {
    font-size: 40px;
    text-align: center;
  }

  .rts-campus .rts-left-section {
    margin-right: 0px;
  }

  .choose-area .choose-content .title h2 {
    text-align: center;
  }

  .choose-area .choose-content {
    margin-right: 0px !important;
    text-align: justify;
  }

  .choose-area .choose-image {
    margin-left: 0px;
  }

  .choose-area .choose-image .choose-image-info {
    left: 0px;
    bottom: -60px;
    max-width: 100%;
    padding: 14px 20px;
    position: absolute;
    background-color: #ffc333;
    border-radius: 6px;
  }
}

.rts-campus.v_2 .rts-left-section .section-title span {
  display: block;
  margin-left: 100px;
}

@media screen and (max-width: 768px) {
  .rts-campus.v_2 .rts-left-section .section-title span {
    display: inline-block;
    margin-left: 0;
  }
}

.rts-campus.v_2 .rts-left-section .rts-theme-btn {
  margin-top: 35px;
}

.rts-campus.v_2 .rts-left-section .left-section-content {
  margin-left: 25px;
}

@media screen and (max-width: 576px) {
  .rts-campus.v_2 .rts-left-section .left-section-content {
    margin-left: 0;
    text-align: justify;
  }
}

.rts-campus.v_2 .rt-rounded-shape {
  border: 1px solid #c3b8ff;
  display: inline-block;
  position: absolute;
  z-index: 9;
  border-radius: 50%;
  top: -50px;
  left: -50px;
  background: linear-gradient(180deg, #cac0ff 0%, #e1fffb 100%);
}

@media screen and (max-width: 992px) {
  .rts-campus.v_2 .rt-rounded-shape {
    left: unset;
    right: -10px;
  }
}

.rts-campus.v_2 .rt-rounded-shape svg {
  animation: rotate 10s linear infinite;
}

.rts-campus.v_2 .rt-rounded-shape span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-35deg);
  color: maroon;
}

.rts-campus.v_2 .rts-right-section {
  margin-top: 50px;
  position: relative;
}

.rts-campus.v_2 .rts-right-section .campus-video {
  position: relative;
  margin-top: 50px;
}

.rts-campus.v_2 .rts-right-section .campus-video span {
  display: none;
}

.rts-campus.v_2 .rts-right-section .campus-video>img {
  min-height: 440px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
}

.rts-campus.v_2 .rts-right-section .campus-video .video-play {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}

.rts-campus.v_2 .rts-right-section .campus-video .video-play img.round {
  height: 82px;
  width: 82px;
  animation: rotate 10s linear infinite;
  position: relative;
}

@media screen and (max-width: 992px) {
  .rts-campus.v_2 .rts-right-section .campus-video .video-play img.round {
    height: 80px;
    width: 80px;
  }
}

.rts-campus.v_2 .rts-right-section .campus-video .video-play img.play-icon {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 992px) {
  .rts-campus.v_2 .rts-right-section .campus-video .video-play img.play-icon {
    height: 30px;
    width: 30px;
  }
}

.rts-campus.v_2 .rts-left-section::before {
  position: absolute;
  content: "";
  left: 0;
  height: 70%;
  width: 1px;
  background: black;
  bottom: -5%;
}

.footer-cols {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-cols h3 {
  background-color: #e7b447;
  padding: 10px 20px;
  backdrop-filter: blur(81px);
  border-radius: 14px;
}

.footer-cols ul li {
  margin-top: 5px !important;
}

.footer-cols ul li a {
  color: white;
}

@media (max-width: 780px) {
  .footer-cols {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
  }
}

/* redesign navbar */
.navbar_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.header__border {
  border-bottom: 1px solid rgba(3, 18, 32, 0.07);
  background-color: #9a0000;
  text-align: center;
}

.header__info ul {
  margin: 8px 0px;
}

.header__info ul li {
  list-style: none !important;
  display: inline-block;
  margin-right: 19px;
}

.header__info ul li:last-child {
  margin-right: 0;
}

.header__info ul li a {
  text-decoration: none !important;
  color: #ffffff;
  font-size: 12px !important;
  border-right: 1px solid white;
  padding-right: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

.header__info ul li a:hover {
  color: white;
}

.header__info ul li a i {
  margin-right: 5px;
}

.header__info ul li a svg {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}

.header__border,
.centernavbar {
  overflow: hidden;
  transition: transform 0.4s ease, opacity 0.3s ease, height 0.35s ease,
    padding 0.35s ease, margin 0.35s ease;
}

.centernavbar p {
  font-size: 14px;
  font-weight: bold !important;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #333;
}

.main-banner {
  position: relative;
  margin-top: 60px;
  /* matches header total height */
}

/* 🔥 Overlay */
.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(10, 10, 30, 0.85),
      rgba(10, 10, 30, 0.65),
      rgba(120, 0, 0, 0.65));
  z-index: 2;
  pointer-events: none;
}

/* Content above overlay */

/* custom banner */
.swiper-container {
  width: 100vw;
  height: 100vh;
}

.student__slider.swiper-container {
  width: 100% !important;
  height: 100% !important;
}

.greenAudit_slider.swiper-container {
  width: 100% !important;
  height: 100% !important;
}

.swiper-slide {
  /* background-color: #fcfcfc; */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fcfcfc;
  font-size: 24px;
}

.swiper-slide>.swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent no-repeat 50% 50% / cover;
  z-index: 1;
}

.swiper-slide .slide-01 {
  transform-origin: 50% 50%;

  background: linear-gradient(to right,
      rgba(10, 10, 30, 0.85),
      rgba(10, 10, 30, 0.65),
      rgba(120, 0, 0, 0.65)),
    url("https://images.pexels.com/photos/1595391/pexels-photo-1595391.jpeg") no-repeat center center / cover;
  /* Background Image */
}

.swiper-slide .slide-02 {
  transform-origin: 50% 50%;

  background: linear-gradient(to right,
      rgba(10, 10, 30, 0.85),
      rgba(10, 10, 30, 0.65),
      rgba(120, 0, 0, 0.65)),
    /* Black Gradient */
    url("https://images.pexels.com/photos/5676744/pexels-photo-5676744.jpeg") no-repeat center center/cover;
  /* Background Image */
}

.swiper-slide .slide-03 {
  transform-origin: 50% 50%;

  background: linear-gradient(to right,
      rgba(10, 10, 30, 0.85),
      rgba(10, 10, 30, 0.65),
      rgba(120, 0, 0, 0.65)),
    /* Black Gradient */
    url("https://images.pexels.com/photos/6914429/pexels-photo-6914429.jpeg") no-repeat center center/cover;
  /* Background Image */
}

.swiper-scale-effect .swiper-slide-cover {
  transition-timing-function: linear;
  transition-duration: 20s;
  transform: scale(1);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1.3);
}

:root {
  --swiper-pagination-bottom: 40px;
  --swiper-theme-color: rgba(252, 252, 252, 0.85) !important;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fcfcfc;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #262626;
}

.swiper-button-prev,
.swiper-button-next {
  background: transparent;
  opacity: 0.55;
  --swiper-navigation-color: rgba(252, 252, 252, 0.85);
  transition: opacity 0.3s ease, color 0.3s ease;
  z-index: 4 !important;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 10px)) !important;
  height: var(--swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 10px)) !important;
  box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
  background: var(--swiper-pagination-bullet-inactive-color,
      rgba(252, 252, 252, 0.85)) !important;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.55) !important;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}

.swiper-pagination-bullet-active {
  box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
  background: var(--swiper-pagination-bullet-active-color,
      rgba(252, 252, 252, 0.85)) !important;
  opacity: var(--swiper-pagination-bullet-active-opacity, 0.85) !important;
  --swiper-pagination-bullet-horizontal-gap: 10px;
}

.main {
  position: relative;
}

.banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
  text-align: center;
  pointer-events: auto;
  width: 75%;
  font-family: "Roboto", sans-serif;
}

.bzn-csd>h5 {
  text-align: start !important;
}

/* play btn  */
@media (max-width: 480px) {
  .play-btn {
    /* left: 120px; */
    display: none;
  }
}

.icons ul li {
  display: inline-block;
  perspective: 800px;
  /* 👈 depth */
}

.icons ul li img {
  display: inline-block;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

.icons ul li:hover img {
  transform: translateY(-8px) scale(1.05);
}

.cta {
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: transform 0.2s ease;
}

/* ===============================
   NAVBAR BASE
================================ */

.navbar_list {
  display: flex;
  align-items: center;
  gap: 32px;
}

.navbar_list li {
  position: relative;
  list-style: none;
}

/* ===============================
   NAV LINK
================================ */

.navbar_list li>a {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  color: var(--rt-heading, #111);
  transition: color 0.3s ease;
  font-family: "Raleway", sans-serif;
}

.navbar_list li>a:hover {
  color: var(--rt-primary-2, #9a0000);
}

/* ===============================
   ARROW (+ → − rotation)
================================ */

.navbar_list li.has-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;

  width: 6px;
  height: 6px;

  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;

  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.3s ease;
}

/* ===============================
   SUBMENU CONTAINER (GLASS)
================================ */
/* ============================
   LEVEL 2 SUBMENU (DESKTOP)
============================ */

/* parent must be relative */
.submenu-item {
  position: relative;
}

/* hidden by default */
/* ============================
   LEVEL 2 SUBMENU (MOBILE)
============================ */

@media (max-width: 991px) {

  /* first level submenu */
  .navbar_list>li>ul.submenu {
    display: none;
  }

  /* level 2 submenu controlled by JS */
  .submenu--level2 {
    position: static !important;
    display: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
    padding-left: 14px;
  }

  .submenu--level2.open {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .submenu-item:hover>.submenu--level2 {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: none !important;
  }
}

.submenu--level2 {
  position: absolute !important;
  top: 0 !important;
  left: 100% !important;
  width: max-content !important;
  background: #fff !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateX(10px) !important;
  transition: all 0.3s ease !important;
  z-index: 999 !important;
}

/* show on hover */
.submenu-item:hover>.submenu--level2 {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0) !important;
}

/* arrow indicator */
/* prevent parent expanding */
.submenu-item>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* arrow indicator */

.navbar_list ul.submenu {
  position: absolute;
  top: calc(100% + 14px);
  left: -25px;
  width: max-content;

  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  padding: 22px 10px;
  border-radius: 14px;

  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);

  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.96);
  transform-origin: top center;

  transition: opacity 0.35s ease,
    transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);

  z-index: 999;
}

.navbar_list li.has-child {
  position: relative;
}

.navbar_list li.has-child::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
  /* 👈 gap cover karega */
}

/* ===============================
   SHOW ON HOVER
================================ */

.navbar_list li.has-child:hover>ul.submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(0.9);
  border-top: 2px solid #9a0000;
}

/* ===============================
   SUBMENU ITEMS
================================ */

.navbar_list ul.submenu li {
  padding: 0 6px;
  margin-bottom: 4px;
}

.navbar_list ul.submenu li:last-child {
  margin-bottom: 0;
}

.navbar_list ul.submenu li a {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  position: relative;
  display: block;
  padding: 6px;
  transition: color 0.3s ease;
  overflow: hidden;
  z-index: 1;
}

.navbar_list ul.submenu li a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(154, 0, 0, 0.12),
      rgba(154, 0, 0, 0.22));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
  z-index: -1;
  border-radius: 2px;
}

/* hover effect */
.navbar_list ul.submenu li a:hover {
  color: var(--rt-primary-2, #9a0000);
}

.navbar_list ul.submenu li a:hover::after {
  transform: scaleX(1);
}

/* ===============================
   STAGGER FEEL (subtle)
================================ */

.navbar_list li.has-child:hover ul.submenu li {
  animation: fadeUp 0.45s ease forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===============================
   MOBILE SAFETY
================================ */

/* @media (max-width: 991px) {
  .navbar_list ul.submenu {
    display: none;
  }
}
 */

/* ===============================
   SIDEBAR WRAPPER
================================ */
.mobile-sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 85%;
  max-width: 320px;
  height: 100vh;
  background: #fff;
  z-index: 999;
  transition: 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  border-left: 3px solid #ad1f37;
  /* green accent */
}

/* ACTIVE */
.mobile-sidebar.active {
  left: 0;
}

/* ===============================
   BRAND HEADER
================================ */
.mobile-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.brand-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ===============================
   CLOSE BUTTON
================================ */
.mobile-close {
  background: #f0eeee;
  padding: 8px 16px;
  border-radius: 50%;
  border: none;
  color: #ad1f37;
  font-size: 22px;
  cursor: pointer;
  opacity: 0.8;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.mobile-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

.brand-dot {
  width: 10px;
  height: 10px;
  background: #ad1f37;
  border-radius: 50%;
}

.brand-text {
  color: #ad1f37;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
}

/* ===============================
   NAV LIST
================================ */
.mobile-nav {
  list-style: none;
  padding: 10px 22px;
}

/* links */
.mobile-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  color: #ad1f37;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ad1f37;
}

/* ===============================
   PLUS ICON (IMAGE STYLE)
================================ */
.mobile-arrow {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgb(236 236 236);
  color: #ad1f37;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.mobile-arrow::before {
  content: "+";
}

/* default arrow */
.mobile-arrow {
  transition: transform 0.35s ease;
}

/* rotate ONLY the arrow inside the opened dropdown */
.mobile-dropdown.open>.mobile-link .mobile-arrow {
  transform: rotate(-135deg);
}

/* ===============================
   SUBMENU
================================ */
/* ===============================
   SUBMENU (ANIMATED)
================================ */
.mobile-submenu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-left: 14px;
  transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease;
  transform: translateY(-6px);
}

.mobile-dropdown.open>.mobile-submenu {
  max-height: 500px;
  /* enough height */
  opacity: 1;
  transform: translateY(0);
}

/* arrow rotate */
.mobile-arrow {
  transition: transform 0.35s ease;
}

/* .mobile-dropdown.open .mobile-arrow {
  transform: rotate(-135deg);
} */

.mobile-submenu li {
  margin: 6px 0px;
}

.mobile-submenu a {
  font-size: 14px;
  color: #ad1f37;
  text-decoration: none;
}

/* open */
.mobile-dropdown.open>.mobile-submenu {
  display: block;
  animation: mobileFade 0.3s ease;
}

@keyframes mobileFade {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===============================
   CTA BUTTON
================================ */
.mobile-nav .btn {
  margin-top: 14px;
  border-radius: 999px;
}

/* ===============================
   OVERLAY
================================ */
.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 998;
}

.mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

.default-btn:hover {
  background-color: maroon !important;
}

/* base state */
.hoverarrow>a {
  position: relative;
  padding-left: 0;
  transition: padding-left 0.3s ease-in-out !important;
}

/* arrow hidden initially */
.hoverarrow>a::before {
  content: "➤";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  transition: all 0.4s ease-in-out !important;
  color: #9a0000;
  /* theme color */
  font-weight: bold;
}

/* hover effect */
.hoverarrow:hover>a {
  padding-left: 18px !important;
  /* text moves right */
}

.hoverarrow:hover>a::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* base link */
.mobilearrow a {
  position: relative;
  /* 👈 IMPORTANT */
  display: block;
  padding-left: 22px;
  /* text already shifted */
  transition: padding-left 0.4s ease-in-out;
}

/* arrow always visible on mobile */
.mobilearrow a::before {
  content: "➤";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #9a0000;
  font-weight: bold;
  transition: transform 0.4s ease-in-out;
}

/* tap / active feedback */
.mobilearrow a:active {
  padding-left: 30px;
  /* thoda aur move */
}

.mobilearrow a:active::before {
  transform: translateY(-50%) translateX(6px);
}

/* 
 */

.teacher__courses .section__title {
  font-size: 30px;
}

.course__item-3 {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  padding: 45px 7px 45px;
  height: 110px;
  background: #9a0019;
  display: flex;
  align-items: center;
}

.course__item-3:hover {
  -webkit-box-shadow: 0px 30px 30px rgba(3, 18, 32, 0.08);
  -moz-box-shadow: 0px 30px 30px rgba(3, 18, 32, 0.08);
  -ms-box-shadow: 0px 30px 30px rgba(3, 18, 32, 0.08);
  -o-box-shadow: 0px 30px 30px rgba(3, 18, 32, 0.08);
  box-shadow: 0px 30px 30px rgba(3, 18, 32, 0.08);
  transform: translateY(-10px) !important;
}

.course__item-3:hover .course__icon-3 span::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.course__item-3:hover .course__icon-3 span svg path {
  stroke: #fff;
}

.course__item-3:hover .course__icon-3 span svg path.fill-white {
  fill: #fff;
}

.course__item-list {
  padding: 0;
}

.course__item-list .course__title {
  font-size: 36px;
  margin-bottom: 25px;
}

.course__icon-3 span {
  width: 60px;
  height: 60px;
  background: #f5f5f5;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;
}

.course__icon-3 span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #9a0019;
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.4s ease;
  z-index: -1;
}

.course__item-3:hover .course__icon-3 span::after {
  transform: scale(1);
}

.course__item-3:hover .course__icon-3 svg path {
  stroke: #ffffff !important;
  /* maroon stroke on white bg */
  fill: #9a0019;
}

.course__content-2 {
  padding: 20px 15px 15px;
}

.course__bottom-2 {
  padding-top: 6px;
  border-top: 1px solid rgba(3, 18, 32, 0.07);
}

.course__title-2 {
  font-size: 20px;
  margin-bottom: 17px;
  margin-top: 10px;
  font-weight: 600;
  line-height: 28px;
  color: white;
}

.course__title-2 a {
  color: inherit;
  outline: none;
  border: none;
  text-decoration: none;
}

@media (max-width: 780px) {
  .main-banner {
    position: relative;
    margin-top: 100px !important;
  }

  .header__info ul {
    margin: 2px 0px;
  }

  .header__info ul {
    padding-left: 0px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
  }

  .header__info ul li {
    list-style: none !important;
    display: inline-block;
    margin-right: 10px;
  }

  .centernavbar p {
    font-size: 12px !important;
  }

  .banner-content {
    color: aliceblue;
    position: absolute;
    top: 50%;
    z-index: 10;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
  }

  .swiper-container {
    height: 85vh;
    /* avoids oversized hero */
  }

  .banner-content h1 {
    font-size: 28px;
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
  }

  .banner-content h1 span {
    display: block;
    /* stack text nicely */
    font-size: 30px;
  }

  .banner-content p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
  }
}

@media (max-width: 540px) {
  .banner-content {
    top: 55%;
  }

  .banner-content h1 {
    font-size: 43px;
  }

  .banner-content h1 span {
    font-size: 40px;
  }

  .banner-content p {
    font-size: 18px;
  }

  .main-banner {
    position: relative;
    margin-top: 150px !important;
  }

  .header__info ul li {
    list-style: none !important;
    display: inline-block;
    margin-right: 7px !important;
  }

  .header__info ul li a {
    text-decoration: none !important;
    color: #ffffff;
    font-size: 12px !important;
    border-right: 1px solid white;
    padding-right: 5px !important;
  }

  .header__info ul {
    margin: 0px !important;
  }
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

/* safari */
/* Remove underline from phone numbers in Safari */
a[href^="tel"] {
  text-decoration: none !important;
  color: inherit !important;
}

@supports (-webkit-touch-callout: none) {
  p {
    -webkit-text-decoration: none;
  }
}

.programAbout {
  max-width: 100%;
  font-size: 60px;
}

/* *******************************  */
/* program details.css */
.accreditations_list {
  position: relative;
}

.accreditations_list img {
  border: solid 2px #fca716;
  border-radius: 20px;
}

.Accreditations {
  padding-bottom: 50px;
  padding-top: 30px;
}

.card {
  border: none;
  border-radius: 10px;
  transition: all 0.5s;
  background-color: #219e9a;
}

.card-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  transition: all 0.5s;
}

.card-accent {
  color: #001b38;
  position: relative;
  border: 1px solid var(--accent-color-5);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 11;
  overflow: hidden;
  padding: 30px;
  height: 100%;
}

.card-accent .card-content {
  padding: 10px 15px 10px;
}

.card-content ul li {
  color: #001b38 !important;
}

.card-accent p {
  color: var(--text-color-2);
}

.card-accent:hover {
  color: #219e9a;
}

.card-accent:hover p {
  color: #219e9a;
}

.card-accent svg {
  color: var(--accent-color);
}

.card-accent:hover svg {
  color: #219e9a;
}

.card-accent span {
  color: var(--accent-color-4);
}

.card-accent:hover span {
  color: #219e9a;
}

.card-accent .grey-hover {
  color: var(--accent-color-4);
}

.card-accent:hover .grey-hover {
  color: #219e9a;
}

.card-accent .btn-accent {
  background: var(--background-color);
  backdrop-filter: blur(17.5px);
  border-top: 1px solid var(--text-color);
  border-radius: 20px;
}

.card-accent:hover .btn-accent {
  background: var(--text-color);
  border-top: 1px solid transparent;
}

.card-accent .social-item {
  height: 24px;
  width: 24px;
  font-size: 12px;
  color: #219e9a;
  background: linear-gradient(78.12deg, #a9f8b5 0.32%, #dff494 99.52%);
}

.card-accent:hover .social-item {
  color: var(--accent-color);
  background: #219e9a;
}

.card-accent .btn-accent span,
.card-accent h6 {
  color: var(--text-color);
}

.card-accent:hover .btn-accent span,
.card-accent:hover h6 {
  color: #219e9a;
}

.card-accent h5 {
  background: linear-gradient(78.12deg, #a9f8b5 0.32%, #dff494 99.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.card-accent ul li {
  font-size: 20px;
  padding: 2px 0px;
  font-weight: 500;
  color: #ffffff;
}

.card-accent:hover h5 {
  background: #219e9a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.bg {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: 2;
  background: #fecc00;
  backdrop-filter: blur(30px);
  border-radius: 20px;
  overflow: hidden;
  outline: transparent;
  transition: all 0.5s;
}

.bg-2 {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: 2;
  background: linear-gradient(329deg, #110805, #791a00 90%);
  backdrop-filter: blur(30px);
  border-radius: 20px;
  overflow: hidden;
  outline: transparent;
  transition: all 0.5s;
}

.bg:hover {
  background: #fecc00;
}

.card-accent:hover .bg {
  background: #fecc00;
}

.blob.price {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: var(--accent-color-3);
  opacity: 1;
  filter: blur(12px);
  animation: blob-bounce 8s infinite ease;
}

.blob {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: linear-gradient(329deg, #001b38, #001b38 90%);
  opacity: 1;
  filter: blur(12px);
  animation: blob-bounce 8s infinite ease;
}

@keyframes blob-bounce {
  0% {
    transform: translate(-100%, -100%) translate3d(0, 0, 0);
  }

  25% {
    transform: translate(-100%, -100%) translate3d(100%, 0, 0);
  }

  50% {
    transform: translate(-100%, -100%) translate3d(100%, 100%, 0);
  }

  75% {
    transform: translate(-100%, -100%) translate3d(0, 100%, 0);
  }

  100% {
    transform: translate(-100%, -100%) translate3d(0, 0, 0);
  }
}

.card-content-2 h3 a {
  color: white;
  font-size: 28px;
}

.card-content-2 p {
  color: white;
  font-size: 24px;
}

.card-content-2 p:hover {
  color: white !important;
}

.card-content-2 a {
  color: white;
  font-size: 24px;
}

.gradient-one {
  background: linear-gradient(329deg, #9a0019, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.course__tab-2 .nav-tabs {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.course__tab-2 .nav-tabs .nav-item {
  width: 20%;
}

.course__tab-2 .nav-tabs .nav-item:not(:last-child) .nav-link {
  border-right: 1px solid #d2d3dc;
}

.course__tab-2 .nav-tabs .nav-item:not(:last-child) .nav-link.active {
  border-color: #49535B;
}

.course__tab-2 .nav-tabs .nav-item .nav-link {
  background: #edeef3;
  font-size: 16px;
  font-weight: 500;
  color: #031220;
  width: 100%;
  height: 54px;
  line-height: 52px;
  padding: 0;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.course__tab-2 .nav-tabs .nav-item .nav-link i {
  padding-right: 5px;
}

.course__tab-2 .nav-tabs .nav-item .nav-link.active {
  background: #49535B;
  color: #ffffff;
}

.course__tab-2 .nav-tabs .nav-item .nav-link.active svg path {
  fill: #ffffff;
}

/* @media (max-width: 575px) {
  .course__tab-2 .nav-tabs .nav-item .nav-link i {
    display: none;
  }
} */

.course__tab-2 .nav-tabs .nav-item .nav-link svg {
  width: 14px;
  height: 14px;
}

.course__tab-2 .nav-tabs .nav-item .nav-link svg path {
  fill: #031220;
}

.course__description h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.course__description p {
  font-size: 16px;
  color: #5f6160;
  line-height: 1.7;
}

.course__description-list h4 {
  font-size: 26px;
  margin-bottom: 15px;
}

.course__description-list ul li {
  font-size: 18px;
  color: #5f6160;
  margin-bottom: 7px;
  list-style: none;
}

.course__description-list ul li i {
  font-size: 16px;
  color: #031220;
  padding-right: 5px;
}

.course__curriculum .accordion-item {
  padding: 0;
  border-color: #edeef2;
}

.course__curriculum .accordion-item .accordion-button {
  outline: none;
  border: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background: #f3f4f8;
  font-size: 18px;
  font-weight: 500;
  color: #031220;
  padding-top: 18px;
  padding-left: 30px;
  padding-right: 30px;
}

.course__curriculum .accordion-item .accordion-button.collapsed {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.course__curriculum .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.course__curriculum .accordion-item .accordion-body {
  padding: 0;
}

.course__curriculum-content {
  padding: 13px 30px;
  border-bottom: 1px solid rgba(3, 18, 32, 0.2);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.course__curriculum-content:last-child {
  border: none;
}

.course__curriculum-content:hover {
  background: #f6f7fb;
}

.course__curriculum-info svg {
  width: 16px;
  height: 16px;
  margin-right: 7px;
}

.course__curriculum-info svg .st0 {
  fill: none;
  stroke: #6d6e75;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.course__curriculum-info h3 {
  display: inline-block;
  font-size: 16px;
  color: #5f6160;
  font-weight: 400;
  margin-bottom: 0;
}

.course__curriculum-info {
  display: flex;
}

.course__curriculum-info h3 span {
  color: Black;
  font-weight: 500;
}

/* * scroller */
.table-responsive {
  overflow-x: auto;
  max-height: 400px;
  /* or whatever fits best */
  overflow-y: auto;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}

.table-responsive table {
  /* min-width: 600px; */
  width: 100%;
  border-collapse: collapse;
}

.table-responsive th,
.table-responsive td {
  padding: 12px;
  border: 1px solid #75757533;
  /* border-left: none; */
  border-top: none;
  text-align: center;
}

/* Scroll styling */
.table-responsive2 {
  overflow-x: auto;
  border-radius: 10px;
}

.table-responsive2::-webkit-scrollbar {
  height: 8px;
}

.table-responsive2::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 10px;
}

.table-responsive2::-webkit-scrollbar-track {
  background: #f1f1f1;
}

thead {
  background: linear-gradient(90deg, #9a0019, #c50000);
  color: #fff;
  text-transform: uppercase;
}

tbody {
  background-color: #fff;
  color: #000;
}

.course__item {
  border-radius: 10px;
  padding: 25px 25px;
  -webkit-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.07);
  -moz-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.07);
  -ms-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.07);
  -o-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.07);
  box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.2);
  height: -webkit-fill-available;
}

.course__item:hover {
  -webkit-box-shadow: 0px 30px 50px -14px rgba(26, 31, 35, 0.07);
  -moz-box-shadow: 0px 30px 50px -14px rgba(26, 31, 35, 0.07);
  -ms-box-shadow: 0px 30px 50px -14px rgba(26, 31, 35, 0.07);
  -o-box-shadow: 0px 30px 50px -14px rgba(26, 31, 35, 0.07);
  box-shadow: 0px 30px 50px -14px rgba(26, 31, 35, 0.07);
}

.course__item:hover .course__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.course__item-2 {
  -webkit-box-shadow: 0px 1px 2px rgba(12, 20, 15, 0.1);
  -moz-box-shadow: 0px 1px 2px rgba(12, 20, 15, 0.1);
  -ms-box-shadow: 0px 1px 2px rgba(12, 20, 15, 0.1);
  -o-box-shadow: 0px 1px 2px rgba(12, 20, 15, 0.1);
  box-shadow: 0px 1px 2px rgba(12, 20, 15, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.course__item-2:hover {
  -webkit-box-shadow: 0px 30px 30px rgba(12, 20, 15, 0.1);
  -moz-box-shadow: 0px 30px 30px rgba(12, 20, 15, 0.1);
  -ms-box-shadow: 0px 30px 30px rgba(12, 20, 15, 0.1);
  -o-box-shadow: 0px 30px 30px rgba(12, 20, 15, 0.1);
  box-shadow: 0px 10px 20px rgba(12, 20, 15, 0.1);
}

.section__title-wrapper p {
  font-size: 16px;
}

.course__item-list .course__tag-2 {
  margin-bottom: 10px;
}

.course__tag-2 a {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 500;
  color: #3c66ed;
  background-color: rgba(60, 101, 237, 0.164);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}

.course__tag-2.pink-bg a {
  color: #fc4c56;
  background-color: rgba(252, 76, 86, 0.08);
}

.course__tag-2.violet-bg a {
  color: #3c66ed;
  background-color: rgb(98, 81, 251);
}

/* important */
.course__slider.swiper-container {
  width: 100%;
  height: 100%;
}

.course__instructor h3 {
  font-size: 40px;
}

.ranking-box-shadow img {
  width: 100vw;
}

.course__tutor-2 {
  filter: contrast(0.5);
}

tbody tr:hover {
  background-color: #fdedee;
}

.courseHead {
  display: flex;
  align-items: center;
  gap: 5px;
}

.courseHead img {
  margin-bottom: 8px;
}

/* media query for programms */
@media (max-width: 1025px) and (max-height: 600px) {
  .pages-title {
    margin-top: 30px !important;
  }

  .pages-banner-area {
    padding-top: 260px;
  }

  .card-accent {
    padding: 30px 0px;
  }
}

@media (max-width: 500px) {
  .course__tab-2 .nav-tabs .nav-item:not(:last-child) .nav-link {
    border-bottom: 2px solid #d2d3dc;
  }

  .pages-title {
    margin-top: 90px;
  }

  .pages-title h2 {
    font-size: 34px;
    margin-bottom: 18px;
    text-align: center;
  }

  .programAbout {
    font-size: 45px;
  }

  .course__tab-2 .nav-tabs .nav-item {
    width: 100%;
  }

  .card-accent {
    padding: 10px;
  }

  .Accreditations p {
    text-align: justify !important;
  }

  .course__area p {
    text-align: justify !important;
  }

  .course__instructor h3 {
    font-size: 30px;
  }

  .table-responsive th {
    font-size: 12px !important;
  }

  .table-responsive td {
    font-size: 14px !important;
  }

  .course__related .section__title {
    font-size: 18px;
  }

  .course__content-2 {
    padding: 0px 15px 15px;
  }

  .directmsg h2 {
    font-size: 35px;
  }

  .directPageTitle {
    margin-bottom: 50px !important;
  }

  .directorSpeak p {
    text-align: justify !important;
  }

  .left-pattern::before {
    background-image: url(../public/images/shape/self-pattern.svg);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-position: top right;
    background-repeat: no-repeat;
    height: 550px;
    width: 100% !important;
    background-size: cover;
    z-index: 0;
  }
}

/* directPageTitle */
.directPageTitle {
  margin-bottom: 120px;
  text-align: center;
}

.heading {
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto";
}

.left-pattern {
  position: relative;
}

.left-pattern::before {
  background-image: url(../public/images/shape/self-pattern.svg);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-position: top right;
  background-repeat: no-repeat;
  height: 550px;
  width: 400px;
  background-size: cover;
  z-index: 0;
}

.editImage {
  border-radius: 10px;
  filter: brightness(0.96);
}

/* team cards */
.team-card-items {
  margin-top: 25px;
  position: relative;
  z-index: 9;
  padding: 30px;
  border-radius: 14px;
}

.team-card-items::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  border-radius: 14px;
  background: linear-gradient(329deg, #9a0019, #000000 90%);
  transition: all 0.35s ease-in-out;
  z-index: -1;
}

@media (max-width: 575px) {
  .team-card-items::before {
    height: 60%;
  }
}

.team-card-items .team-image img {
  width: 100%;
  height: 245px;
  border-radius: 8px;
  object-fit: cover;
}

.team-card-items .team-content {
  margin-top: 30px;
}

.team-card-items .team-content a:hover h3,
.team-card-items .team-content a:hover p {
  color: wheat;
}

.team-card-items .team-content p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  margin-bottom: 0;
}

.team-card-items .team-content h3 {
  font-size: 25px;
  font-weight: 500;
}

.team-card-items .team-content .social-icon {
  margin-top: 20px;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-card-items .team-content .social-icon a {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 8px;
  background-color: #2a2a2a;
  color: white;
}

.team-card-items .team-content .social-icon a:hover {
  background-color: var(--theme);
  color: #000;
}

.team-card-items:hover::before {
  height: 100%;
  background-color: #1d1d1d;
}

.team-card-items.active::before {
  height: 100%;
  background-color: #1d1d1d;
}

/*  */
.team-card-items .team-image {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

/* Overlay that appears on hover */
/* .team-card-items .team-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  border-radius: 14px;
} */

/* h3 hidden initially */
.team-card-items .team-image h3 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 20px);
  opacity: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  z-index: 99;
}

/* Hover effect */
.team-card-items:hover .team-image::after,
.team-card-items:hover .team-image h3 {
  opacity: 1;
}

.placementTeacher p {
  text-align: justify;
  margin-bottom: 8px;
}

.Image {
  transition: transform 0.4s ease;
}

.faculty:hover .Image img {
  filter: brightness(0.9);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 0.3s ease;
}

.underlineHover {
  position: relative;
  display: inline-block;
  /* important for correct width */
}

.underlineHover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
  /* underline spans full text width */
  height: 2px;
  background-color: red;
  transition: width 0.3s ease;
  /* optional for hover animation */
}

/* Optional hover animation effect */
.faculty-content:hover .underlineHover::after {
  width: 30%;
  left: 0%;
}

/*  */
/* MAIN CARD */
.placementTrackpage.pages-banner-area::after,
.traningpage.pages-banner-area::after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 110px;
  z-index: -1;
  content: "";
  position: absolute;
  background-image: url("../public/images/hiringDrivesBg.svg") !important;
}

.faculty-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 25px;
  /* background: rgba(255,255,255,0.9); */
  border-radius: 16px;
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.08); */
}

/* REVERSE LAYOUT */
.faculty-card.reverse {
  flex-direction: row-reverse;
}

/* CONTENT */
.faculty-content {
  flex: 1;
}

.faculty-content p {
  line-height: 1.7;
  color: #444;
}

/* 🔥 IMAGE FIX – SAME SIZE ALWAYS */
.faculty-image {
  width: 280px;
  height: 340px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.faculty-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* MOST IMPORTANT */
}

/* MOBILE */
@media (max-width: 768px) {

  .faculty-card,
  .faculty-card.reverse {
    flex-direction: column-reverse;
    padding: 20px;
  }

  .faculty-image {
    width: 100%;
    height: 300px;
  }
}

/* placement page */
.placementTeacher {
  background-color: white;
}

.placementTeacher p {
  text-align: justify;
  margin-bottom: 8px;
  color: rgb(46, 46, 46);
}

.about-placement_info {
  position: relative;
  background: rgb(22 59 112 / 90%);
  padding: 30px;
}

.about-placement_info::before {
  content: "";
  background: rgb(232 159 9 / 90%);
  position: absolute;
  top: 0;
  right: 100%;
  width: 141px;
  height: 403px;
  clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 343px);
}

.about-placement_info p {
  color: #fff;
}

.stats h3 {
  font-size: 34px;
  color: black;
}

.stats {
  position: relative;
  font-size: 16px;
}

.stats p {
  font-size: 22px;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
  color: maroon;
  text-transform: capitalize !important;
}

/* table design */
.Tabledetails h3 {
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Poppins", system-ui, sans-serif;
  color: #222;
  margin-bottom: 20px;
}

.tableSection2 {
  position: relative;
  overflow: hidden;
  box-shadow: rgb(163 0 0 / 20%) 0px 7px 29px 0px;
  border-radius: 20px;
}

.tableSection2 .tableContainer2 {
  position: relative;
  background: #ffffffcc;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
  padding: 20px 30px;
  border-radius: 15px;
}

@media screen and (max-width: 750px) {
  .tableSection2 .tableContainer2 {
    padding: 12px;
  }
}

/* ---------- TABLE ---------- */
table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
}

/* Header */
thead {
  background: linear-gradient(90deg, #9a0019, #c50000);
  color: #fff;
  text-transform: uppercase;
}

thead th {
  padding: 14px 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}

/* Body */
tbody {
  background-color: #fff;
  color: #000;
}

tbody td {
  padding: 12px;
  text-align: center;
  border: 1px solid #e0e0e0;
  transition: background 0.3s ease;
}

/* Zebra striping */
tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Hover effect */
tbody tr:hover {
  background-color: #fdedee;
}

/* Smooth corner rounding */
thead tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

thead tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

/* Glow borders on hover */
.tableContainer2::after,
.tableContainer2::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 150px;
  background: linear-gradient(transparent, #9a0019, transparent);
  opacity: 0;
  transition: top 0.8s ease, opacity 0.8s ease;
  z-index: 1;
}

.tableContainer2::after {
  left: -1px;
  top: 90%;
}

.tableContainer2::before {
  right: -1px;
  top: 90%;
}

.tableContainer2:hover::after,
.tableContainer2:hover::before {
  top: 25%;
  opacity: 1;
}

/* Scroll styling */
.table-responsive2 {
  overflow-x: auto;
  border-radius: 10px;
}

.table-responsive2::-webkit-scrollbar {
  height: 8px;
}

.table-responsive2::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 10px;
}

.table-responsive2::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.backShadow {
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}

.backShadow:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* current year of oplacement
 */
.stack {
  width: 85%;
  max-width: 400px;
  transition: 0.25s ease;

  &:hover {
    transform: rotate(5deg);

    .card:before {
      transform: translatey(-2%) rotate(-4deg);
    }

    .card:after {
      transform: translatey(2%) rotate(4deg);
    }
  }
}

.stack .card {
  aspect-ratio: 3 / 2;
  border: 4px solid;
  background-color: #fff;
  position: relative;
  transition: 0.15s ease;
  cursor: pointer;
  padding: 5% 5% 15% 5%;

  &:before,
  &:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    border: 4px solid;
    background-color: #fff;
    transform-origin: center center;
    z-index: -1;
    transition: 0.15s ease;
    top: 0;
    left: 0;
  }

  &:before {
    transform: translatey(-2%) rotate(-6deg);
  }

  &:after {
    transform: translatey(2%) rotate(6deg);
  }
}

.stack .card .image {
  width: 100%;
  border: 4px solid;
  background-color: #eee;
  aspect-ratio: 1 / 1;
  position: relative;
}

.browser-warning {
  margin-bottom: 4rem;
}

@supports (aspect-ratio: 1 / 1) {
  .browser-warning {
    display: none;
  }
}

.CurrentPlacement p {
  color: #0a0f1f;
}

.Rankings {
  overflow: hidden;
}

.studentTesti {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.studentTesti:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.studentTesti .std_img {
  height: 70px;
  width: 70px;
}

/* testimonail */
.company-logos {
  padding: 2 0px 0;
  /* background: #fff; */
}

/* viewport */
.logo-marquee {
  position: relative;
  overflow: hidden;
}

/* sliding row */
.logo-track {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: marquee 30s linear infinite;
}

.logo-track:nth-child(2) {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: marquee 20s linear infinite;
}

@media (max-width: 680px) {
  .logo-track:nth-child(3) {
    display: none;
  }
}

/* logo card */
.logo-card {
  width: 220px;
  height: 120px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
}

.logo-card img {
  max-width: 70%;
  max-height: 50px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
}

.logo-card img:hover {
  max-width: 70%;
  max-height: 50px;
  object-fit: contain;
  filter: none;
  opacity: 0.8;
}

/* animation */
@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* 🔥 fog / smoke effect */
.logo-marquee::before,
.logo-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.logo-marquee::before {
  left: 0;
  background: linear-gradient(to right, #fafbfc 20%, transparent);
}

.logo-marquee::after {
  right: 0;
  background: linear-gradient(to left, #fafbfc 20%, transparent);
}

.bg-img {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

/*  */
.top_recruiter h2 {
  padding-top: 60px;
  padding-bottom: 30px;
  font-size: 60px;
}

.top_recruiter {
  background-color: #011c40;
  margin: 20px;
  border-radius: 10px;
}

.top_recruiter .pleace {
  font-size: 24px;
  font-weight: 700;
  border-right: solid 1px #dfdfdf;
  width: 48%;
  float: left;
}

.top_recruiter .pleace2 {
  font-size: 24px;
  font-weight: 700;
  width: 48%;
  float: left;
  padding-left: 49px;
}

@media (max-width: 780px) {
  .top_recruiter h2 {
    padding-top: 60px;
    padding-bottom: 30px;
    font-size: 40px;
    text-align: center;
  }

  .top_recruiter .pleace {
    font-size: 20px;
    font-weight: 700;
    border-right: solid 1px #dfdfdf;
    width: 100%;
    float: left;
    text-align: center;
  }

  .top_recruiter .pleace2 {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    float: left;
    padding-left: 0px;
    text-align: center;
  }
}

.top_recruiter .bullet_box ul li {
  padding: 17px 0;
  display: inline-block;
  vertical-align: top;
  width: 24.7%;
  position: relative;
  color: white;
}

.top_recruiter .bullet_box ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 90%;
  background: #bfbfbf;
  left: 0;
}

/*  */
.top_recruiter h2 {
  padding-top: 60px;
  padding-bottom: 30px;
  font-size: 60px;
}

.top_recruiter .pleace {
  font-size: 24px;
  font-weight: 700;
  border-right: solid 1px #dfdfdf;
  width: 48%;
  float: left;
}

.top_recruiter .pleace2 {
  font-size: 24px;
  font-weight: 700;
  width: 48%;
  float: left;
  padding-left: 49px;
}

@media (max-width: 780px) {
  .top_recruiter h2 {
    padding-top: 60px;
    padding-bottom: 30px;
    font-size: 40px;
    text-align: center;
  }

  .top_recruiter .pleace {
    font-size: 20px;
    font-weight: 700;
    border-right: solid 1px #dfdfdf;
    width: 100%;
    float: left;
    text-align: center;
  }

  .top_recruiter .pleace2 {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    float: left;
    padding-left: 0px;
    text-align: center;
  }
}

.top_recruiter .bullet_box ul li {
  padding: 17px 0;
  display: inline-block;
  vertical-align: top;
  width: 24.7%;
  position: relative;
  color: white;
}

.top_recruiter .bullet_box ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 90%;
  background: #bfbfbf;
  left: 0;
}

.yellowGradient {
  background: linear-gradient(180deg, #f7cd5f 20%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pbmit-globalcolor {
  color: #f7cd5f;
}

@media (max-width: 780px) {
  .top_recruiter {
    margin: 0px;
    border-radius: 0px;
  }

  .top_recruiter .bullet_box ul li {
    width: 100%;
    text-align: center;
  }

  .top_recruiter .bullet_box ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #bfbfbf;
    left: 0;
  }
}

.bullet_box ul {
  padding-left: 0px;
}

/*  */
.trustedCompanies {
  padding-top: 50px;
  padding-bottom: 50px;
}

#hexGrid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  font-family: sans-serif;
  list-style-type: none;
  padding-top: 40px;
}

.hex {
  position: relative;
  visibility: hidden;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
  transition: all 0.5s;
  backface-visibility: hidden;
  will-change: transform;
  transition: all 0.5s;
}

.hex::after {
  content: "";
  display: block;
  padding-bottom: 86.602%;
  /* =  100 / tan(60) * 1.5 */
}

.hexIn {
  position: absolute;
  width: 96%;
  padding-bottom: 110.851%;
  /* =  width / sin(60) */
  margin: 2%;
  overflow: hidden;
  visibility: hidden;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  -ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  transition: all 0.5s;
}

.hexIn * {
  position: absolute;
  visibility: visible;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
}

.hexLink {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  -ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  background-color: #f5e6e6;
}

/*** HEX CONTENT **********************************************************************/
.hex img {
  left: -100%;
  right: -100%;
  width: 90px;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
  animation: fadeToggle 8s ease-in-out infinite;
  opacity: 0;
}

.hex h1,
.hex p {
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  font-weight: 300;
  opacity: 0;
}

#demo1 {
  color: #f5ce95;
  text-transform: capitalize;
  text-align: center;
  bottom: 50%;
  padding-top: 50%;
  font-size: 1.5em;
  z-index: 1;
}

.hex h1:before,
.hex h1:after {
  display: inline-block;
  margin: 0 0.5em;
  width: 0.25em;
  height: 0.03em;
  background: #ffffff;
  content: "";
  vertical-align: middle;
  transition: all 0.3s;
  text-align: center;
}

#demo2 {
  top: 50%;
  text-align: center;
  text-transform: uppercase;
}

.img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  -webkit-clip-path: polygon(50% 0%,
      100% 25%,
      100% 75%,
      50% 100%,
      0% 75%,
      0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.img:before,
.img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0;
  transition: opacity 0.5s;
}

/* .img:before {
  background: rgba(22, 103, 137, 0.3)
} */

/* .img:after {
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.5), transparent);
} */

/*** HOVER EFFECT  **********************************************************************/

.hexLink:hover h1,
.hexLink:focus h1,
.hexLink:hover p,
.hexLink:focus p {
  opacity: 1;
  transition: 0.8s;
}

.hexIn:hover .img:before,
.hexIn:hover .img:after,
.hexIn:hover .hexLink {
  opacity: 1;
}

/*** HEXAGON SIZING AND EVEN ROW INDENTATION *****************************************************************/
@media (min-width: 1201px) {

  /* <- 5-4  hexagons per row */
  #hexGrid {
    padding-bottom: 4.4%;
  }

  .hex {
    width: 20%;
    /* = 100 / 5 */
  }

  .hex:nth-child(9n + 6) {
    /* first hexagon of even rows */
    margin-left: 10%;
    /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 1200px) and (min-width: 901px) {

  /* <- 4-3  hexagons per row */
  #hexGrid {
    padding-bottom: 5.5%;
    font-size: 13px;
  }

  .hex {
    width: 25%;
    /* = 100 / 4 */
  }

  .hex:nth-child(7n + 5) {
    /* first hexagon of even rows */
    margin-left: 12.5%;
    /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 900px) and (min-width: 601px) {

  /* <- 3-2  hexagons per row */
  #hexGrid {
    padding-bottom: 7.4%;
    font-size: 14px;
  }

  .hex {
    width: 33.333%;
    /* = 100 / 3 */
  }

  .hex:nth-child(5n + 4) {
    /* first hexagon of even rows */
    margin-left: 16.666%;
    /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 600px) {

  /* <- 2-1  hexagons per row */
  #hexGrid {
    padding-bottom: 11.2%;
    font-size: 12px;
  }

  .hex {
    width: 50%;
    /* = 100 / 3 */
  }

  .hex:nth-child(3n + 3) {
    /* first hexagon of even rows */
    margin-left: 25%;
    /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 400px) {
  #hexGrid {
    font-size: 8px;
  }
}

/* Apply staggered animation */

/* Odd and even phase offset */
.hex:nth-child(odd) img {
  animation-delay: 0s;
}

.hex:nth-child(even) img {
  animation-delay: 4s;
  /* half cycle delay */
}

/* Animation keyframes */
@keyframes fadeToggle {

  0%,
  45% {
    opacity: 1;
    transform: scale(1);
  }

  50%,
  95% {
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.trustedCompaniesCard {
  border: 1px solid grey;
  border-radius: 20px;
  padding: 28px;
}

.trustedCompaniesCard .trustedpara {
  color: maroon;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}

.bg-img {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

/* missin and vission */
.fitness-image::before {
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 200px;
  height: 158px;
  position: absolute;
  background-color: #e7b447;
}

.fitness-image.style-2::before {
  left: auto;
  bottom: 0;
  right: -30px;
  width: 200px;
  height: 242.717px;
  background-color: #001e43;
}

.fitness-image {
  z-index: 1;
  margin-bottom: 25px;
  position: relative;
  padding-left: 30px;
  padding-bottom: 30px;
}

.program-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  /* 2 items per row */
  gap: 10px 40px;
  /* row gap & column gap */
  text-align: left;
  /* keep text aligned */
  padding: 0;
  margin: 0;
}

.program-list li {
  font-size: 22px;
}

.journey img {
  border-radius: 20px;
  width: 100vw;
  height: 60vh;
  object-fit: cover;
}


.journey p {
  font-size: 16px;
  text-align: justify;
}

/* gree initiaive */
.green {
  background: linear-gradient(329deg, #256603, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fssai-section,
.greenaudit {
  padding-top: 50px;
}

.fssai-section .section-heading,
.energyaudit .section-heading,
.iso .section-heading {
  margin-bottom: 46px !important;
}

.energyaudit .section-heading {
  margin-bottom: 0px !important;
}

.fssai-section .section-heading .bg-text,
.greenaudit .section-heading .bg-text,
.energyaudit .section-heading .bg-text,
.iso .section-heading .bg-text {
  font-size: 52px !important;
}

/*  */
.fssai-section,
.energyaudit {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.fssai-bg {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 300px;
  /* Adjust size */
  opacity: 0.1;
  /* Make it subtle */
  z-index: 1;
}

.fssai-bg-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 300px;
  /* Adjust size */
  opacity: 0.1;
  /* Make it subtle */
  z-index: 1;
}

.fssai-content {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-radius: 12px;
  line-height: 1.7;
  text-align: justify;
}

.greenaudit .section-heading {
  margin-bottom: 20px !important;
}

/*  */
@media (max-width: 570px) {

  .fssai-section .section-heading .bg-text,
  .greenaudit .section-heading .bg-text,
  .energyaudit .section-heading .bg-text,
  .iso .section-heading .bg-text {
    font-size: 30px !important;
  }

  .cities-item {
    width: 100%;
  }

  .cities-item img {
    width: 100% !important;
  }

  .wrap {
    gap: 0px !important;
  }
}

.wrap {
  display: flex;
  gap: 19px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.cities-item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cities-item .image {
  overflow: hidden;
}

.cities-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg,
      rgba(26, 26, 26, 0.8) 0%,
      rgba(26, 26, 26, 0.1) 61.39%,
      rgba(26, 26, 26, 0) 100%);
}

.cities-item img {
  width: 203px;
  object-fit: cover;
  height: 270px;
  -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: transform 500ms ease;
}

.cities-item .content {
  position: absolute;
  top: 42px;
  left: 50px;
  z-index: 3;
}

.cities-item .content p {
  margin-bottom: 4px;
  color: white;
}

.cities-item .content h4 {
  color: white;
}

.cities-item>a {
  position: absolute;
  left: 50px;
  bottom: 40px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.cities-item:hover>a {
  opacity: 1;
  visibility: visible;
}

.cities-item:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transition: all 2s cubic-bezier(0.3, 1, 0.35, 2) 0s;
  transition: all 2s cubic-bezier(0.3, 1, 0.35, 2) 0s;
}

.cities-item.style-3::after {
  display: none;
}

.cities-item.style-3 .content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.cities-item.style-3 .content h4 {
  color: #111235;
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0px;
}

.cities-item.style-3 .content h4 {
  color: #fff;
}

.green {
  background: linear-gradient(329deg, #256603, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rotating-image {
  animation: rotateInfinite 5s linear infinite;
  /* rotate infinitely */
}

@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.overlay-2 {
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  top: 0;
  inset: 0;
}

.overlay-3 {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 20px;
}

.IsoCard {
  min-height: 100%;
  position: relative;
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  background-color: #fdeeed !important;
}

.IsoCard-2 {
  min-height: 100%;
  position: relative;
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  background-color: #f5efff !important;
}

.IsoCard-3 {
  min-height: 100%;
  position: relative;
  padding-top: 50px;
  overflow: hidden;
  background-color: #effeee !important;
}

.IsoCard-4 {
  min-height: 100%;
  position: relative;
  padding-top: 50px;
  overflow: hidden;
  background-color: #f5efff !important;
}

.IsoCard-2:hover,
.IsoCard:hover,
.IsoCard-3:hover,
.IsoCard-4:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.isoCardimg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-75%, -60%);
  transition: transform 0.8s ease-in-out;
}

.isoCardimg-2 {
  position: absolute;
  top: 0;
  left: 0%;
  transform: translate(-20%, -46%);
  transition: transform 0.8s ease-in-out;
}

.IsoCard-3 .isoCardimg {
  position: absolute;
  top: 0;
  left: 0%;
  transform: translate(-24%, -40%);
  transition: transform 0.8s ease-in-out;
}

.IsoCard-4 .isoCardimg {
  position: absolute;
  top: 0;
  left: 0%;
  transform: translate(-33%, -33%);
  transition: transform 0.8s ease-in-out;
}

.IsoCard:hover .isoCardimg {
  transform: translate(-75%, -65%);
}

.IsoCard-2:hover .isoCardimg-2 {
  transform: translate(-20%, -60%);
}

.IsoCard-3:hover .isoCardimg {
  transform: translate(-24%, -50%);
}

.IsoCard-4:hover .isoCardimg {
  transform: translate(-40%, -51%);
}

.z-1 {
  z-index: 9;
}

.IsoCard a {
  text-decoration: none;
  font-weight: 500;
  color: #5c5c5c;
}

.HandCradlingImg {
  width: 100%;
  height: 580px;
  object-fit: cover;
}

@media (max-width: 780px) {
  .HandCradlingImg {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

.OutreachContainer a,
.about-varanasi a {
  text-decoration: none;
  display: inline-block;
  color: #5c5c5c;
}

.OutreachContainer a,
.about-varanasi a:hover {
  color: maroon;
}

.about-varanasi p {
  font-size: 16px;
  text-align: justify;
}

.Outreach {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Outreach p {
  font-size: 18px;
}

.OutreachContainer a {
  font-size: 18px;
  color: #9a0019;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.OutreachContainer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 10%;
  height: 2px;
  background: #9a0019;
  transition: width 0.8s ease-in-out;
}

.OutreachContainer a:hover::after {
  width: 100%;
}

.rts__shape--1 {
  position: absolute;
  top: 20%;
  left: 5%;
  opacity: 0.1;
  width: 100px;
  filter: invert();
  pointer-events: none;
  z-index: 0;
  animation: floatUpDown 4s ease-in-out infinite;
}

.rts__shape--2 {
  position: absolute;
  top: 10%;
  right: 5%;
  opacity: 0.1;
  width: 100px;
  filter: invert();
  pointer-events: none;
  z-index: 0;
  animation: floatUpDown 4s ease-in-out infinite;
}

.rts__shape--3 {
  position: absolute;
  top: 60%;
  right: 5%;
  opacity: 0.1;
  width: 100px;
  filter: invert();
  pointer-events: none;
  z-index: 0;
  animation: floatUpDown 4s ease-in-out infinite;
}

.rts__shape--4 {
  position: absolute;
  left: -6%;
  top: 60%;
  opacity: 0.1;
  /* width: 100px; */
  filter: invert();
  pointer-events: none;
  z-index: 0;
  animation: floatUpDown 4s ease-in-out infinite;
}

/* Keyframes for gentle up-down motion */
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
    /* move slightly up */
  }

  100% {
    transform: translateY(0);
  }
}

/* neptal.html */
.about-section-5 {
  overflow: hidden;
}

/* glassy */
.nptel {
  position: relative;
}

.nptel .container {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.12);
  /* Transparent white */
  border-radius: 18px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Optional – spacing for your items */
.nptel .content-1 {
  margin-bottom: 25px;
}

.nptel .content-1 h3 {
  font-weight: 700;
}

.nptelCertificate .content-1 ul li,
.content-1 p {
  font-size: 17px;
  color: #49535b;
  font-family: "Roboto";
}

.table-limit-15 {
  max-height: 600px;
  /* Adjust height as per your row height */
  overflow-y: auto;
  display: block;
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: #bababa #f1f1f1;
}

/* Keep table header sticky */
.table-limit-15 thead th {
  position: sticky;
  top: 0;
  /* Add your header background color */
  z-index: 10;
}

.glassy-box {
  background: rgba(255, 255, 255, 0.25);
  /* transparent white */
  backdrop-filter: blur(12px) saturate(180%);
  /* glass effect */
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 30px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.gradient-two {
  background: linear-gradient(179deg, #9a0019, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tp-btn {
  background-color: #012150;
}

.tp-btn {
  text-decoration: none !important;
}

.ed-choose-shape-1 {
  position: absolute;
  top: -1%;
  right: 8%;
  z-index: 0;
}

@media (max-width: 790px) {
  .ed-choose-shape-1 {
    position: absolute;
    top: -5%;
    right: 8%;
    z-index: 0;
  }

  .nptelCertificate ul li {
    text-align: justify;
    padding: 5px 0px;
  }

  .ComputerCenter .extra p span {
    font-size: 22px;
  }

  .ComputerCenter .extra p {
    font-size: 13.5px;
  }

  .ns-management-content ul li {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 13px;
    padding-bottom: 10px;
  }

  .breadcrumb__area {
    padding: 50px 0px;
  }

  .accolades h3 {
    font-size: 20px;
  }

  .about-placement_info {
    padding: 30px 16px;
  }

  .nptel .container {
    padding: 30px 21px;
  }

  .nptel-p p {
    text-align: justify;
  }
}

/* alumni registration form */
.alumniRegistration {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: 400px;
  min-height: 220px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.alumniRegistration:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.alumniRegistration img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  transition: opacity 0.4s ease;
}

.alumniRegistration:hover img {
  opacity: 0.5;
}

.alumniRegistration .content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 20px;
}

.alumniRegistration h4 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.alumniRegistration a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #0088cc;
  color: #fff;
  padding: 10px 18px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}

.alumniRegistration a:hover {
  background-color: #007ab8;
  transform: scale(1.05);
}

.alumniRegistration i {
  font-size: 1.1rem;
}

.googleBtn {
  background: linear-gradient(135deg, #4285f4, #30bb56, #ffc92c, #ff6b5f);
}

.commendations {
  font-weight: 500;
}

/* courses  */
.course__content {
  padding-top: 23px;
  padding-bottom: 10px;
}

.course__content p {
  color: #49535B;
  margin-bottom: 20px;
}

.course__content-2 {
  padding: 20px 15px 15px;
}

.course__content-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-left: 80px;
  padding-right: 70px;
  background: #ffffff;
  padding: 15px 70px 10px 80px;
  border-top: 1px solid #f0f0f5;
}

.course__item {
  overflow: hidden;
}

.course__item .ns-service-shape-21,
.course__item .ns-service-shape-22 {
  opacity: 0;
}

.course__item .ns-service-shape-1 {
  position: absolute;
  content: "";
  bottom: -20px;
  right: -10px;
  width: 60px;
  height: 60px;
  border: 5px solid #ffab17;
  border-radius: 20%;
  opacity: 0.62;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.course__item:hover .ns-service-shape-1 {
  width: 80px;
  height: 80px;
}

.course__item:hover .ns-service-shape-2 {
  width: 80px;
  height: 80px;
}

.course__item .ns-service-shape-2 {
  position: absolute;
  content: "";
  bottom: 0px;
  right: -35px;
  width: 60px;
  height: 60px;
  border: 5px solid #242424;
  border-radius: 20%;
  opacity: 0.62;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.course__lesson {
  display: inline-block;
  padding: 5px 23px;
  padding-right: 20px;
  border: 2px solid rgba(67, 86, 255, 0.1);
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -o-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
}

.course__lesson:hover {
  color: #49535B;
}

.course__lesson a {
  color: #49535B;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.course__lesson i {
  font-size: 16px;
  color: #49535B;
  margin-right: 8px;
}

.course__lesson svg {
  margin-right: 3px;
  width: 16px;
  height: 16px;
}

.fix {
  overflow: hidden;
}

.br-10 {
  border-radius: 10px;
}

.w-img img {
  width: 100%;
}

.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* added by gpt */
.course__thumb {
  position: relative;
}

.course__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.35));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.6s ease;
}

.course__item:hover .course__overlay {
  opacity: 1;
  transform: translateY(0);
}

.course__item {
  transition: all 0.4s ease;
  background: #f0f8ff2e;
  backdrop-filter: blur(1px);
}

.course__item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.course__thumb img {
  transition: transform 0.6s ease;
  /* 336X260 */
  width: 100%;
  height: 283px;
  object-fit: cover;
}

.course__item:hover .course__thumb img {
  transform: scale(1.02);
}

.course__title a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #012150;
}

.course__title a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: #012150;
  transition: width 0.8s ease;
}

.course__item:hover .course__title a::after {
  width: 100%;
}

.course__item:hover .ns-service-shape-1 {
  transform: rotate(15deg);
}

.course__item:hover .ns-service-shape-2 {
  transform: rotate(-15deg);
}

/* alumni meet card */
.alumniMeetCard {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  width: 350px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.alumniMeetCard:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.alumniMeetCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  filter: brightness(65%);
  transition: transform 0.5s ease, filter 0.5s ease;
}

.alumniMeetCard:hover img {
  transform: scale(1.08);
  filter: brightness(80%);
}

/* Subtle dark gradient overlay for better text contrast */
.alumniMeetCard .overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
  border-radius: 16px;
  z-index: 1;
}

.alumniMeetCard .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.alumniMeetCard .content h2 {
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.alumniMeetCard .content p {
  margin-bottom: 10px;
  color: #f0f0f0;
  font-size: 0.95rem;
  font-weight: 500;
}

.alumniMeetCard .content button {
  color: white;
  font-size: 1rem;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 8px 20px;
  background: linear-gradient(36deg, #8d0017, #190004 50%, #000000 100%);
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position 0.6s ease-in-out, transform 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.alumniMeetCard .content button:hover {
  background-position: right center;
  transform: scale(1.05);
}

.BooksTopSection p {
  font-size: 24px;
  text-align: justify;
  line-height: 36px;
  font-family: math;
}

@media (max-width:780px) {
  .imgsize1 {
    width: 100%;
  }

  .BooksTopSection p {
    font-size: 19px;
    text-align: justify;
    line-height: 32px;
    font-family: math;
  }

  .textDesign1 {
    color: #910018;
    font-size: 22px;
  }
}

.alumni-pgdm .alumni-years {
  text-align: center;
  background: linear-gradient(329deg, #9a0019, #000000 90%);
  padding: 20px 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.alumni-pgdm .alumni-years h2 {
  color: white;
  position: relative;
  /* ensure it's above the image */
  z-index: 20;
  transition: transform 0.4s ease-in-out;
}

.alumni-pgdm .alumni-years img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 1;
  object-fit: cover;
  z-index: 9;
  transition: transform 0.6s ease-in-out, opacity 0.4s ease-in-out;
}

/* Hover effect */
.alumni-pgdm .alumni-years:hover {
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 20px;
  transform: translateY(-12px);
}

/* Optional: slight scale effect on hover */
.alumni-pgdm .alumni-years:hover img {
  transform: scale(1.1);
  /* zooms slightly */
  opacity: 0.15;
}

.alumni-pgdm .alumni-years:hover h2 {
  transform: translateY(-2px);
}

.alumni-years a {
  text-decoration: none;
}

.alumni-pgdm {
  font-size: 20px;
  font-weight: 300;
}

/* workshop.html */
.project-card-items {
  margin-top: 30px;
}

.project-card-items .project-image {
  position: relative;
}

.project-card-items .project-image img {
  width: 100%;
  height: 100%;
  border-radius: 0 20px 0 20px;
}

.project-card-items .project-image .project-content {
  position: absolute;
  bottom: 35px;
  left: 35px;
  z-index: 9;
}

.project-card-items .project-image a {
  z-index: 9;
  text-decoration: none;
}

.project-card-items .project-image a i {
  transform: rotate(80deg);
}

@media (max-width: 767px) {
  .project-card-items .project-image .project-content {
    left: 20px;
    bottom: 12px;
  }
}

.project-card-items .project-image .project-content h3 {
  font-size: 25px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .project-card-items .project-image .project-content h3 {
    font-size: 20px;
  }
}

.project-card-items .project-image .project-content h3 a {
  color: #fff;
  text-decoration: none;
}

.project-card-items .project-image .project-content h3 a:hover {
  color: #f2cc4d;
}

.project-card-items .project-image .project-content .post-cat {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

@media (max-width: 575px) {
  .project-card-items .project-image .project-content .post-cat {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
  }
}

.project-card-items .project-image .project-content .post-cat li a {
  display: inline-block;
  border-radius: 46px;
  border: 1px solid rgba(225, 225, 225, 0.5);
  color: white;
  font-size: 12px;
  padding: 10px 20px;
  line-height: 1;
}

.project-card-items .project-image .project-content .post-cat li a:hover {
  background-color: #f2cc4d;
  color: #000;
}

.project-card-items .project-image .icon {
  position: absolute;
  bottom: 25px;
  right: 25px;
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
  border: 1px solid #f2cc4d;
  text-align: center;
  color: #f2cc4d;
  transform: rotate(-40deg);
}

@media (max-width: 575px) {
  .project-card-items .project-image .icon {
    top: 10%;
    left: 5%;
    transform: translate(-5%, -10%);
    right: initial;
    position: absolute;
    bottom: 24px;
    right: 25px;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    transform: rotate(-40deg);
  }
}

.project-card-items .project-image .icon:hover {
  background-color: #f2cc4d;
  color: #000;
}

.project-card-items .project-image.style-2 img {
  border-radius: 10px 20px 10px 20px;
}

.project-section .container-fluid {
  padding: 0 285px;
}

@media (max-width: 1899px) {
  .project-section .container-fluid {
    padding: 0 60px;
  }
}

@media (max-width: 1600px) {
  .project-section .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 1399px) {
  .project-section .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 1199px) {
  .project-section .container-fluid {
    padding: 0 10px;
  }
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

@media (max-width: 1199px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 0 30px 30px;
  }
}

@media (max-width: 767px) {
  .section-title-area {
    gap: 30px;
  }
}


/* ---------- Book List ---------- */
#grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
  padding: 40px;
  /* max-width: 1024px; */
  margin: auto;
}

.book-item {
  display: flex;
  align-items: flex-start;
  background-color: transparent;
  padding: 15px;
  position: relative;
  transition: all 0.25s ease-out;
  flex: 1 1 45%;
  min-width: 320px;
}

.book-item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
  width: calc(100% - 105px);
  height: 100%;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0px 1px 1px 1px rgba(210, 214, 213, 0.5);
  z-index: -1;
  transition: all 250ms ease-out;
}

.book-item:hover::after {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
}

.book-item:hover .item-img img {
  box-shadow: 0px 0px 10px rgba(49, 49, 49, 0.25);
}

/* ---------- 3D Book ---------- */
.bk-img {
  position: relative;
  display: inline-block;
  float: left;
  padding-right: 30px;
}

.bk-wrapper {
  position: relative;
  width: 150px;
  height: 215px;
  perspective: 1400px;
}

.bk-book {
  position: absolute;
  width: 100%;
  height: 215px;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}

.bk-front,
.bk-back,
.bk-left {
  position: absolute;
  width: 150px;
  height: 215px;
  /* background-color: #219e9a; */
  /* background-image: url('https://smsvaranasi.com/uploads/page_images/69282ol.gif'); */
  background-size: cover;
  border-radius: 3px;
  backface-visibility: hidden;
}

.bk-front {
  transform: translate3d(0, 0, 20px);
  z-index: 10;
}

.bk-front::after {
  content: '';
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: -1px;
  width: 1px;
}

.bk-back {
  transform: rotateY(-180deg) translate3d(0, 0, 20px);
  background: #fff;
  box-shadow: 5px 7px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 250ms ease-out;
}

.bk-left {
  width: 40px;
  left: -20px;
  transform: rotateY(-90deg);
  background: #219e9a;
}

.book-item:hover .bk-book {
  transform: rotateY(25deg);
}

.book-item:hover .bk-back {
  opacity: 1;
}

/* ---------- Details ---------- */
.item-details {
  flex: 1;
}

.item-details h3 {
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
}

.item-details p:not(.author) {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ---------- Responsive ---------- */
/* ---------- Mobile Optimization ---------- */
@media (max-width: 768px) {

  #grid {
    padding: 10px 15px;
    gap: 20px;
  }

  .book-item {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    padding: 20px 10px;
    min-width: 100%;
  }

  .book-item::after {
    width: 100%;
    right: 0;
  }

  /* Reduce book size on mobile */
  .bk-wrapper {
    width: 120px;
    height: 170px;
  }

  .bk-front,
  .bk-back {
    width: 120px;
    height: 170px;
  }

  .bk-left {
    width: 30px;
    left: -15px;
    height: 170px;
  }

  /* Center book image */
  .bk-img {
    float: none;
    padding-right: 0;
    margin-bottom: 15px;
  }

  /* Adjust text block */
  .item-details {
    width: 100%;
    padding: 0 10px;
  }

  .item-details h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .item-details p {
    font-size: 14px;
  }

  /* Button full width & nice spacing */
  .item-details .button {
    width: 100%;
    display: block;
    margin-top: 10px;
    font-size: 16px;
    padding: 10px 0;
  }
}

.book__slider.swiper-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.item-details .button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 18px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  background: linear-gradient(329deg, #012150, #000000 100%);
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease;
}

.item-details .button:hover {
  background: linear-gradient(329deg, #ad1f37, #000000 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.about__image img {
  border-radius: 10px;
  width: 100%;
  height: 350px !important;
  object-fit: cover;
}

.architecturalContent .content-item:nth-of-type(1) ul li {
  list-style: circle;
}

/* faculty campus */
.facilityCampup {
  position: relative;
  z-index: 1;
  /* ensure content stays above the circle */
}

.facilityCampup::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border: 120px solid transparent;
  border-bottom-color: rgba(239, 125, 0, 0.08);
  border-right-color: rgba(239, 125, 0, 0.08);
  border-radius: 50%;
  top: -300px;
  left: -300px;
  z-index: -1;
  /* keeps it behind the main content */
}

.shadow-1 {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.facilityOne {
  display: flex;
  align-items: center;
}

.facilityOne .content,
.facilityOne img {
  flex: 0 0 50%;
  max-width: 50%;
}

.facilityOne img {
  object-fit: cover;
  height: 384px;
}

@media (max-width: 576px) {

  .facilityOne .content,
  .facilityOne img {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.ComputerCenter .extra p span {
  font-size: 30px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  color: #fff;
}

.ComputerCenter .extra {
  padding: 35px 20px;
  background-color: #8c0017;
  border-radius: 10px;
}

.ComputerCenter .extra p {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
}

.mediaLabs h1 {
  text-align: center;
}

.mediaLabs a img {
  border-radius: 0px;
  box-shadow: none;
  width: 15px;
  height: 15px;
}

.mediaLabs {
  position: relative;
}

.puzzel {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  opacity: 0.8;
  transform: rotate(22deg);
  animation: floatPuzzle 4s ease-in-out infinite;
  transform-origin: center;
  border-radius: 0px !important;
  box-shadow: none !important;
}

@keyframes floatPuzzle {
  0% {
    transform: rotate(0deg) translateY(0);
  }

  50% {
    transform: rotate(20deg) translateY(0);
  }

  100% {
    transform: rotate(0deg) translateY(0);
  }
}

.relatedLinks a {
  display: flex;
  align-items: center;
  gap: 4px;
}

.LibraryPortal {
  padding: 40px 0px;

}

.LibraryPortal h2,
.LibraryPortal p {
  text-align: center;
}

.LibraryPortal ul {
  list-style: none;
  z-index: inherit;
  padding-left: 0px;
}

.LibraryPortal ul li {
  font-size: 15px;
}

.LibraryPortal .card {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.LibraryPortal .card img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.4;
  transition: all 0.6s ease-in-out;
  /* add smooth animation */
}

.LibraryPortal .card:hover img {
  right: 20px;
}

.subscriptions ul li a:hover {
  color: maroon;
}

.ns-management-area {
  overflow: hidden;
  margin: 50px 0px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ns-management-area.pb-80 {
    padding-bottom: 15px;
  }
}

.ns-management-bg {
  position: absolute;
  /* right: 250px; */
  top: 0;
  z-index: -1;
  height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-management-bg {
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ns-management-bg {
    right: 0;
  }
}

.ns-management-img {
  position: absolute;
  right: 0;
  top: 180px;
  border: 10px solid #fff;
  border-right: 0;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ns-management-img {
    width: 44.8%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ns-management-img {
    display: none;
  }
}

.ns-section-title {
  color: #fff;
}

.ns-section,
.ns-section h2 {
  color: white;
}

/*  */
.ns-management-content-info h5 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}

.ns-management-content-info p {
  margin-bottom: 0;
  color: #fff;
}

.ns-management-content ul li {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  padding-bottom: 25px;
}

.ns-management-content ul li:last-child {
  padding-bottom: 0;
}

.ns-management-content ul li:last-child::after {
  position: absolute;
  left: 5px;
  bottom: -5px;
  content: "";
  background-image: url("../img/management/arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 18px;
  z-index: 9;
}

.ns-management-content ul li::before {
  position: absolute;
  content: "";
  left: 11px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #848484;
  z-index: -1;
}

.ns-management-content-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  background-color: #ffab17;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

.ns-management-content .DigitalHarbour {
  color: #fff;
  padding-top: 15px;
  text-align: justify;
}

.subscriptions ul li a {
  text-decoration: none !important;
  color: black;
}

.LibraryPortal .card {
  position: relative;
  z-index: 2;
  background-color: aliceblue;
  padding: 20px;
}

.LibraryPortal ul li {
  font-size: 15px;
}

.text-2 {
  line-height: 1;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 47px 0px 0px 47px;
  background: linear-gradient(90deg, #FFEEE2 30.88%, rgba(255, 248, 243, 0) 110.71%);
  padding: 10px 23px;
  margin-bottom: 20px;
}

/* hostel transport */
/*  */
.project-main-wrapper {
  margin-top: 30px;
}

.project-main-wrapper .project-wrapper {
  border-radius: 16px;
  background: linear-gradient(270deg, #FFFAEF 7.29%, #FFF 105.16%);
  padding-top: 80px;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}

@media (max-width: 1199px) {
  .project-main-wrapper .project-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding-left: 0;
    margin-bottom: 30px;
    padding: 50px 25px !important;
  }
}

.project-main-wrapper .project-wrapper.style-padding {
  padding-left: 0;
  padding-right: 40px;
}

@media (max-width: 1199px) {
  .project-main-wrapper .project-wrapper.style-padding {
    padding-right: 0;
  }
}

.project-main-wrapper .project-wrapper .project-content {
  max-width: 426px;
}

.project-main-wrapper .project-wrapper .researchDev.project-content {
  max-width: 600px;
}

.project-main-wrapper .project-wrapper .project-content span {
  font-size: 24px;
  font-weight: 700;
  color: #D1A959;
  background: #FFF8E9;
  width: 96px;
  height: 69px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  font-family: "Public Sans", sans-serif;
}

.project-main-wrapper .project-wrapper .project-content h3 {
  font-size: 32px;
  margin-bottom: 20px;
}

.project-main-wrapper .project-wrapper .project-content p {
  margin-bottom: 20px;
}

.project-main-wrapper .project-wrapper .project-content ul li {
  list-style-type: circle;
}

.project-main-wrapper .project-wrapper .project-content .link-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  font-family: "Public Sans", sans-serif;
  text-transform: capitalize;
}

.project-main-wrapper .project-wrapper .project-content .link-btn i {
  margin-left: 10px;
  transform: rotate(-40deg);
}

.project-main-wrapper .project-wrapper .project-content .link-btn:hover {
  color: var(--theme);
}

.project-main-wrapper .project-wrapper .project-thumb {
  max-width: 615px;
}

.project-main-wrapper .project-wrapper .project-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.project-main-wrapper .project-wrapper.style-2 {
  background: linear-gradient(270deg, #FFF -0.81%, #D8FCFF 105.16%);
}

.project-main-wrapper .project-wrapper.style-2 .project-content span {
  background-color: #DBFCFF;
  color: #5EB8BF;
}

.project-main-wrapper .project-wrapper.style-3 {
  background: linear-gradient(270deg, #FFF6FA 7.29%, #FFF 105.16%);
}

.project-main-wrapper .project-wrapper.style-3 .project-content span {
  background-color: #FFF2F7;
  color: #E597B4;
}

.project-main-wrapper .project-wrapper.style-4 {
  background: linear-gradient(270deg, #FFF -0.81%, #E2FFF7 105.16%);
}

.project-main-wrapper .project-wrapper.style-4 .project-content span {
  background-color: #DDFFF5;
  color: #6BC6AD;
}

.project-main-wrapper .project-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}


@media (max-width: 500px) {
  .project-main-wrapper .project-button {
    flex-direction: column;
    gap: 20px;
  }
}

/*----------------------------------------*/
/*  22. FAQ CSS START
/*----------------------------------------*/
.faq__accordion .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(3, 18, 32, 0.06);
  padding: 15px 0;
  padding-left: 15px;
}

.faq__accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.faq__accordion .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: #031220;
  border: 0;
  padding: 15px 0;
  padding-left: 25px;
  position: relative;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}

.faq__accordion .accordion-button::after {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: linear-gradient(179deg, #9a0019, #000000 100%);
  ;
  /* background-image: none; */
  color: #fff;
  content: "+";
  font-family: sans-serif;
  font-weight: 500;
  margin: inherit;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.faq__accordion .accordion-button:focus {
  box-shadow: none;
}

.faq__accordion .accordion-body {
  padding: 0;
  padding-right: 50px;
  padding-left: 25px;
  padding-bottom: 25px;
}

@media (max-width: 575px) {
  .faq__accordion .accordion-body {
    padding-right: 15px;
  }
}

.faq__accordion .accordion-body p {
  font-size: 15px;
  color: black;
  line-height: 24px;
  margin-bottom: 0;
}

.faq__accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  background-color: #f4f4f4;
}

.faq__accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  background-image: linear-gradient(179deg, #9a0019, #000000 100%) !important;
  color: #fff;
}

.faq__accordion .accordion-collapse {
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  background-color: #f4f4f4;
}

.faq__wrapper p {
  font-size: 16px;
  margin-bottom: 20px;
}

.faq__wrapper p a {
  color: #F8F8F8;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .faq__item-wrapper {
    padding-left: 0;
    margin-top: 50px;
  }
}

.accordion-button:not(.collapsed)::after {
  background-image: none !important;
}

.radius-10 {
  border-radius: 10px;
}

/* teacher view */
.it-teacher-details-wrap {
  background-color: #f4e8e8;
  padding: 50px;
  border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-teacher-details-wrap {
    font-size: 14px;
    padding: 50px 20px;
  }
}

.it-teacher-details-left-thumb img {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  height: 270px !important;
  object-fit: cover;
}

.it-teacher-details-left-info ul {
  padding: 0px;
}

.it-teacher-details-left-info ul li a {
  text-decoration: none;
}

@media (min-width:780px) {
  .it-teacher-details-left-thumb img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
    height: 100%;
  }
}

.it-teacher-details-left-social {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}

.it-teacher-details-left-social a {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
  color: #001e43;
  margin: 0px 6px;
  transition: 0.3s;
}

.it-teacher-details-left-social a:hover {
  color: #ffffff;
  background-color: #750013;
}

.it-teacher-details-left-info {
  margin-bottom: 40px;
}

.it-teacher-details-left-info ul li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
}

.it-teacher-details-left-info ul li a {
  color: #4D5756;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-teacher-details-left-info ul li a {
    font-size: 14px;
  }
}

.it-teacher-details-left-info ul li i {
  color: #750013;
  position: absolute;
  top: 8px;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-teacher-details-left {
    margin-bottom: 50px;
  }
}

.it-teacher-details-right {
  background-color: #ffffff;
  padding: 60px;
  margin-left: 20px;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-teacher-details-right {
    padding: 20px 15px;
    margin-left: 0;
  }

  .it-teacher-details-left-social {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
  }
}

.it-teacher-details-right .it-progress-bar-wrap h4 {
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-teacher-details-right .it-progress-bar-wrap h4 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-teacher-details-right .it-progress-bar-item label {
    font-size: 14px;
  }
}

.it-teacher-details-right-title-box {
  margin-bottom: 40px;
}

.it-teacher-details-right-title-box h4 {
  color: #0E2A46;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .it-teacher-details-right-title-box h4 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .it-teacher-details-right-title-box h4 {
    font-size: 19px;
  }
}

.it-teacher-details-right-title-box span {
  /* color: #FC6441; */
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-teacher-details-right-title-box p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-teacher-details-right-content p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .it-teacher-details-right-content h4 {
    font-size: 20px;
  }
}

.it-teacher-details-right .it-progress-bar-wrap .it-progress-bar-item {
  padding: 5px 0;
}

.it-teacher-details-right .it-progress-bar-wrap .it-progress-bar .progress-bar span {
  top: -22px;
}

.ed-btn-theme {
  display: inline-block;
  text-decoration: none;
  padding: 0 25px;
  padding-right: 80px;
  height: 58px;
  line-height: 58px;
  position: relative;
  transition: 0.3s;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #ffffff;
  background: linear-gradient(329deg, #9a0019, #000000 90%);
  border-radius: 200px;
}

.ed-btn-theme:hover {

  color: #ffffff;
}

.ed-btn-theme i {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 58px;
  width: 58px;
  line-height: 54px;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
  color: #ffffff;
  background: linear-gradient(329deg, #9a0019, #000000 90%);
}


/*  */
/* workshop details  */
.news-details-box-items {
  /* margin-top: 50px; */
  position: relative;
  z-index: 9;
  padding-top: 0;
  padding: 50px;
}

.news-details-box-items .details-img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.news-details-box .details-box {
  padding: 40px;
  background-color: #F7F9FF;
  border-radius: 16px;
  font-size: 20px;
  color: var #515151 black;
  line-height: 170%;
  margin-top: 50px;
  margin-bottom: 50px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media (max-width: 767px) {
  .news-details-box-items {
    padding: 20px;
  }
}

.news-details-box-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #F7F9FF;
  z-index: -1;
  border-radius: 16px;
  top: 20%;
  height: initial;
}

.news-details-box-items .contents {
  margin-top: 25px;
}

.news-details-box-items .contents .list-area li {
  font-size: 18px;
}

.news-details-box-items .contents .list-area li:not(:last-child) {
  margin-bottom: 15px;
}

.news-details-box-items .contents .list-area li i {
  color: var(--theme);
  margin-right: 5px;
}

.scroll-grow-img {
  display: block;
  width: 100% !important;
  transition: width 0.3s ease;
}

h2 img {
  object-fit: contain;
}

.collab-card {
  background: #ffffff;
  padding: 22px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition: all 0.3s ease;
}

.collab-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.collab-card h5 {
  font-weight: 700;
  margin-bottom: 4px;
}

.collab-card span {
  display: block;
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 10px;
}

.collab-card a {
  font-size: 14px;
  text-decoration: none;
  color: #0d6efd;
  font-weight: 600;
}

.timeline {
  list-style: none;
  padding-left: 0;
  max-width: 800px;
  margin: auto;
}

.timeline li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 20px;
}

.timeline li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background: #0d6efd;
  border-radius: 50%;
}

/* gallery */
.gallery img {
  border-radius: 20px;
}

.gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-item:hover img {
  transform: scale(1.12);
}

/* Overlay */
.gallery-item .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-item:hover .overlay {
  opacity: 1;
}

/* Eye Icon */
.gallery-item .overlay i {
  color: #fff;
  font-size: 30px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  transform: scale(0.8);
  transition: all 0.35s ease;
}

.gallery-item:hover .overlay i {
  transform: scale(1);
}

/*  */
.video-hero-pro {
  padding: 50px 0;
}

.video-title {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 45px;
}

.video-title h2 {
  font-size: 38px;
  font-weight: 800;
  color: #4b0015;
  margin-bottom: 10px;
}

.video-title p {
  font-size: 16px;
  color: #6b7280;
}

/* UPDATED VIDEO CARD */
.video-box {
  position: relative;
  max-width: 1100px;
  margin: auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  aspect-ratio: 8 / 4;
}

/* Soft glow gradient */
.video-box::after {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 32px;
  background: linear-gradient(135deg,
      rgba(128, 0, 32, 0.25),
      rgba(0, 0, 0, 0.12),
      rgba(128, 0, 32, 0.25));
  z-index: -1;
  filter: blur(22px);
}

.video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.video-box video {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

/* PLAY BUTTON */
.play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  font-size: 34px;
  z-index: 9;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.play-btn {
  transform: scale(1.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .video-title h2 {
    font-size: 28px;
  }

  .video-box {
    border-radius: 16px;
  }
}

/* estra */
/* 
 /* Play button overlay */
/* .play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  font-size: 34px;
  z-index: 9;
  cursor: pointer;
  transform: scale(1.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.play-btn::after {
  /* content: ""; */
/* width: 0;
  height: 0;
  border-left: 14px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 3px;
} */

/* Layout spacing */
.knowledge-row {
  margin-top: 40px;
}

/* Card Design */
.knowledge-card {
  height: 100%;
 background: linear-gradient(135deg,
      rgba(155, 28, 49, 0.08),
      rgba(0, 0, 0, 0.02));
  border-radius: 20px;
  padding: 30px 28px;
  text-align: left;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;

  /* Animation default state */
  transform: translateY(25px);
  opacity: 0;
  animation: fadeUp 0.9s ease forwards;
}

/* Stagger animation */
.col-sm-4:nth-child(1) .knowledge-card {
  animation-delay: 0.2s;
}

.col-sm-4:nth-child(2) .knowledge-card {
  animation-delay: 0.4s;
}

.col-sm-4:nth-child(3) .knowledge-card {
  animation-delay: 0.6s;
}

/* Heading */
.knowledge-card h5 {
  font-size: 18px;
  font-weight: 800;
  color: #4b0015;
  margin-bottom: 18px;
  position: relative;
}

.knowledge-card-2 h2 {
  font-weight: 500;
  color: #4b0015;
  margin-bottom: 18px;
  position: relative;
}

/* Accent line under heading */
.knowledge-card h5::after,
.knowledge-card-2 h2::after {
  content: "";
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #4b0015, #9b1c31);
  display: block;
  margin-top: 8px;
  border-radius: 10px;
}

/* List */
.knowledge-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.knowledge-card ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #374151;
  line-height: 1.6;
}

/* Bullet */
.knowledge-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #9b1c31;
  font-size: 22px;
  line-height: 1;
}

/* Hover Effect (Subtle & Premium) */
.knowledge-card::before {
  content: "";
  position: absolute;
  inset: 0;
 
  opacity: 0;
  transition: opacity 0.4s ease;
}

.knowledge-card:hover::before {
  opacity: 1;
}

.knowledge-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

/* Fade-Up Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .knowledge-card {
    padding: 24px;
    text-align: center;
  }

  .knowledge-card h5::after {
    margin-left: auto;
    margin-right: auto;
  }

  .knowledge-card ul li {
    padding-left: 0;
  }

  .knowledge-card ul li::before {
    display: none;
  }
}

/*  */
.profile-card {
  position: relative;
  height: 360px;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

/* Image */
.profile-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Overlay – LIGHT & AGENCY STYLE */
.profile-card .card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  /* 👈 text bottom aligned */
  justify-content: center;
  padding: 26px 20px;

  /* Light black overlay */
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.05) 0%,
      rgba(0, 0, 0, 0.55) 85%);

  transition: background 0.4s ease;
}

/* Name */
.profile-card h2 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.3px;
  margin: 0;

  /* Better readability */
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}

/* Hover – subtle agency polish */
.profile-card:hover img {
  transform: scale(1.06);
}

.profile-card:hover .card-overlay {
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0.7));
}

/* Very soft glow (premium touch) */
.profile-card::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 28px;
  background: linear-gradient(135deg,
      rgba(0, 0, 0, 0.12),
      rgba(0, 0, 0, 0));
  filter: blur(18px);
  z-index: -1;
}

/* Responsive */
@media (max-width: 768px) {
  .profile-card {
    height: 300px;
  }

  .profile-card h2 {
    font-size: 18px;
  }
}


/* contact */
/*----------------------------------------*/
/*  24. CONTACT CSS START
/*----------------------------------------*/
.contact__form-input input,
.contact__form-input textarea,
.contact__form-input .nice-select {
  width: 100%;
  height: 56px;
  line-height: 54px;
  padding: 0 23px;
  background: #F5F6F8;
  ;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #F5F6F8;
  ;
  color: #031220;
  font-size: 15px;
  margin-bottom: 20px;
}

.contact__form-input .nice-select .list {
  line-height: 36px;
  padding: 0px 17px;
  background: #F5F6F8;
  ;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #F5F6F8;
  ;
  color: #031220;
  font-size: 15px;
  margin-bottom: 0px;
}

.contact__form-input input::placeholder,
.contact__form-input textarea::placeholder,
.contact__form-input .nice-select::placeholder,
.contact__form-input .nice-select .list::placeholder {
  font-size: 15px;
  color: #fff;
}

.contact__form-input input:focus,
.contact__form-input textarea:focus,
.contact__form-input .nice-select:focus,
.contact__form-input .nice-select .list:focus {
  border-color: var(--tp-theme-1);
  outline: none;
  background: var(--tp-common-white);
}

.contact__form-input textarea {
  height: 180px;
  padding: 23px 25px;
  line-height: 1.1;
  resize: none;
  margin-bottom: 13px;
}

.contact__form-agree {
  padding-left: 5px;
}

.contact__form-agree input,
.contact__form-agree .nice-select,
.contact__form-agree select option {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 14px;
  height: 14px;
  background: var(--tp-common-white);
  border: 1px solid #b9bac1;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.contact__form-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}

.contact__form-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact__form-agree input:hover {
  cursor: pointer;
}

.contact__form-agree label {
  padding-left: 8px;
  color: #fff;
}

.contact__form-agree label a {
  color: #031220;
  font-weight: 600;
  padding-left: 4px;
}

.contact__form-agree label a:hover {
  color: var(--tp-theme-1);
}

.contact__form-agree label:hover {
  cursor: pointer;
}

.contact__info-inner {
  background: linear-gradient(329deg, #9a0019, #000000 70%);
  padding: 45px 40px;
  padding-right: 70px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
  -moz-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
  -ms-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
  -o-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
  box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__info-inner {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact__info-inner {
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
  .contact__info-inner {
    margin-top: 50px;
    padding-right: 35px;
  }
}

.contact__info-inner ul li {
  list-style: none;
}

.contact__info-icon svg {
  fill: none;
  stroke: var(--tp-theme-1);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact__info-icon svg.map {
  width: 16px;
  height: 20px;
}

.contact__info-icon svg.mail {
  width: 18px;
  height: 18px;
}

.contact__info-icon svg.call {
  width: 18px;
  height: 18px;
}

.contact__info-text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
  color: white;
}

.contact__info-text a {
  color: white;
  text-decoration: none;
}

.contact__info-text p {
  margin-bottom: 0;
  color: #fff;
  text-decoration: none;
}

.contact__info-text p a:hover {
  color: #fff;
}

.contact__social h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 13px;
  color: white;
}

.contact__social ul li {
  display: inline-block;
  margin-right: 10px;
}

.contact__social ul li a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 36px;
  text-align: center;
  font-size: 13px;
  color: #031220;
  background: #F5F6F8;
  ;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.contact__social ul li a.fb {
  color: #285da1;
  background: rgb(255, 255, 255);
}

.contact__social ul li a.fb:hover {
  color: var(--tp-common-white);
  background: #285da1;
}

.contact__social ul li a.youtube {
  color: #ff0033;
  background: rgb(255, 255, 255);
}

.contact__social ul li a.youtube:hover {
  color: var(--tp-common-white);
  background: #ff0033;
}

.contact__social ul li a.twit {
  color: #1DA1F2;
  background: rgb(255, 255, 255);
}

.contact__social ul li a.twit:hover {
  color: var(--tp-common-white);
  background: #1DA1F2;
}

.contact__social ul li a.insta {
  color: #E4405F;
  background: rgb(255, 255, 255);
}

.contact__social ul li a.insta:hover {
  color: var(--tp-common-white);
  background: #E4405F;
}

.contact__social ul li a.linkedin {
  color: #0A66C2;
  background: rgb(255, 255, 255);
}

.contact__social ul li a.linkedin:hover {
  color: var(--tp-common-white);
  background: #0A66C2;
}

.contact__icon {
  margin-bottom: 28px;
}

.contact__icon svg {
  width: 70px;
  height: 70px;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.contact__icon svg .st0 {
  fill: none;
  stroke: var(--tp-theme-1);
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact__item {
  padding: 50px 80px;
  padding-bottom: 62px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 40px 50px 0px rgba(1, 11, 60, 0.08);
  -moz-box-shadow: 0px 40px 50px 0px rgba(1, 11, 60, 0.08);
  -ms-box-shadow: 0px 40px 50px 0px rgba(1, 11, 60, 0.08);
  -o-box-shadow: 0px 40px 50px 0px rgba(1, 11, 60, 0.08);
  box-shadow: 0px 40px 50px 0px rgba(1, 11, 60, 0.08);
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .contact__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.contact__item:hover .contact__icon svg {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.contact__title {
  font-size: 26px;
  margin-bottom: 8px;
}

.contact__content p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}

.contact__shape img {
  position: absolute;
}

.contact__shape img.contact-shape-1 {
  bottom: 75px;
  left: -30px;
  z-index: -1;
}

.contact__shape img.contact-shape-2 {
  top: 30px;
  right: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact__shape img.contact-shape-2 {
    right: -20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__shape img.contact-shape-2 {
    right: -20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact__shape img.contact-shape-2 {
    right: -20px;
  }
}

@media (max-width: 575px) {
  .contact__shape img.contact-shape-2 {
    right: 0px;
  }
}

.contact__shape img.contact-shape-3 {
  right: -45%;
  top: 50%;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .contact__shape img.contact-shape-3 {
    right: -20%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact__shape img.contact-shape-3 {
    right: -10%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact__shape img.contact-shape-3 {
    right: -5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__shape img.contact-shape-3 {
    right: -5%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact__shape img.contact-shape-3 {
    right: -5%;
  }
}

@media (max-width: 575px) {
  .contact__shape img.contact-shape-3 {
    right: 0%;
  }
}

.contact__shape img.contact-shape-4 {
  right: 180px;
  bottom: -21%;
}

.contact__shape img.contact-shape-5 {
  left: 0;
  bottom: 142px;
}

.ns-blog-shape-bg {
  position: absolute;
  z-index: -1;
}

.ns-blog-bg-shape-1 {
  left: 0;
  bottom: 0;
  width: -webkit-fill-available;
}

.ns-blog-bg-shape-2 {
  right: 0;
  bottom: 0;
}

.ns-blog-bg-shape-3 {
  right: 0;
  bottom: 0px;
  filter: invert(1);
  z-index: 999;
}

.ns-blog-bg-shape-4 {
  right: 0;
  top: 0;
}

.tp-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background-color: maroon;
  height: 50px;
  line-height: 50px;
  text-transform: capitalize;
  padding: 0px 30px;
  border-radius: 8px;
}

.contact__form-input input,
.contact__form-input textarea,
.contact__form-input .nice-select {
  width: 100%;
  height: 56px;
  line-height: 54px;
  color: #031220;
  font-size: 15px;
  margin-bottom: 20px;
  padding: 0px 23px;
  background: #F5F6F8;
  ;
  border-radius: 4px;
  border: 2px solid #F5F6F8;
  ;
}

/*  */
/*  */
.page-nav-wrap {
  padding: 20px 0px;
}

.page-nav-wrap ul li {
  display: inline-block;
}

.page-nav-wrap ul li a {
  text-decoration: none;
}

.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #930018;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border: 1px solid var(--border);
  color: white;
  border-radius: 50%;
}

.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: white;
}

@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers.icon {
  border: none;
  background-color: transparent;
  color: var(--theme);
}

.page-nav-wrap ul li .page-numbers.icon:hover {
  border: none;
  background-color: transparent;
  color: var(--theme);
}

.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: #000;
  border: 1px solid #930018;
}

.team-card-items a {
  text-decoration: none;
}

@media(max-width:580px) {
  .fitness-image.style-2::before {
    left: auto;
    bottom: 0;
    right: 0px;
    width: 200px;
    height: 242.717px;
    background-color: #001e43;
  }

  .journey img {
    height: 35vh;
  }

  .IsoCard-4 ul,
  .IsoCard-3 ul {
    padding: 20px !important;
    text-align: justify;
  }

  .IsoCard-2 ul,
  .IsoCard-1 ul {
    padding: 0px !important;
    text-align: justify !important;
  }

  .facilityCampup .content p {
    text-align: justify !important;
  }

  .ComputerCenter p,
  .about-section-5 p,
  .OutreachContainer p,.accolades p {
    text-align: justify !important;
  }

  .LibraryPortal .card ul {
    padding: 0px !important;
  }

  .environmentalAuditing ul {
    padding: 10px;
  }
  .nptel .content-1 p{
    text-align: justify;
  }
  .faq__accordion .accordion-button {
    padding-left: 2px;
}
}

tbody td a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.teamMember .card img{
  height:304px;
  object-fit: cover;
}
