*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  scroll-behavior: smooth;
}

h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.5px;
}

h2 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  color: #242635;
  line-height: 1.5em;
}

h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.line-up {
  position: relative;
  font-weight: 700;
  line-height: 1.5em;
}

.line-up::before {
  position: absolute;
  top: -10px;
  height: 5px;
  width: 95px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 13 / var(--tw-bg-opacity, 1));
  content: "";
}

h3 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
}

body {
  font-size: 1em;
  line-height: 1.6;
  font-family: "macan";
  color: #000;
}

ol {
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  counter-reset: item;
}

ol li {
  display: block;
}

ol li:before {
  content: counters(item, ".") " . ";
  counter-increment: item;
}

ol ol {
  margin: 0.8rem 0 0 0.6rem;
}

ol ol li {
  margin: 0.5rem 0;
}

ol li + li {
  margin-top: 1.2rem;
}

hr {
  margin-bottom: 1.5rem !important;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1347px) {
  .container {
    max-width: 1347px;
  }
}

@media (min-width: 1441px) {
  .container {
    max-width: 1441px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1500px;
  }
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-24 {
  bottom: 6rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.right-\[0\] {
  right: 0;
}

.top-0 {
  top: 0px;
}

.top-10 {
  top: 2.5rem;
}

.top-56 {
  top: 14rem;
}

.top-6 {
  top: 1.5rem;
}

.top-\[0\] {
  top: 0;
}

.z-10 {
  z-index: 10;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.\!m-0 {
  margin: 0px !important;
}

.m-0 {
  margin: 0px;
}

.m-8 {
  margin: 2rem;
}

.m-auto {
  margin: auto;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.\!mr-0 {
  margin-right: 0px !important;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[9px\] {
  margin-bottom: 9px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-11 {
  margin-left: 2.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.mt-auto {
  margin-top: auto;
}

.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.\!table {
  display: table !important;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.\!h-auto {
  height: auto !important;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-\[18\.75rem\] {
  height: 18.75rem;
}

.h-\[24rem\] {
  height: 24rem;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[48px\] {
  height: 48px;
}

.h-\[54px\] {
  height: 54px;
}

.h-\[700px\] {
  height: 700px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-\[38\.75rem\] {
  max-height: 38.75rem;
}

.min-h-\[200px\] {
  min-height: 200px;
}

.\!w-auto {
  width: auto !important;
}

.\!w-full {
  width: 100% !important;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-4\/5 {
  width: 80%;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[85\%\] {
  width: 85%;
}

.w-full {
  width: 100%;
}

.\!max-w-full {
  max-width: 100% !important;
}

.max-w-\[150px\] {
  max-width: 150px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[397px\] {
  max-width: 397px;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.flex-1 {
  flex: 1 1 0%;
}

.grow {
  flex-grow: 1;
}

.basis-1\/2 {
  flex-basis: 50%;
}

.basis-1\/4 {
  flex-basis: 25%;
}

.basis-3\/4 {
  flex-basis: 75%;
}

.basis-\[100\%\] {
  flex-basis: 100%;
}

.basis-\[32\.222\%\] {
  flex-basis: 32.222%;
}

.basis-full {
  flex-basis: 100%;
}

.border-collapse {
  border-collapse: collapse;
}

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

.rotate-45 {
  --tw-rotate: 45deg;
  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));
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.list-decimal {
  list-style-type: decimal;
}

.list-none {
  list-style-type: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[11px\] {
  gap: 11px;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-9 {
  row-gap: 2.25rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.justify-self-center {
  justify-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-tr-\[0\.3rem\] {
  border-top-right-radius: 0.3rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-\[5px\] {
  border-left-width: 5px;
}

.border-t {
  border-top-width: 1px;
}

.border-none {
  border-style: none;
}

.border-\[\#EAECF0\] {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-u-border-color {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity, 1));
}

.border-u-green {
  --tw-border-opacity: 1;
  border-color: rgb(93 190 236 / var(--tw-border-opacity, 1));
}

.border-u-maroon {
  --tw-border-opacity: 1;
  border-color: rgb(102 16 26 / var(--tw-border-opacity, 1));
}

.bg-\[\#495057\] {
  --tw-bg-opacity: 1;
  background-color: rgb(73 80 87 / var(--tw-bg-opacity, 1));
}

.bg-\[\#5dbeec\] {
  --tw-bg-opacity: 1;
  background-color: rgb(93 190 236 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f1f3f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-inherit {
  background-color: inherit;
}

.bg-primary-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(93 190 236 / var(--tw-bg-opacity, 1));
}

.bg-primary-red {
  --tw-bg-opacity: 1;
  background-color: rgb(175 76 52 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-u-about-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 145 / var(--tw-bg-opacity, 1));
}

.bg-u-dark-green {
  --tw-bg-opacity: 1;
  background-color: rgb(93 190 236 / var(--tw-bg-opacity, 1));
}

.bg-u-green {
  --tw-bg-opacity: 1;
  background-color: rgb(93 190 236 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\!bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.\!object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.\!object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-0 {
  padding: 0px;
}

.p-10 {
  padding: 2.5rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.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;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[38px\] {
  padding-top: 38px;
  padding-bottom: 38px;
}

.\!pb-11 {
  padding-bottom: 2.75rem !important;
}

.\!pb-14 {
  padding-bottom: 3.5rem !important;
}

.\!pt-\[68px\] {
  padding-top: 68px !important;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-\[100\%\] {
  padding-bottom: 100%;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.align-middle {
  vertical-align: middle;
}

.font-macanSemiBold {
  font-family: macan-semibold;
}

.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[18px\] {
  font-size: 18px;
}

.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;
}

.\!font-normal {
  font-weight: 400 !important;
}

.\!font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.\!text-\[\#1f1c1c\] {
  --tw-text-opacity: 1 !important;
  color: rgb(31 28 28 / var(--tw-text-opacity, 1)) !important;
}

.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.\!text-primary-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(93 190 236 / var(--tw-text-opacity, 1)) !important;
}

.\!text-u-green {
  --tw-text-opacity: 1 !important;
  color: rgb(93 190 236 / var(--tw-text-opacity, 1)) !important;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#007bff\] {
  --tw-text-opacity: 1;
  color: rgb(0 123 255 / var(--tw-text-opacity, 1));
}

.text-\[\#5dbeec\] {
  --tw-text-opacity: 1;
  color: rgb(93 190 236 / var(--tw-text-opacity, 1));
}

.text-\[\#98A2B3\] {
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-primary-blue {
  --tw-text-opacity: 1;
  color: rgb(93 190 236 / var(--tw-text-opacity, 1));
}

.text-primary-red {
  --tw-text-opacity: 1;
  color: rgb(175 76 52 / var(--tw-text-opacity, 1));
}

.text-primary-yellow {
  --tw-text-opacity: 1;
  color: rgb(93 190 236 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-u-dark-green {
  --tw-text-opacity: 1;
  color: rgb(93 190 236 / var(--tw-text-opacity, 1));
}

.text-u-green {
  --tw-text-opacity: 1;
  color: rgb(93 190 236 / var(--tw-text-opacity, 1));
}

.text-u-heading-color {
  --tw-text-opacity: 1;
  color: rgb(36 38 53 / var(--tw-text-opacity, 1));
}

.text-u-maroon {
  --tw-text-opacity: 1;
  color: rgb(102 16 26 / var(--tw-text-opacity, 1));
}

.text-u-news-desc-color {
  --tw-text-opacity: 1;
  color: rgb(151 151 151 / var(--tw-text-opacity, 1));
}

.text-u-red {
  --tw-text-opacity: 1;
  color: rgb(168 32 32 / var(--tw-text-opacity, 1));
}

.text-u-time-color {
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity, 1));
}

.text-u-yellow {
  --tw-text-opacity: 1;
  color: rgb(248 249 13 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.\!no-underline {
  text-decoration-line: none !important;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -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);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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 rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
  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);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.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;
}

.delay-100 {
  transition-delay: 100ms;
}

.delay-150 {
  transition-delay: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

/* stickyheader
  ====================
  =====================
  */

.site-banner .image-holder {
  background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.2) 15%,
        rgba(0, 0, 0, 0) 100%
      ),
      /* url("https://veda-app.s3.ap-south-1.amazonaws.com/assets/2/gallery/2023-05-17/4mjjmO5JSJJe3rAm-1684297889.jpeg"); */
      url("https://s3.veda-app.com/veda-app/assets/2/gallery/2025-04-08/4y9RL6XYKOvBuuMr-1744110355.jpg");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-image: url("../img/bannerimage.png"); */
  /* background-attachment: fixed; */
  /* padding-bottom: 53%; */
  /* padding-bottom: 45%; */
  /* min-height: 34.375rem; */
  height: 110vh;
  background-position: center;
}

/* @media only screen and (max-width: 768px) {
    .site-banner .image-holder {
        height: 100vh;
    }
} */

@media only screen and (max-width: 600px) {
  .site-banner .image-holder {
    background-image: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0.2) 15%,
          rgba(0, 0, 0, 0) 100%
        ),
        /* url("https://veda-app.s3.ap-south-1.amazonaws.com/assets/2/gallery/2023-01-26/djNX2BzTZiPCBTUe-1674706190.png"); */
        url("https://s3.veda-app.com/veda-app/assets/2/gallery/2025-04-08/4y9RL6XYKOvBuuMr-1744110355.jpg");
    background-position: center;
  }
}

.site-banner .image-holder::before {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  content: "";
}

.line-bottom {
  position: relative;
}

.line-bottom::after {
  position: absolute;
  left: 0px;
  height: 3px;
  content: "";
  bottom: -1.25rem;
  width: 3.75rem;
  background-color: #f8f90d;
}

.news-main-wrap {
  display: grid;
  grid-template-areas:
      "a a b"
      "a a c";
  grid-column-gap: 2.25rem;
  grid-row-gap: 3.5rem;
}

.news-main-wrap .news-wrapper:first-child {
  grid-area: a;
}

.news-main-wrap .news-wrapper:not(:first-child) .news-details .wrap {
  padding: 0.5rem;
}

.news-main-wrap .news-wrapper:first-child .news-title {
  font-size: 1.25rem;
}

.news-main-wrap .news-wrapper:not(:first-child) .news-title {
  font-size: 0.875rem;
  margin-bottom: 4px;
}

.news-main-wrap .news-wrapper:not(:first-child) p {
  font-size: 0.875rem;
}

.notice-section {
  flex: 0 0 27%;
  max-width: 27%;
}

.academic-level {
  background-color: rgba(0, 0, 0, 0.5);
}

.img-wrapper img {
  width: 100%;
}

.swiper-button-wrap {
  position: absolute;
  bottom: 0px;
  display: flex;
  flex-direction: row-reverse;
  grid-gap: 1rem;
}

/* Testimonial Swiper */

.testimonialSwiper .swiper-button-next,
  .testimonialSwiper .swiper-button-prev {
  all: unset !important;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='16' viewBox='0 0 30 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath d='M0.292982 8.70711C-0.0975418 8.31659 -0.0975418 7.68342 0.292982 7.2929L6.65694 0.928934C7.04747 0.53841 7.68063 0.53841 8.07116 0.928934C8.46168 1.31946 8.46168 1.95262 8.07116 2.34315L2.4143 8L8.07116 13.6569C8.46168 14.0474 8.46168 14.6805 8.07116 15.0711C7.68063 15.4616 7.04747 15.4616 6.65694 15.0711L0.292982 8.70711ZM29.4092 9L1.00009 9L1.00009 7L29.4092 7L29.4092 9Z' fill='%2366101A'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat !important;
  height: 1.125rem !important;
  width: 2.125rem !important;
  bottom: -2.75rem !important;
  display: block !important;
  margin-top: 0 !important;
  top: unset !important;
  left: 0 !important;
  cursor: pointer !important;
}

.testimonialSwiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='15' viewBox='0 0 31 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.73 8.11629C30.1205 7.72576 30.1205 7.0926 29.73 6.70208L23.366 0.338114C22.9755 -0.0524106 22.3423 -0.0524106 21.9518 0.338114C21.5613 0.728638 21.5613 1.3618 21.9518 1.75233L27.6086 7.40918L21.9518 13.066C21.5613 13.4566 21.5613 14.0897 21.9518 14.4802C22.3423 14.8708 22.9755 14.8708 23.366 14.4802L29.73 8.11629ZM0.613769 8.40918L29.0229 8.40918L29.0229 6.40918L0.61377 6.40918L0.613769 8.40918Z' fill='%2366101A'/%3E%3C/svg%3E%0A") !important;
}

.testimonialSwiper .swiper-button-next:after,
  .testimonialSwiper .swiper-button-prev:after {
  content: none !important;
}

/* .swiper-button-next,
  .swiper-button-prev {
    all: unset !important;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='16' viewBox='0 0 30 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath d='M0.292982 8.70711C-0.0975418 8.31659 -0.0975418 7.68342 0.292982 7.2929L6.65694 0.928934C7.04747 0.53841 7.68063 0.53841 8.07116 0.928934C8.46168 1.31946 8.46168 1.95262 8.07116 2.34315L2.4143 8L8.07116 13.6569C8.46168 14.0474 8.46168 14.6805 8.07116 15.0711C7.68063 15.4616 7.04747 15.4616 6.65694 15.0711L0.292982 8.70711ZM29.4092 9L1.00009 9L1.00009 7L29.4092 7L29.4092 9Z' fill='%2366101A'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat !important;
    height: 1.125rem !important;
    width: 2.125rem !important;
    bottom: -2.75rem !important;
    display: block !important;
    margin-top: 0 !important;
    top: unset !important;
    left: 0 !important;
    cursor: pointer !important;
  }

  .swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='15' viewBox='0 0 31 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.73 8.11629C30.1205 7.72576 30.1205 7.0926 29.73 6.70208L23.366 0.338114C22.9755 -0.0524106 22.3423 -0.0524106 21.9518 0.338114C21.5613 0.728638 21.5613 1.3618 21.9518 1.75233L27.6086 7.40918L21.9518 13.066C21.5613 13.4566 21.5613 14.0897 21.9518 14.4802C22.3423 14.8708 22.9755 14.8708 23.366 14.4802L29.73 8.11629ZM0.613769 8.40918L29.0229 8.40918L29.0229 6.40918L0.61377 6.40918L0.613769 8.40918Z' fill='%2366101A'/%3E%3C/svg%3E%0A") !important;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    content: none !important;
  } */

.swiper-pagination .swiper-pagination-bullet {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  background: #5dbeec;
  height: 10px;
  width: 25px;
  background-color: #5dbeec;
  border-radius: 20px;
  transition: all ease 0.5s;
  -ms-box-shadow: 0 4px 3px 1px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 4px 3px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 3px 1px rgb(0 0 0 / 12%);
}

.swiper-pagination .swiper-pagination-bullet-active {
  width: 45px;
}

.academic-section {
  margin-top: -1.5rem;
}

.academic-section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 66.6666666666%;
  background-color: #ffff91;
  z-index: -1;
}

.admission-process-wrapper {
  background-image: url("../img/bgshape.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0 0;
}

.principal-message {
  background-image: url("../img/sub.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

/* ctasection */

.cta-section {
  position: relative;
  background: url("../img/ctaimage.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 7.5%;
  padding-bottom: 20.5%;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

/* 
  ====================
  ====================
  gallery */

.gallery .swiper-slide a {
  pointer-events: none;
}

.gallery .swiper-slide-active a {
  pointer-events: all;
}

.gallery .galleryslider > div {
  align-items: flex-end;
}

.gallery .galleryimage-wrap {
  margin-bottom: 3rem;
}

.gallery .galleryimage-wrap img {
  opacity: 0.8 !important;
  transition: 0.3s ease all;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
  -o-object-position: top center;
     object-position: top center;
}

.gallery .swiper-slide > a:hover .gallery-details {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.gallery .swiper-slide .gallery-details {
  position: relative;
  bottom: -11px;
}

.gallery .swiper-slide-active .gallery-details {
  margin-top: 3rem;
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.gallery .swiper-slide.swiper-slide-active img {
  transform: scale(1.2);
  opacity: 1 !important;
}

.gallery-details {
  transition: 0.3s ease all;
  opacity: 0;
  visibility: hidden;
}

.gallery-details p {
  color: rgba(36, 38, 53, 0.6);
}

.gallery .swiper-button-wrap {
  align-items: flex-start !important;
  left: unset;
  right: 3rem;
  top: 0;
  z-index: 11;
}

/* 
  =================
  ================= footer */

.site-footer .footer-top-wrapper .footer-title {
  color: #a9a9a9;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.site-footer .footer-top-wrapper ul li:not(:last-child) {
  margin-bottom: 0.75rem;
  letter-spacing: 0.7px;
}

.site-footer .footer-top-wrapper .col:first-child {
  max-width: 25%;
  width: 100%;
}

.site-footer .footer-top-wrapper ul li a {
  display: inline-flex;
  align-items: flex-start;
  transition: 0.3s ease all;
}

.site-footer .footer-top-wrapper li a svg {
  margin-right: 0.625rem;
}

.site-footer .footer-top-wrapper li a:hover {
  /* transform: translateX(-5px);
    color: #5dbeec; */
  text-decoration: underline;
}

.site-footer .footer-bottom-wrapper a,
  .site-footer .footer-bottom-wrapper a path {
  transition: 0.3s ease all;
}

.site-footer .footer-bottom-wrapper a:hover path,
  .site-footer .footer-bottom-wrapper a:hover {
  fill: rgb(80, 184, 134);
  color: rgb(80, 184, 134);
}

/* button
  ==============
  ==============
   */

.toggle-btn {
  display: flex;
  width: 3rem;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-around;
  padding: 0.5rem;
  height: 2.5625rem;
  cursor: pointer;
  overflow: hidden;
}

.toggle-btn path {
  transition: 0.3s ease all;
}

.toggle-btn:hover path {
  stroke: #5dbeec;
}

.toggle-btn span {
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: all 0.25s;
}

.toggle-btn span:nth-child(2) {
  width: 50%;
}

/* 
=================
==================
Secondary menu */

.cd-half-block h2 {
  position: relative;
  margin-bottom: 1.7em;
  font-size: 1.3rem;
  font-weight: 800;
  color: #080b0f;
  text-transform: uppercase;
}

.cd-half-block h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.25rem;
  height: 1px;
  width: 3.75rem;
  background-color: currentColor;
}

.cd-half-block .cd-contact-info li {
  color: #fff;
}

.overlay {
  position: fixed;
  background: #5dbeec;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1111;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100vh;
}

.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}

.overlay nav {
  font-size: 3rem;
  font-weight: 400;
  margin-top: 5rem;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
  text-align: left;
}

.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 3.125rem;
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: inline-block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.overlay ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #fff;
  transition: 0.35s;
}

.overlay ul li a:hover:after,
  .overlay ul li a:focus:after,
  .overlay ul li a:active:after {
  width: 100%;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

#close-btn {
  position: absolute;
  top: 7%;
  right: 8%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
}

#close-btn .line:nth-child(2) {
  transform: translateY(-6px) rotate(90deg);
}

#close-btn .line:nth-child(1) {
  transform: translateY(6px);
}

#close-btn:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 4.375rem;
  height: 4.375rem;
  border: 5px solid transparent;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  border-radius: 100%;
  border: 5px solid #ecf0f1;
  transition: all 0.3s ease-in-out;
  z-index: 11;
  cursor: pointer;
}

.hamburger .line {
  width: 3.125rem;
  height: 5px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
}

#close-btn .line {
  width: 35px;
}

.site-header.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff !important;
  padding: 0.9375rem 0;
  box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
  z-index: 111;
}

.site-header.active ul {
  color: #000;
}

.site-header.active .toggle-btn path {
  stroke: #000;
}

/* gallery */

.image-wrapper.gallery .box-padding {
  position: relative;
  padding-bottom: 80%;
  cursor: pointer;
}

.image-wrapper.gallery .box-padding:hover .image::after {
  opacity: 1;
  visibility: visible;
}

.box-padding .image::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s opacity;
  z-index: 100;
}

.image-wrapper.gallery .box-padding:hover .img-box {
  background-position: center left;
}

.image-wrapper.gallery .img-box {
  position: absolute;
  inset: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: 0.35s background;
  z-index: 11;
}

.image-wrapper.gallery .box-padding:hover p {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.image-wrapper.gallery .box-padding:hover .image::after {
  visibility: visible;
  opacity: 1;
}

.image-wrapper.gallery .img-box p {
  position: relative;
  color: #fff;
  z-index: 111;
  transform: scale(0.9);
  transition: 0.3s ease all;
  opacity: 0;
  visibility: visible;
}

.quick-links-wrapper {
  margin-bottom: 6rem;
}

/* Contact us */

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #262525;
  font-weight: 600;
  letter-spacing: 1px;
}

.form-group input,
  .form-group textarea {
  font-size: 0.88rem;
  border: 1px solid #e6e6e6;
  outline: none;
  width: 100%;
  padding: 0.6rem 1rem;
}

/* Secondary mobile navigation */

.secondary-mobile-navigation {
  margin-top: 3rem;
}

.secondary-mobile-navigation ul li {
  font-size: 1.2rem;
}

.secondary-mobile-navigation ul {
  padding: 0;
}

.secondary-mobile-navigation ul li {
  height: unset;
  min-height: unset;
  margin-bottom: 1.35rem;
}

.secondary-mobile-navigation ul ul li {
  margin-bottom: 0.8rem;
}

.secondary-mobile-navigation ul li.menu-has-children {
  position: relative;
  padding: 0;
}

.secondary-mobile-navigation ul li.menu-has-children .sub-menu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
}

.secondary-mobile-navigation ul .sub-menu {
  display: block;
  margin-left: 2rem;
}

.secondary-mobile-navigation ul li.menu-has-children.active .mobile-toggle {
  transform: rotate(180deg);
}

.secondary-mobile-navigation .mobile-toggle {
  height: 1.875rem;
  width: 1.875rem;
  position: absolute;
  top: 0;
  /* background: #fff; */
  right: 0;
  transition: 0.3s ease all;
}

.secondary-mobile-navigation .mobile-toggle:focus {
  outline: 1px dashed rgba(0, 0, 0, 1);
}

.secondary-mobile-navigation .mobile-toggle::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 256 512'%3E%3Cpath d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E")
      center center no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9375rem;
  height: 1.25rem;
  transform: translate(-50%, -50%);
}

.secondary-mobile-navigation ul li.menu-has-children.active .sub-menu {
  /* max-height: 400px; */
  opacity: 1;
}

/*
=================
================ 
desktop submenu */

/* 
===============
=================
backtotop */

#back-to-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: -8%;
  width: 3.125rem;
  height: 3.125rem;
  right: 3%;
  cursor: pointer;
  z-index: 11;
  --tw-bg-opacity: 1;
  background-color: rgb(93 190 236 / var(--tw-bg-opacity, 1));
  transition: bottom 0.3s ease;
  border-radius: 50%;
  box-shadow: 0 10px 1.25rem rgb(0 0 0 / 25%);
}

#back-to-top svg {
  fill: #fff;
  height: 1.25rem;
  width: 1.25rem;
}

#back-to-top.active {
  bottom: 3%;
}

/* //fontfamily */

@font-face {
  font-family: macan;

  src: url("../fonts/macan.otf");
}

@font-face {
  font-family: macan-semibold;

  src: url("../fonts/macansemi.otf");
}

.btn {
  display: inline-block;
  border-radius: 3rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(93 190 236 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(93 190 236 / var(--tw-bg-opacity, 1));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(93 190 236 / var(--tw-text-opacity, 1));
}

.btn-transparent {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(93 190 236 / var(--tw-text-opacity, 1));
}

.btn-transparent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(93 190 236 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(93 190 236 / var(--tw-text-opacity, 1));
}

.btn-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(93 190 236 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-black {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-black:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover:hover span {
  transform: rotate(45deg);
}

/* about page */

.site-banner .banner-details > h1 {
  text-shadow: 0px 3px 2px #ccc, 0px 8px 10px rgb(0 0 0 / 15%),
    0px 4px 2px rgb(0 0 0 / 70%);
}

.banner {
  position: relative;
  background-image: url(../img/united.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  background-size: cover;
  padding: 10% 0;
  /* min-height: 27.1375rem; */
  min-height: 34.1375rem;
}

.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
}

.section-header__title {
  line-height: 1.3;
}

.entry-content ul {
  margin-left: 1.5rem;
}

.about-list li {
  padding-left: 2rem !important;
}

.about__intro h4,
.about__intro ul {
  display: none;
}

.about-list li,
.entry-content ul li,
.about-list ol,
.entry-content ol li {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
  position: relative;
  font-size: 1.1rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.about-list li::before,
.entry-content ul li::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='682.667' height='682.667' viewBox='0 0 512 512'%3E%3Cg fill='%2350B886'%3E%3Cpath d='M231.5 1.1C162.7 8.2 102 40.8 57.5 94.5c-24.1 29-44.3 71.4-51.9 108.5C-6.2 261.2 1 317.4 27.1 369.9c13.5 27.4 29.1 48.4 52.1 70.6 39.6 38.3 88.1 61.5 145.3 69.7 11.9 1.7 51.2 1.6 63.5-.1 56.2-7.7 106.7-32.1 145.4-69.9 23.5-23.1 37.7-42.5 52-71.3 12.2-24.5 20.2-50.5 24.2-78.4 2.7-19 2.5-52.9-.4-72-6.6-42.6-23.5-82.9-48.5-116-8-10.6-11-14-23.6-26.8C398.2 36 348.2 10.8 291.5 2.4c-12.3-1.8-47.8-2.6-60-1.3zm135 123c3.3.9 8.4 5.5 29.7 26.7 14.2 14.1 26.5 27.1 27.3 28.8 1.9 4.1 1.9 9.7 0 13.8-.8 1.7-44.4 45.9-96.7 98.3-85.4 85.3-95.7 95.3-99.5 96.3-9.6 2.5-6.6 5.1-75-63.3-34.3-34.2-63-63.6-63.8-65.3-1.9-4-1.9-8.5-.1-12.8 1.5-3.7 49.6-49.9 54.9-52.9 3.6-1.9 9.2-2.2 13.4-.7 1.5.6 16.9 15.1 34.1 32.3l31.2 31.2 65.3-65.3c72.1-72.1 69.4-69.8 79.2-67.1z'/%3E%3Cpath d='M295.5 227.9c-71.7 71.6-67.9 68.4-77.2 66.6-3.3-.6-8.1-4.9-35.9-32.7l-32.1-32-11.9 11.2c-6.6 6.2-12 11.6-12.2 11.9-.1.3 21.6 22.4 48.3 49.1l48.5 48.5 82-82 82-82-12.2-12.2C368 167.5 362.3 162 362 162c-.3 0-30.2 29.7-66.5 65.9z'/%3E%3C/g%3E%3C/svg%3E");
  height: 1.125rem;
  width: 1.125rem;
  top: 4px;
  left: 0;
  background-size: 1.125rem;
  z-index: 1;
}

/* quick links */

.leftsidebar {
  /* max-width: 22%;
  flex: 0 0 22%; */
  position: sticky;
  top: 0;
  position: sticky;
  top: 112px;
  align-self: flex-start;
}

.leftsidebar ul li a {
  display: block;
  padding: 0.9375rem 1.125rem;
}

.leftsidebar ul li a.menu-active {
  background-color: #5dbeec;
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.leftsidebar ul li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.main-content {
  max-width: 800px;
}

.main-content .entry-content p {
  font-size: 1.1rem;
}

.main-content .entry-content h4 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #a9a9a9;
  letter-spacing: -0.3px;
  margin-bottom: 0.6rem;
}

.main-content .entry-content p {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.main-content .entry-content p:not(:last-child) {
  margin-bottom: 1.4rem;
}

.main-content .entry-content ul {
  margin: 1rem 0 2.5rem 1.5rem;
}

.main-content .entry-content ul li {
  list-style: none;
  padding-left: 2rem;
}

.main-content .entry-content .accordion__content ul li {
  list-style-type: none;
  padding-left: 1rem;
}

/* Table */

.table {
  border: 1px solid #e5e5e5;
  margin: 0.5rem 0 1.5rem 0;
}

.table thead {
  background-color: #5dbeec;
}

.table tbody tr:nth-child(even) {
  background-color: #5dbeec99;
}

.table td,
.table thead th {
  padding: 1rem 1.3rem;
  border: 1px solid #e5e5e5;
}

.table thead th {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border: 1px solid #e5e5e5;
}

/* management team wrppaer */

.management-team-wrapper .card:hover {
  box-shadow: 0px 8px 56px 0px rgb(0 19 47 / 20%);
}

.management-team-wrapper .card {
  width: calc(25% - 1.5rem);
}

.team-details {
  /* padding: 1rem 1.5rem; */
  border: 1px solid #5dbeec;
  border-top: 0;
}

.team-details p {
  margin-bottom: 0px !important;
}

/* accordion */

.entry-content .accordion {
  overflow: hidden;
  max-width: 50rem;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
}

.entry-content p a,
.entry-content li a {
  --tw-text-opacity: 1;
  color: rgb(93 190 236 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.entry-content p a:hover,
.entry-content li a:hover {
  text-decoration: none;
}

.entry-content .image-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.entry-content .image-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.accordion.accordion__active .accordion__intro::before,
.accordion.accordion__active .accordion__intro::after {
  transform: rotate(0);
}

.accordion__intro::before,
.accordion__intro::after {
  content: "";
  height: 2px;
  margin-right: 2.3125rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
  width: 0.875rem;
  background-color: #5dbeec;
}

.accordion__intro::after {
  transform: unset;
}

.entry-content .accordion:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.entry-content .accordion__intro {
  position: relative;
  padding: 1.25rem;
  cursor: pointer;
  transition: 0.3s ease all;
}

.accordion.accordion__active .accordion__intro {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1.25rem;
}

.entry-content .accordion__intro:hover,
.accordion.accordion__active .accordion__intro {
  background-color: #f7f7f7;
}

.entry-content .accordion__content {
  padding: 0 1.25rem;
  /* margin-left: 1.3rem; */
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
  flex-wrap: wrap;
}

.entry-content .accordion__content ul:not(.not-grid) {
  display: grid;
  grid-row-gap: 0.5rem;
  grid-column-gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.entry-content .accordion h4,
.entry-content .accordion p {
  margin: 0;
  line-height: 1.4;
}

.entry-content .accordion h4 {
  color: #000;
  font-size: 1.3rem;
  font-weight: 500;
}

.entry-content .accordion p {
  color: #000;
  margin: 0 0 1.25rem;
  font-size: 1.1em;
  line-height: 1.75;
  position: relative;
}

.entry-content .accordion p ul li {
  position: relative;
}

.entry-content .accordion ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 6px;
  width: 6px;
  background-color: #5dbeec;
  border-radius: 50%;
}

.entry-content .accordion__active .accordion__content {
  padding: 0 1.25rem 1.25rem;
  opacity: 1;
}

.principalmessage {
  min-height: 8rem !important;
}

.principal-wrapper .container {
  max-width: 1270px;
  border-radius: 8px;
  background: #f7f7f7;
  box-shadow: 0 3px 9px rgb(0 0 0 / 25%);
}

.principal-wrapper .name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 40px;
  background-color: #5dbeec;
}

.principal-wrapper .description p:not(:last-child) {
  margin-bottom: 1rem;
}

.principal-wrapper .bottomwrapper {
  position: relative;
  border-left: 4px solid #5dbeec;
}

/* popup modal */

.modal-pop {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 111;
}

body.open-popup .modal-pop {
  display: block;
}

.modal-pop .close svg {
  transition: 0.3s all;
}

.modal-pop .close:hover svg {
  transform: rotate(90deg);
}

body.open-popup .popup-wrapper {
  opacity: 1;
}

.popup-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 0.3rem;
  outline: 0;
  max-width: 550px;
  padding: 1.8rem 2rem;
  margin: auto;
  opacity: 0;
  transition: opacity 0.3s linear;
}

body.open-popup {
  overflow: hidden;
}

body.open-popup .popup-wrapper {
  animation: dissolveInTop 0.7s ease-in-out;
}

/*Animation 1.03 - Dissolve In from Top*/

@keyframes dissolveInTop {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.site-logo {
  max-width: 9.375rem;
  width: 100%;
}

@media only screen and (max-width: 1399px) {
  .management-team-wrapper .card {
    width: calc(33.33% - 1.5rem);
  }

  .site-logo {
    max-width: 9.375rem;
    width: 100%;
  }

  .site-header .navigation ul li a {
    padding: 0.5rem 0.8rem;
  }

  .container {
    max-width: 100%;
    width: 100%;
    padding: 0 3rem;
  }

  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  h3 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 1199px) {
  .notice-section {
    flex: 0 0 35%;
    max-width: 35%;
  }
}

@media only screen and (max-width: 1024px) {
  .news-main-wrap {
    grid-template-areas:
      "a a a a "
      "b b c c";
    grid-row-gap: 1.875rem;
    grid-column-gap: 1.875rem;
  }

  .news-main-wrap:nth-child(2) {
    grid-area: b;
  }

  .news-main-wrap:nth-child(3) {
    grid-area: c;
  }

  .notice-section {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .news-main-wrap {
    display: block;
  }

  .news-main-wrap .news-wrapper:not(:last-child) {
    margin-bottom: 2rem;
  }

  .overlay .secondary-navigation {
    font-size: 2rem;
  }

  .cd-navigation-wrapper #close-btn .line:nth-child(2) {
    transform: translateY(-14px) rotate(90deg);
    left: -9px;
  }

  .cd-navigation-wrapper #close-btn .line:nth-child(1) {
    transform: translateY(-4px);
    left: -8px;
  }

  .cd-navigation-wrapper #close-btn .line {
    width: 25px;
    height: 3px;
    position: relative;
  }

  .cd-navigation-wrapper #close-btn:before {
    height: 3.125rem;
    width: 3.125rem;
    border: 4px solid #ecf0f1;
  }

  .admission-process-wrapper h3 {
    font-size: 1.5rem;
  }

  .menu-label-wrapper {
    padding: 0.9375rem 1.25rem !important;
  }

  .entry-content .accordion__content,
  .entry-content .accordion__content ul:not(.not-grid) {
    grid-template-columns: repeat(2, 1fr);
  }

  .management-team-wrapper .card {
    width: calc(50% - 1.5rem);
  }

  .secondary-mobile-navigation {
    display: block !important;
  }

  .secondary-navigation {
    display: none;
  }

  .quick-links-wrapper {
    margin-bottom: 4rem;
  }

  .principalmessage {
    min-height: 27.1375rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding: 0 1rem;
  }

  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .site-footer .footer-top-wrapper .col:first-child {
    max-width: 100%;
    width: 100%;
  }

  .testimonials-wrapper .image {
    width: 85px;
    height: 85px;
    overflow: hidden;
  }

  .academic-section::after {
    content: none;
  }

  .admission-process-wrapper h3 span {
    display: none;
  }

  .notice-section {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .swiper-button-wrap {
    left: 4%;
  }

  .overlay .secondary-navigation {
    font-size: 1.8rem;
    margin-top: 2rem;
  }

  .entry-content .accordion__content {
    grid-template-columns: repeat(1fr);
  }

  .quick-links-wrapper > div {
    flex-direction: column;
  }

  .leftsidebar {
    position: static;
    width: 100%;
  }

  .entry-content .accordion__content ul:not(.not-grid) {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-links-wrapper {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .entry-content .accordion__content ul:not(.not-grid) {
    grid-template-columns: 1fr;
  }

  .management-team-wrapper .card {
    width: 100%;
  }
}

/* MinWidth */

@media (min-width: 1889px) {
  .newssection,
  .academic-section,
  .about-us {
    margin-left: 12%;
  }

  .newssection,
  .about-us > div {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .site-header .navigation li a {
    display: inline-block;
    padding: 10px 0;
  }

  .site-header li.menu-has-children:hover .sub-menu {
    left: 0;
    right: 0;
    transform: translateY(0rem);
    visibility: visible;
    opacity: 1;
    clip: unset;
  }

  .site-header .sub-menu {
    position: absolute;
    width: 17.5rem;
    top: 100%;
    left: 0;
    background-color: #fff;
    color: #000;
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
    z-index: 999;
    clip: rect(1px, 1px, 1px, 1px);
    right: 9999em;
    margin: 0;
    transform: translateY(0.6rem);
    opacity: 0;
    border-radius: 4px;
    overflow: hidden;
    visibility: hidden;
    transition: 0.3s ease all;
  }

  .site-header .navigation .sub-menu li {
    display: block;
    font-size: 0.85em;
    font-weight: 400;
    background: 0;
    text-align: left;
    padding: 0;
    margin: 0;
    border: 0;
  }

  .site-header .sub-menu li:hover {
    background-color: #5dbeec;
    border: 0;
  }

  .site-header .navigation .sub-menu li:hover > a {
    color: #fff;
  }

  .site-header .navigation .sub-menu a {
    display: block;
    padding: 0.9375rem 1.25rem !important;
    margin: 0;
    position: relative;
  }

  .site-header {
    transition: 0.3s ease all;
  }

  .site-header.active .navigation li:hover {
    background-color: #5dbeec;
  }

  .site-header.active .navigation li a.menu-active {
    background-color: #5dbeec;
    color: #fff !important;
    border: 1px solid #5dbeec;
  }

  .site-header .navigation ul li:last-child .sub-menu,
  .site-header.active .navigation ul li:last-child .sub-menu {
    left: unset;
    right: 0;
  }

  .site-header.active .social-links {
    display: none;
  }

  .site-header.active .navigation li:hover a {
    color: #fff;
  }

  .site-header.active .navigation ul.sub-menu a {
    color: #000;
  }

  .site-header.active .navigation .sub-menu li:hover {
    background-color: #5dbeec;
  }

  .site-header.active .navigation .sub-menu li:hover a {
    color: #fff;
  }

  .site-header.active .navigation li.menu-has-children:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0013 1.16126C14.0018 1.31066 13.9688 1.45827 13.9048 1.59324C13.8407 1.72822 13.7473 1.84714 13.6313 1.94126L7.63125 6.77126C7.45232 6.91834 7.22788 6.99875 6.99625 6.99875C6.76463 6.99875 6.54018 6.91834 6.36125 6.77126L0.361252 1.77126C0.157035 1.60152 0.028611 1.35761 0.00423124 1.09318C-0.0201485 0.828759 0.0615134 0.565477 0.231252 0.361261C0.40099 0.157044 0.644902 0.0286202 0.909328 0.00424047C1.17375 -0.0201393 1.43704 0.0615219 1.64125 0.231261L7.00125 4.70126L12.3613 0.381261C12.508 0.258978 12.6868 0.181301 12.8763 0.157421C13.0659 0.133541 13.2583 0.164458 13.4308 0.246514C13.6034 0.32857 13.7488 0.45833 13.8499 0.62044C13.9509 0.782551 14.0035 0.970227 14.0013 1.16126Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  }

  .site-header.active .menu-has-children::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24"><path fill="%2387CEEB" d="M7 10l5 5 5-5z" /></svg>');
  }

  .site-header .menu-has-children {
    position: relative;
    padding: 0 2rem;
  }

  .site-header .navigation li {
    padding: 0;
    /* margin: 0 5px; */
    transition: 0.3s ease all;
    /* border: 1px dashed transparent; */
  }

  .site-header .navigation li a {
    padding: 0.8rem 1rem;
  }

  .site-header .navigation .sub-menu li a.menu-active {
    background-color: #5dbeec;
    color: #fff !important;
    border-radius: 0;
  }

  .site-header .navigation li.menu-has-children a {
    padding-right: 1.5rem;
  }

  .site-header .navigation li.menu-has-children:hover::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path fill="%230000FF" d="M7 10l5 5 5-5z" /></svg>');
  }

  /* .site-header .navigation > ul li:hover,
  .site-header .navigation > ul li a.menu-active {
    background: #5dbeec;
    border-radius: 5px;
  } */

  .site-header .navigation ul li.menu-has-children .menu-active {
    padding-right: 1.5rem;
  }

  .site-header .navigation li:hover a,
  .site-header .navigation li a.menu-active {
    color: #000;
  }

  .site-header .navigation ul .sub-menu li:hover {
    border-radius: 0;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(93 190 236 / var(--tw-bg-opacity, 1)) !important;
  }

  .site-header .menu-has-children::after {
    position: absolute;
    content: "";
    height: 14px;
    width: 7px;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0013 1.16126C14.0018 1.31066 13.9688 1.45827 13.9048 1.59324C13.8407 1.72822 13.7473 1.84714 13.6313 1.94126L7.63125 6.77126C7.45232 6.91834 7.22788 6.99875 6.99625 6.99875C6.76463 6.99875 6.54018 6.91834 6.36125 6.77126L0.361252 1.77126C0.157035 1.60152 0.028611 1.35761 0.00423124 1.09318C-0.0201485 0.828759 0.0615134 0.565477 0.231252 0.361261C0.40099 0.157044 0.644902 0.0286202 0.909328 0.00424047C1.17375 -0.0201393 1.43704 0.0615219 1.64125 0.231261L7.00125 4.70126L12.3613 0.381261C12.508 0.258978 12.6868 0.181301 12.8763 0.157421C13.0659 0.133541 13.2583 0.164458 13.4308 0.246514C13.6034 0.32857 13.7488 0.45833 13.8499 0.62044C13.9509 0.782551 14.0035 0.970227 14.0013 1.16126Z' /%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
  }
}

/* .principal-message .details-wrapper {
  display: none;
} */

.principal-message .details-wrapper div + h4 {
  display: flex;
}

.line-clamp-10 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}

.principal-wrapper .description h4 {
  padding-left: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  position: relative;
  border-left: 4px solid #5dbeec;
}

ul {
  margin-left: 1.5rem;
  margin-bottom: 1.75rem;
  list-style: disc;
}

.col ul {
  margin: 0px;
  list-style-type: none;
}

.list-items p,
.list-items h4 {
  display: none;
}

.list-items ul {
  list-style: none;
}

.about__intro p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.testimonials-wrapper .image {
  width: 105px;
  height: 105px;
  overflow: hidden;
}

.testimonials-wrapper .image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.album {
  box-shadow: 2px 2px 2px 0px rgb(212 212 212 / 17%);
  position: relative;
}

.side-image {
  /* background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);
    padding: 1rem; */
}

/* New Design */

#masthead li a {
  font-size: 17px;
  /* @apply ; */
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-weight: 600;
}

#masthead.active ul .menu-has-children > a {
  --tw-text-opacity: 1;
  color: rgb(93 190 236 / var(--tw-text-opacity, 1));
}

#masthead.active ul .menu-has-children:hover > a {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

#masthead ul .sub-menu a {
  font-size: 16px;
}

#masthead ul .sub-menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#masthead ul .sub-menu a {
  font-weight: 500;
}

#masthead .secondary-nav li a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.secondary-nav {
  display: none;
}

.hideIt {
  display: none !important;
}

.noBorder {
  border-top: none !important;
  padding-top: 0 !important ;
}

.header.active .navigation li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.site-header.active .navigation .menu-has-children:hover > a {
  color: #5dbeec !important;
}

@media only screen and (max-width: 1024px) {
  .secondary-nav {
    display: block;
  }

  .side-image {
    display: none;
  }
}

/* United Experience */

.united-exp_items > div {
  height: 28rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}

/* .united-exp_items > div:nth-child(even) {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.293), rgba(255, 255, 255, 0.293)),
    url('img/collegelogo.png');

} */

.united-exp_items > div p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
}

.united-exp_items > div .desc {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-weight: 200;
  text-transform: none;
  font-size: 17px;
  transform: translateY(12px);
  opacity: 0;
  transition: all 0.3s;
  line-height: 1;
}

.desc span {
  font-size: 16px;
}

.united-exp_items > div:hover .desc {
  transform: translateY(0px);
  opacity: 1;
}

.united-exp_items .united-exp_item1 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2)
    ),
    url("../img/galleryimage1.jpg");
  transition: all 0.3s;
}

.united-exp_items .united-exp_item1:hover {
  background-image: linear-gradient(
      to bottom,
      rgba(80, 184, 134, 0.8),
      rgba(80, 184, 134, 0.8)
    ),
    url("../img/galleryimage1.jpg");
}

.united-exp_items .united-exp_item2 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url("../img/galleryimage2.jpg");
  transition: all 0.3s;
}

.united-exp_items .united-exp_item2:hover {
  background-image: linear-gradient(
      to bottom,
      rgba(80, 184, 134, 0.8),
      rgba(80, 184, 134, 0.8)
    ),
    url("../img/galleryimage2.jpg");
  transition: all 0.3s;
}

.united-exp_items .united-exp_item3 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url("../img/galleryimage3.jpg");
  transition: all 0.3s;
}

.united-exp_items .united-exp_item3:hover {
  background-image: linear-gradient(
      to bottom,
      rgba(80, 184, 134, 0.8),
      rgba(80, 184, 134, 0.8)
    ),
    url("../img/galleryimage3.jpg");
  transition: all 0.3s;
}

.united-exp_items .united-exp_item4 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url("../img/galleryimage4.jpg");
  transition: all 0.3s;
}

.united-exp_items .united-exp_item4:hover {
  background-image: linear-gradient(
      to bottom,
      rgba(80, 184, 134, 0.8),
      rgba(80, 184, 134, 0.8)
    ),
    url("../img/galleryimage4.jpg");
  transition: all 0.3s;
}

.united-exp_items .united-exp_item5 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url("../img/galleryimage5.jpg");
  transition: all 0.3s;
}

.united-exp_items .united-exp_item5:hover {
  background-image: linear-gradient(
      to bottom,
      rgba(80, 184, 134, 0.8),
      rgba(80, 184, 134, 0.8)
    ),
    url("../img/galleryimage5.jpg");
  transition: all 0.3s;
}

.united-exp_items .united-exp_item6 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url("../img/galleryimage6.jpg");
  transition: all 0.3s;
}

.united-exp_items .united-exp_item6:hover {
  background-image: linear-gradient(
      to bottom,
      rgba(80, 184, 134, 0.8),
      rgba(80, 184, 134, 0.8)
    ),
    url("../img/galleryimage6.jpg");
  transition: all 0.3s;
}

/* .united-exp_items > div:nth-child(even) p {
    text-shadow: 3px 4px 7px rgba(0, 0, 0, 0.8);
} */

/* core values */

.core-values i {
  font-size: 2.4rem;
}

/* Facts */

.facts {
  background-image: url(https://s3.veda-app.com/veda-app/assets/2/gallery/2023-02-24/nmngfdmVqo5p3Kna-1677231688.jpg);
  background-size: cover;
  background-position: center;
}

.facts-figures_each {
  --tw-text-opacity: 1;
  color: rgb(168 32 32 / var(--tw-text-opacity, 1));
  text-align: center;
  margin-bottom: 1.2rem;
}

.facts-figures_each img {
  height: 5rem;
  width: 7rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 12px;
}

.facts-figures_each .data .data-number {
  font-size: 2.8rem;
  font-weight: 600;
  /* line-height: 1.3; */
  margin-bottom: 10px;
}

.facts-figures_each .data .data-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  opacity: 0.5;
}

@media only screen and (max-width: 900px) {
  .facts-figures_each .data .data-number {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 600px) {
  .facts-figures_each .data .data-number {
    font-size: 2rem;
  }
}

/* .facts .facts-figures .small-heading{
    font-size: 32px;
}
.facts .facts-figures .medium-heading{
    font-size: 50px;
}

.facts .facts-figures .large-heading{
    font-size: 56px;
}

.facts .facts-figures .large-paragraph{
    font-weight: 400;
    font-size: 26px;
} */

/* Neb results */

.neb-results > div h2 {
  --tw-text-opacity: 1;
  color: rgb(168 32 32 / var(--tw-text-opacity, 1));
  font-size: 56px;
  padding-bottom: 18px;
  border-bottom: 2px solid #5dbeec;
  margin-bottom: 8px;
}

.neb-results > div p {
  font-weight: 400;
  font-size: 24px;
  opacity: 0.5;
  padding: 8px;
}

.journey > h2 {
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4),  rgba(0, 0, 0, 0.4)); */
  /* @apply bg-u-dark-green; */
}

.journey > div {
  height: 22rem;
  opacity: 0.8;
}

.maps h2,
.inquire h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-align: center;
  width: 44%;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 700px) {
  .maps h2,
  .inquire h2 {
    width: 50%;
  }

  .maps h2 a,
  .inquire h2 a {
    font-size: 18px;
  }
}

.maps h2 a,
.inquire h2 a {
  background-color: #5dbeec !important;
  width: 80%;
  display: inline-block;
  line-height: 1.5;
  /* background: linear-gradient(
    to bottom,
    rgba(25, 123, 76, 0.7),
    rgba(25, 123, 76, 0.7)
  ); */
  padding: 2px;
  border-radius: 18px;
  font-size: 22px;
  transition: all 0.3s;
}

.maps h2 a:hover,
.inquire h2 a:hover {
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8),  rgba(0, 0, 0, 0.8)); */
  background: linear-gradient(
    to bottom,
    rgba(25, 123, 76, 0.8),
    rgba(25, 123, 76, 0.8)
  );
}

.journey .inquire {
  /* background-image: url("https://veda-app.s3.ap-south-1.amazonaws.com/assets/2/gallery/2023-02-16/DwxitDV9scbYGm0c-1676525751.jpg"); */
  background-image: url("https://s3.veda-app.com/veda-app/assets/2/gallery/2025-04-08/mFtc5ojGYAQlQpK4-1744110881.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
}

.explore img {
  width: 16rem;
  height: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Footer */

.footer2 {
  background-color: #5dbeec;
  color: white;
  /* @apply relative bg-center bg-no-repeat bg-cover;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.293), rgba(255, 255, 255, 0.293)),
    url("../img/bannerimage.png");
    backdrop-filter: blur(2px); */
}

/* .footer2 .container {
    backdrop-filter: blur(2px);
} */

.footer2 ul li a {
  color: white;
  font-size: 15px;
  opacity: 0.8;
}

.footer2 i {
  color: white;
  font-size: 28px;
  border-radius: 3px;
}

.footer2 ul p {
  text-transform: uppercase;
  font-size: 20px !important;
  color: white;
  margin-bottom: 6px;
}

/* sub menu item 2 */

/* .site-header .menu-has-children2::after {
    position: absolute;
    content: ">";
    height: 14px;
    width: 7px;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
   
  } */

.sub-menu2 {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  width: -moz-max-content;
  width: max-content;
  left: 88%;
  top: 10px;
  display: none;
}

.open-sub-menu2:hover .sub-menu2 {
  display: block;
}

.our-school {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2)
    ),
    url("../img/bannerimage.png");
  background-attachment: fixed;
  height: 30vh;
}

.our-school p {
  font-size: 24px;
}

.learning-approach img {
  height: 15rem;
  width: 15rem;
  border-radius: 50%;
  margin: 5px auto;
}

.united-facilites img {
  height: 28rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 12px;
}

/* background for header of index.php */

.index-header {
  /* background-color: rgba(232, 192, 192, 0.3);
     backdrop-filter: blur(3px); */
}

/* other than index.php */

.non-index-header {
  background-color: white !important;
}

.non-index-header nav ul .menu-items:hover > a {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(93 190 236 / var(--tw-bg-opacity, 1)) !important;
  color: white !important;
}

/* .hostel_items-each {
   height: 24rem !important;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
} */

.hostel_items {
  overflow: hidden;
  padding-top: 2rem;
  height: 27rem;
}

.hostelSwiper {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
  height: 24rem !important;
  overflow: visible !important;
}

/* .hostelSwiper .swiper-wrapper {
   height: 100% !important;
 } */

.hostel_items-each {
  height: 100% !important;
}

.hostel_items-each img {
  width: 100%;
  height: 27rem !important;
  -o-object-fit: cover;
     object-fit: cover;
}

/* health and well being - life at united */

.health-each {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 28rem;
  /* padding: 2.8rem; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
  background-image: url(../img/image.jpg);
}

.top-header ul li i {
  --tw-text-opacity: 1;
  color: rgb(93 190 236 / var(--tw-text-opacity, 1));
  font-size: 24px;
}

.large-title {
  font-size: 3.6rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4rem;
  line-height: 1.08;
}

@media only screen and (max-width: 600px) {
  .large-title {
    font-size: 2.4rem;
  }
}

/* .menu-items a:hover {
  @apply !text-white;
  @apply !bg-primary-blue;
} */

.large-title span {
  --tw-text-opacity: 1;
  color: rgb(93 190 236 / var(--tw-text-opacity, 1));
}

/* Preprimary primary secondary / Education and learning section*/

.pre-primary_left img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 31rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 63% 100%, 17% 90%, 0 94%);
}

.glance-heading {
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 3.4rem;
  position: relative;
}

.glance-heading span {
  text-transform: lowercase;
  position: absolute;
  right: 4rem;
  top: 2.4rem;
  font-size: 1.2rem;
}

.icons-desc {
  margin-bottom: 2rem;
}

.icons-desc .icon-container {
  height: 10.4rem;
  width: 10.4rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.icons-desc .icon-container img {
  width: 100%;
  height: 100%;
  /* border: 2px solid white; */
}

.icons-desc i {
  color: #5dbeec;
  font-size: 2.8rem;
}

.icons-desc .number {
  font-size: 2.6rem;
}

.icons-desc .desc {
  font-size: 14px;
  margin-top: -8px;
}

@media only screen and (max-width: 700px) {
  .glance-heading {
    font-size: 3.2rem;
    margin-bottom: 2rem;
    line-height: 1.04;
  }

  .glance-heading span {
    position: static;
  }
}

/* what next of preprimary, primary and secondary */

.pre-primary_main,
.testimonial {
  margin-bottom: 6rem;
}

.next-each {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 1.8rem;
  height: 14rem;
  width: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
}

.next-each h4 {
  font-size: 1.2rem;
  line-height: 1.4;
}

.next-each img {
  height: 8.2rem;
  width: 8.2rem;
}

/* Testimonial */

.testimonial {
  width: 60%;
  margin: 0 auto 6rem;
}

.testimonial i {
  font-size: 3.6rem;
}

.testimonial p {
  font-size: 18px;
}

.testimonial .name {
  font-size: 21px;
  font-weight: 600;
}

@media only screen and (max-width: 800px) {
  .testimonial {
    width: 85%;
  }
}

.selection\:bg-u-green *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(93 190 236 / var(--tw-bg-opacity, 1));
}

.selection\:bg-u-green *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(93 190 236 / var(--tw-bg-opacity, 1));
}

.selection\:text-white *::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.selection\:text-white *::selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.selection\:bg-u-green::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(93 190 236 / var(--tw-bg-opacity, 1));
}

.selection\:bg-u-green::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(93 190 236 / var(--tw-bg-opacity, 1));
}

.selection\:text-white::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.selection\:text-white::selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:bg-\[\#54a4c9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(84 164 201 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(93 190 236 / var(--tw-bg-opacity, 1));
}

.hover\:bg-u-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(93 190 236 / var(--tw-bg-opacity, 1));
}

.hover\:\!text-u-green:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(93 190 236 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-u-green:hover {
  --tw-text-opacity: 1;
  color: rgb(93 190 236 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -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);
}

.focus\:border-\[\#a82020\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(168 32 32 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --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);
}

.focus\:ring-\[\#a82020\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 32 32 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:w-\[30rem\] {
    width: 30rem;
  }

  .sm\:basis-2\/4 {
    flex-basis: 50%;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .md\:top-10 {
    top: 2.5rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[89\%\] {
    max-width: 89%;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:basis-1\/2 {
    flex-basis: 50%;
  }

  .md\:basis-5\/6 {
    flex-basis: 83.333333%;
  }

  .md\:basis-\[35\%\] {
    flex-basis: 35%;
  }

  .md\:basis-full {
    flex-basis: 100%;
  }

  .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\:flex-row {
    flex-direction: row;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-\[25px\] {
    gap: 25px;
  }

  .md\:gap-\[50px\] {
    gap: 50px;
  }

  .md\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:\!text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .md\:text-3xl {
    font-size: 2rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:\!mr-12 {
    margin-right: 3rem !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:h-\[550px\] {
    height: 550px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-\[40rem\] {
    width: 40rem;
  }

  .lg\:max-w-\[510px\] {
    max-width: 510px;
  }

  .lg\:max-w-\[90rem\] {
    max-width: 90rem;
  }

  .lg\:basis-2\/4 {
    flex-basis: 50%;
  }

  .lg\:basis-3\/6 {
    flex-basis: 50%;
  }

  .lg\:basis-\[26\%\] {
    flex-basis: 26%;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-11 {
    padding-left: 2.75rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1347px) {
  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-14 {
    gap: 3.5rem;
  }

  .xl\:gap-\[76px\] {
    gap: 76px;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pt-\[140px\] {
    padding-top: 140px;
  }
}

@media (min-width: 1500px) {
  .\32xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .\32xl\:basis-\[22\.22\%\] {
    flex-basis: 22.22%;
  }

  .\32xl\:p-14 {
    padding: 3.5rem;
  }

  .\32xl\:pl-16 {
    padding-left: 4rem;
  }

  .\32xl\:pl-\[6rem\] {
    padding-left: 6rem;
  }
}
