@charset "UTF-8";
/*-----------------------------------------------------------

@File: Tuva Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style
** - Section Title Area Style
** - Header Area Style
** - Nav Area Style
** - Banner Area Style
** - Futures Area Style
** - About Area Style
** - Services Area Style
** - Ready To Talk Area Style
** - Choose Us Area Style
** - Case Studies Area Style
** - Customer Area Style
** - Team Area Style
** - Partner Area Style
** - Blog Area Style
** - Footer Area Style
** - Copy Right Area Style

** - OTHER STYLE AREA - **
-------------------------------------------------------------*/
/*
Default Colors Style
======================================================*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap");

:root {
  --primary: #fc6441;
  --paragraph: #525271;
  --dark: #0d0d25;
  --white: #ffffff;
}

/*
Default Fonts Style
======================================================*/
:root {
  --headingFont: "Inter", sans-serif;
  --bodyFont: "Inter", sans-serif;
  --anotherHeading: "Inter", serif;
}

/*
Default  Styles
======================================================*/
body {
  font-family: var(--bodyFont);
  color: var(--paragraph);
  line-height: 1.7;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark);
  font-family: var(--headingFont);
  font-weight: 700;
  line-height: 1.4;
}

a {
  text-decoration: none !important;
}

.container-fluid {
  max-width: 1745px;
}

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

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

.pt-130 {
  padding-top: 130px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-80 {
  padding-top: 80px;
}

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

.pt-100 {
  padding-top: 100px;
}

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

.ptb-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-80 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.ml-0 {
  margin-left: 0 !important;
}

.pt-30 {
  padding-top: 30px;
}

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

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

a {
  transition: 0.6s;
  text-decoration: none;
}

a:hover {
  color: var(--paragraph);
}

p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.7;
}

p:last-child {
  margin-bottom: 0;
}

.bg-F8F8F9 {
  background: #f8f8f9;
}

.bg-FAF6F6 {
  background: #faf6f6;
}

.bg-E8E8F4 {
  background: #e8e8f4;
}

.bg-FAFAFA {
  background: #fafafa;
}

.bg-EEEEF5 {
  background: #eeeef5;
}

.border-right {
  border-right: solid 1px #ebeaf0;
}

.border-bottom {
  border-bottom: solid 1px #e8e9ed;
}

.only-992-device {
  display: none;
}

.default-btn {
  background-color: var(--primary);
  color: var(--white);
  display: inline-block;
  font-family: Work Sans;
  font-size: 16px;
  line-height: 1;
  padding: 20px 32px;
  transition: 0.6s;
  border: none;
  font-weight: 600;
  text-align: center;
  border-radius: 6px;
}

.default-btn:hover {
  color: #fff;
  box-shadow: 0 0 40px 40px rgb(248, 202, 77) inset;
}

.default-btn:focus {
  color: #fff;
  outline: 0;
}

.default-btn i {
  position: relative;
  top: 5px;
  left: 4px;
  font-size: 22px;
  font-weight: 400;
  line-height: 0;
}

.section-title {
  margin-bottom: 40px;
  text-align: center;
}

.section-title h2 {
  font-family: Inter;
  font-size: 38px;
  letter-spacing: 1.28px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
}

.section-warp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.section-warp h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  letter-spacing: 1.28px;
  font-weight: 400;
  margin-bottom: 0;
}

.section-warp .section-link {
  color: #fc6441;
  font-family: Work Sans;
  font-weight: 600;
}

.section-warp .section-link i {
  position: relative;
  font-size: 20px;
  left: 2px;
  top: 2px;
}

.section-warp .section-link .article-link {
  color: #362983;
}

/*
Back To Top Warp Style
======================================================*/
#backtotop {
  opacity: 0;
  visibility: hidden;
  right: 5px;
  z-index: 99;
  width: 50px;
  bottom: 20px;
  height: 50px;
  font-size: 25px;
  transition: 0.5s;
  line-height: 49px;
  background-color: var(--primary);
  animation: border-transform 10s linear infinite alternate forwards;
}

#backtotop:hover {
  background-color: var(--primary);
  color: var(--white);
}

#backtotop.active {
  opacity: 100%;
  visibility: visible;
}

#backtotop i {
  color: var(--white);
}

@keyframes border-transform {

  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

/*
Navbar Warp  Style
======================================================*/
.navbar {
  left: 0;
  right: 0;
  height: auto;
  z-index: 1030;
  padding-left: 0;
  padding-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  z-index: 999;
  background-color: #000;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
}

.navbar.sticky {
  top: -1px;
  left: 0;
  width: 100%;
  border-radius: 0;
  z-index: 1030;
  background-color: #000;
  position: sticky;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  border-color: transparent;
}

.navbar.sticky .navbar-logo {
  position: relative;
  margin-top: 0;
}

.navbar.sticky .inner-navbar-warp {
  margin-top: 0;
}

.navbar.sticky .navbar-toggler {
  color: var(--paragraph);
  font-size: inherit;
  box-shadow: unset;
  border: none;
  padding: 0;
}

.navbar.sticky .navbar-toggler .burger-menu {
  cursor: pointer;
  pointer-events: none;
}

.navbar.sticky .navbar-toggler .burger-menu span {
  height: 3px;
  width: 30px;
  margin: 5px 0;
  display: block;
  background: var(--paragraph);
}

.navbar.sticky .inner-navbar-widget {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border: none !important;
}

.navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding: 0;
}

.navbar ul {
  padding-left: 0;
  margin-bottom: 0;
  padding-right: 0;
  list-style-type: none;
}

.navbar .navbar-toggler {
  color: #fff;
  font-size: inherit;
  box-shadow: unset;
  border: none;
  padding: 0;
}

.navbar .navbar-toggler .burger-menu {
  cursor: pointer;
  pointer-events: none;
}

.navbar .navbar-toggler .burger-menu span {
  height: 3px;
  width: 30px;
  margin: 5px 0;
  display: block;
  background: #fff;
}

.navbar .navbar-nav {
  margin-right: 50px;
}

.navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  color: #fff;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.navbar .navbar-nav .nav-item .nav-link::after {
  display: none;
}

.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link.router-link-active {
  /* color: var(--primary); */
  color: #F1A63E;
}

.navbar .navbar-nav .nav-item .nav-link.with-image {
  position: relative;
}

.navbar .navbar-nav .nav-item .nav-link.with-image .navbar-image {
  position: absolute;
  bottom: -12px;
  text-align: center;
  left: 50%;
  opacity: 0;
  transform: translateX(-11px);
}

.navbar .navbar-nav .nav-item .dropdown-toggle {
  padding-right: 18px;
}

.navbar .navbar-nav .nav-item .dropdown-toggle::after {
  left: -5px;
}

.navbar .navbar-nav .nav-item .dropdown-toggle::before {
  position: absolute;
  content: "שׁ";
  line-height: 1;
  right: -2px;
  top: 50%;
  color: rgb(166, 167, 198);
  transform: translateY(-50%);
  font-family: "tabler-icons" !important;
  font-size: 16px;
}

.navbar .navbar-nav .nav-item .dropdown-toggle:hover,
.navbar .navbar-nav .nav-item .dropdown-toggle.active {
  color: var(--primary);
}

.navbar .navbar-nav .nav-item .dropdown-toggle:hover::before,
.navbar .navbar-nav .nav-item .dropdown-toggle.active::before {
  color: var(--primary);
}

.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.navbar .navbar-nav .nav-item:hover,
.navbar .navbar-nav .nav-item.active {
  color: var(--primary);
  font-weight: 600;
}

.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link {
  color: var(--primary);
}

.navbar .navbar-nav .nav-item .dropdown-menu {
  left: 0;
  top: 85px;
  opacity: 0;
  z-index: 99;
  border: none;
  width: 280px;
  margin-top: 0;
  display: block;
  padding: 0;
  border-radius: 0;
  position: absolute;
  visibility: hidden;
  background: var(--white);
  transition: all 0.2s ease-in-out;
  transform: translate3d(0, 18px, 0);
  box-shadow: rgba(4, 4, 5, 0.2) 0px 7px 36px -8px;
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
  margin: 0;
  border-bottom: solid 1px #e8e9ed;
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item:last-child {
  border: none;
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  display: block;
  padding: 10px 20px;
  transition: 0.6s;
  position: relative;
  color: var(--dark);
  font-family: var(--bodyFont);
  font-size: 15px;
  font-weight: 400;
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link::after {
  display: none;
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.router-link-active,
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--white);
  background-color: #14191c;
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.router-link-active::before,
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover::before {
  opacity: 1;
  color: var(--white);
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.dropdown-toggle::before {
  content: "שּׁ";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -100%;
  margin-top: 0;
  visibility: hidden;
  transform: translate3d(0, 18px, 0);
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: var(--dark);
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.router-link-active,
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--white);
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 100%;
  visibility: hidden;
  transform: translate3d(0, 18px, 0);
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: var(--dark);
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.router-link-active,
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--primary);
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -100%;
  visibility: hidden;
  transform: translate3d(0, 18px, 0);
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: var(--dark);
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.router-link-active,
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--primary);
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--primary);
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--primary);
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--primary);
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--primary);
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.navbar .others-option {
  position: relative;
  margin-top: -5px;
}

.navbar .others-option .option-item {
  padding-right: 40px;
}

.navbar .others-option .option-item:last-child {
  padding-right: 0;
}

.navbar .others-option .option-item .search-bar .search-btn {
  position: relative;
}

.navbar .others-option .option-item .side-bar-btn {
  padding: 0;
  border: none;
}

.navbar .others-option .option-item .side-bar-btn:focus {
  box-shadow: unset;
  outline: 0;
}

.navbar .others-option .option-item .side-bar-btn.active {
  box-shadow: unset;
  outline: 0;
  border: none;
}

.navbar.second-navbar {
  box-shadow: unset;
  padding-top: 25px;
  background: linear-gradient(90deg, #dee1e6 0%, #e5e6ea 17.57%, #ebecf0 34.86%, #e8e9ed 52.23%, #e7e8ec 65.17%, #d7dadf 97.75%);
}

.navbar.second-navbar .navbar-style2 {
  margin-left: 35px;
}

.navbar.second-navbar.sticky {
  padding-top: 12px;
}

.navbar.second-navbar .navbar-nav .nav-item .dropdown-menu {
  top: 70px;
}

.navbar.inner-navbar {
  box-shadow: unset;
  padding-top: 20px;
  background: transparent;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}

.navbar.inner-navbar .navbar-style2 {
  margin-left: 35px;
}

.navbar.inner-navbar.sticky {
  background: linear-gradient(90deg, #dde6f4 0%, #e6eaf8 17.57%, #d4dcfc 34.86%, #e2e6f6 52.23%, #e0e5f8 65.17%, #eef4fd 97.75%);
}

.navbar .social-list {
  padding-left: 142px;
  position: relative;
}

.navbar .social-list li {
  padding-right: 15px;
  display: inline-block;
}

.navbar .social-list li:last-child {
  padding-right: 0;
}

.navbar .social-list li .icon {
  filter: brightness(0) saturate(100%) invert(7%) sepia(7%) saturate(7253%) hue-rotate(209deg) brightness(99%) contrast(103%);
}

.navbar .navbar-style2 .nav-item:nth-child(1) .dropdown-menu .nav-item .dropdown-menu {
  left: 100%;
}

.navbar .navbar-style2 .nav-item:nth-child(2) .dropdown-menu .nav-item .dropdown-menu {
  left: 100%;
}

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

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

/*
Responsive Warp  Style
======================================================*/
.responsive-navbar {
  border: 0 !important;
}

.responsive-navbar .offcanvas-header {
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
  justify-content: space-between;
}

.responsive-navbar .offcanvas-header .close-btn {
  background-color: transparent;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  border: 0;
  color: var(--bs-dark);
}

.responsive-navbar .offcanvas-body {
  padding: 30px 15px 15px;
}

.responsive-navbar .offcanvas-body .accordion .accordion-item {
  border: 0;
  padding: 0;
  border-radius: 0;
  margin-bottom: 25px;
  background-color: transparent;
}

.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-link {
  color: var(--paragraph);
}

.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-link:hover,
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-link.active,
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-link.router-link-active {
  color: var(--primary) !important;
}

.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button {
  width: 100%;
  display: block;
  box-shadow: unset;
  position: relative;
  padding: 0 18px 0 0;
  color: var(--paragraph);
  background-color: transparent;
  font-size: 15px;
}

.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button::after {
  display: none;
}

.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button:hover,
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button.active {
  color: var(--primary);
}

.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button::before {
  position: absolute;
  content: "שׁ";
  line-height: 1;
  right: -2px;
  top: 50%;
  color: rgb(166, 167, 198);
  transform: translateY(-50%);
  font-family: "tabler-icons" !important;
  font-size: 16px;
}

.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button.without-icon::before {
  display: none;
}

.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 20px;
  margin-top: 12px;
  background-color: #f5f5f5;
}

.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item {
  margin-bottom: 15px;
  border-bottom: none;
  padding-bottom: 0;
}

.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link {
  width: 100%;
  display: block;
  color: var(--paragraph);
  background-color: transparent;
  font-size: 15px;
  font-weight: 400;
}

.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link:hover,
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link.active {
  color: var(--primary);
}

.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-button {
  width: 100%;
  display: block;
  box-shadow: unset;
  position: relative;
  padding: 0 18px 0 0;
  color: var(--paragraph);
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
}

.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-button::after {
  display: none;
}

.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-button::before {
  position: absolute;
  content: "שׁ";
  line-height: 1;
  right: -2px;
  top: 50%;
  color: rgb(166, 167, 198);
  transform: translateY(-50%);
  font-family: "tabler-icons" !important;
  font-size: 16px;
}

.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-button:hover,
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-button.active {
  color: var(--primary);
}

.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-collapse .accordion-body {
  background-color: #dfdfdf;
}

.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-collapse .accordion-body {
  background-color: transparent;
}

.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item:last-child {
  margin-bottom: 0;
}

.responsive-navbar .offcanvas-body .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.responsive-navbar .others-option {
  position: relative;
}

.responsive-navbar .others-option .option-item {
  padding-right: 30px;
}

.responsive-navbar .others-option .option-item:last-child {
  padding-right: 0;
}

.responsive-navbar .others-option .option-item .search-bar .search-btn {
  position: relative;
}

.responsive-navbar .others-option .option-item .side-bar-btn {
  padding: 0;
}

.modal-header {
  border-bottom: none;
  padding: 20px 20px 0 28px;
}

.modal-header .btn-close:focus {
  box-shadow: unset;
}

/*
Search Popup Warp  Style
======================================================*/
.search-popup {
  position: fixed;
  width: 0;
  height: 0;
  top: auto;
  left: auto;
  z-index: -999;
  opacity: 0;
  transition: 0.6s;
}

.search-popup.active {
  z-index: 9999;
  opacity: 1;
}

.search-popup.active .search-popup-overlay {
  top: auto;
  z-index: 6;
  display: block;
  bottom: calc(90px - 112vw);
  -khtml-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.8;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0, 1);
}

.search-popup.active .search-popup-content {
  width: 100%;
  opacity: 1;
  z-index: 999;
  transition: var(--transition);
}

.search-popup .search-popup-overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  z-index: 3;
  opacity: 0;
  display: none;
  background-color: #000;
  cursor: url(../img/shapes/cross-btn.png), auto;
}

.search-popup .search-popup-content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 0;
  right: 0;
  top: 45%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  z-index: 3;
}

.search-popup .search-popup-content .search-popup-form {
  position: relative;
}

.search-popup .search-popup-content .search-popup-form .form-control {
  width: 100%;
  background-color: #ffffff;
  font-size: 15px;
  color: #717175;
  border: none;
  outline: none;
  height: 66px;
  padding-top: 5px;
  border-radius: 0;
  padding-left: 30px;
}

.search-popup .search-popup-content .search-popup-form .form-control:focus {
  box-shadow: unset;
}

.search-popup .search-popup-content .search-popup-form .form-control:focus::-moz-placeholder {
  color: transparent;
}

.search-popup .search-popup-content .search-popup-form .form-control:focus::placeholder {
  color: transparent;
}

.search-popup .search-popup-content .search-popup-form .form-control::-moz-placeholder {
  color: var(--paragraph);
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.search-popup .search-popup-content .search-popup-form .form-control::placeholder {
  color: var(--paragraph);
  transition: 0.6s;
}

.search-popup .search-popup-form .default-btn {
  padding: 20px 0;
  width: 66px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: var(--primary);
  color: var(--white);
  right: -1px;
  border: none;
  border-radius: 0;
  transition: 0.6s;
  font-size: 22px;
}

.search-popup .search-popup-form .default-btn:focus {
  box-shadow: unset;
}

.search-popup .search-popup-form .default-btn:hover {
  background-color: var(--bs-dark);
}

/*
Top Header Warp  Style
======================================================*/
.top-header-warp {
  background: #e8e8f4;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  z-index: 999;
}

.top-header-warp.style2-top-header {
  background-color: var(--white);
}

.top-header-details {
  display: flex;
  align-items: center;
}

.top-header-details ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.top-header-details ul li {
  display: inline-block;
  position: relative;
}

.top-header-details .social-list {
  padding-right: 95px;
  position: relative;
}


.top-header-details .social-list::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: -12px;
  right: 0;
  height: 51px;
  width: 335px;
  background: #7768e5;
}

.top-header-details .social-list li {
  padding-right: 15px;
}

.top-header-details .social-list li:last-child {
  padding-right: 0;
}

.top-header-details .social-list li:hover .icon {
  filter: brightness(0) saturate(100%) invert(97%) sepia(50%) saturate(4378%) hue-rotate(318deg) brightness(102%) contrast(94%);
}

.top-header-details .header-contact {
  padding-left: 30px;
}

.top-header-details .header-contact li {
  font-size: 13px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  padding-right: 30px;
}

.top-header-details .header-contact li:last-child {
  padding-right: 0;
}

.top-header-details .header-contact li a {
  color: #525271;
}

.top-header-details .header-contact li a:hover {
  color: var(--primary);
}

.top-header-details .header-contact li i {
  position: absolute;
  left: 0;
  font-size: 16px;
  top: 4px;
}

.top-header-link-details {
  display: flex;
  align-items: center;
  justify-content: end;
}

.top-header-link-details ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.top-header-link-details ul li {
  display: inline-block;
  position: relative;
}

.top-header-link-details .header-link {
  padding-right: 35px;
  position: relative;
}

.top-header-link-details .header-link::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  height: 14px;
  width: 1px;
  background: #b3b3d6;
}

.top-header-link-details .header-link li {
  padding-right: 40px;
}

.top-header-link-details .header-link li:last-child {
  padding-right: 0;
}

.top-header-link-details .header-link li a {
  font-size: 13px;
  font-weight: 500;
  color: #525271;
}

.top-header-link-details .header-link li a:hover {
  color: var(--primary);
}

.top-header-link-details .header-account {
  padding-left: 35px;
}

.top-header-link-details .header-account li {
  padding-right: 30px;
}

.top-header-link-details .header-account li .form-select {
  background-color: transparent;
  padding: 1px 0 0 0;
  width: 50px;
  border: none;
  box-shadow: unset;
  font-family: Work Sans;
  font-size: 13px;
  font-weight: 500;
  background-position: right center;
  background-image: url(../img/svgs/caret-down.svg);
}

.top-header-link-details .header-account li:last-child {
  padding-left: 20px;
  padding-right: 0;
}

.top-header-link-details .header-account li:last-child i {
  position: absolute;
  left: 0;
  top: 7px;
  color: rgb(13, 13, 37);
}

.top-header-link-details .header-account li:last-child a {
  color: #525271;
  font-size: 13px;
  font-weight: 500;
}

/*
Hero Warp Style
======================================================*/
.hero-slider-warp {
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 320px;
  padding-bottom: 296px;
  z-index: 1;
  animation-duration: 110ms;
}

.hero-slider-warp.bg1 {
  background-image: url(../img/heros/hero1.jpg);
}

.hero-slider-warp.bg2 {
  background-image: url(../img/heros/hero2.jpg);
}

.hero-slider-warp .content {
  max-width: 655px;
}

.hero-slider-warp .content h1 {
  font-size: 60px;
  font-family: 'Inter', sans-serif;
  color: var(--white);
  letter-spacing: -0.1px;
  font-weight: 700;
  margin-bottom: 26px;
  line-height: 75px;
}

.hero-slider-warp .content .default-btn.style2 {
  background-color: transparent;
  border: 1px solid #f8ca4d;
  color: #f8ca4d;
  margin-left: 10px;
}

.hero-slider-warp .content .default-btn.style2:hover {
  color: var(--white);
}

.hero-warp {
  position: relative;
  margin-top: -150px;
}

.hero-warp .pagination-bullet-btn {
  position: absolute;
  left: 100px;
  bottom: 100px;
  z-index: 999;
}

.hero-warp .pagination-bullet-btn .swiper-pagination-bullet {
  height: 6px;
  transition: 0.6s;
  opacity: 1;
  width: 6px;
  margin-right: 12px;
  background: rgba(255, 255, 255, 0.5);
}

.hero-warp .pagination-bullet-btn .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: rgb(255, 255, 255);
}

.hero-warp .pagination-bullet-btn .swiper-pagination2 {
  display: flex;
  align-items: center;
}

.information {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}

.information li {
  display: inline-block;
  width: 353px;
  text-align: center;
  padding: 36px 30px;
}

.information li:first-child {
  background: #f8ca4d;
}

.information li:nth-child(2) {
  background: #4569b4;
}

.information li:last-child {
  background: #353688;
}

.information li a {
  font-family: Alfa Slab One;
  letter-spacing: 0.64px;
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
}

.information li i {
  position: relative;
  color: var(--white);
  font-size: 24px;
  top: 3px;
  right: 6px;
}

.update-link {
  position: absolute;
  font-weight: 500;
  color: var(--white);
  right: 100px;
  bottom: 155px;
  font-family: Work Sans;
}

.update-link span {
  position: relative;
}

.update-link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 30px;
  height: 1px;
  width: 100%;
  transition: 0.6s;
  background-color: var(--white);
}

.update-link span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 30px;
  height: 1px;
  width: 0%;
  transition: 0.6s;
  background-color: var(--primary);
}

.update-link i {
  position: relative;
  font-size: 20px;
  left: 5px;
  top: 4px;
}

.update-link:hover {
  color: var(--primary);
}

.update-link:hover span::before {
  width: 0;
}

.update-link:hover span::after {
  width: 100%;
}

/*
Program Warp Style
======================================================*/
.program-images {
  padding-right: 15px;
}

.program-images .logo-content {
  display: flex;
  align-items: center;
  background: #f3edeb;
  position: relative;
  z-index: 2;
  padding: 25px;
  margin-top: 40px;
  margin-right: -75px;
}

.program-images .logo-content .logo {
  width: 121px;
  height: 89px;
}

.program-images .logo-content .content {
  padding-left: 10px;
}

.program-images .logo-content .content h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 1px;
  letter-spacing: 1.2px;
}

.program-images .logo-content .content p {
  font-size: 14px;
  line-height: 1.5;
}

.program-images .big-image {
  padding-right: 20px;
  margin-left: -5px;
}

.find-program-warp {
  padding-top: 145px;
}

.program-content {
  padding-left: 55px;
  padding-right: 52px;
}

.program-content h2 {
  font-size: 32px;
  color: #0d0d25;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: Alfa Slab One;
}

.program-content p {
  margin-bottom: 20px;
}

.program-content .program-input {
  height: 70px;
  position: relative;
  margin-bottom: 15px;
}

.program-content .program-input .form-control {
  height: 70px;
  background: #e8e8f4;
  padding-left: 60px;
  border-radius: 0;
  font-size: 14px;
  border: transparent;
}

.program-content .program-input .form-control:focus {
  box-shadow: unset;
}

.program-content .program-input .form-control:focus::-moz-placeholder {
  color: transparent;
}

.program-content .program-input .form-control:focus::placeholder {
  color: transparent;
}

.program-content .program-input .form-control::-moz-placeholder {
  -moz-transition: 0.6s;
  transition: 0.6s;
  color: #89899f;
}

.program-content .program-input .form-control::placeholder {
  transition: 0.6s;
  color: #89899f;
}

.program-content .program-input .search-btn {
  position: absolute;
  background: transparent;
  border: none;
  padding: 0;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.program-content .blank-program {
  display: inline-block;
  margin-bottom: 30px;
}

.program-content .program-list {
  list-style: none;
  padding-left: 0;
  margin-left: -25px;
  margin-bottom: 0;
}

.program-content .program-list span {
  width: 100%;
  display: inline-block;
}

.program-content .program-list li {
  padding-right: 5px;
  display: inline-block;
}

.program-content .program-list li a {
  font-size: 14px;
  color: #525271;
  text-decoration: underline;
}

.program-content .program-list li a:hover {
  color: var(--primary);
}

.program-content .search-list {
  font-size: 14px;
  color: #89899f;
  font-weight: 500;
}

.program-content .program-item {
  margin-top: 30px;
  border: 1px solid #e8e8f4;
  padding: 5px;
  display: flex;
  position: relative;
  align-items: center;
}

.program-content .program-item .image {
  width: 114px;
  height: 90px;
}

.program-content .program-item .content {
  padding-left: 20px;
}

.program-content .program-item .content h4 {
  font-size: 16px;
  font-weight: 600;
}

.program-content .program-item .content h4 a {
  color: #000000;
}

.program-content .program-item .content h4 a:hover {
  color: var(--primary);
}

.program-content .program-item .content span {
  font-size: 12px;
  line-height: 1;
  padding: 5px 6px;
  color: #f6f6fa;
  font-family: Work Sans;
  background: #7768e5;
  display: inline-block;
  margin-bottom: 10px;
}

.program-content .program-item .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  right: -20px;
  text-align: center;
  border-radius: 2px;
  color: rgb(119, 104, 229);
  line-height: 40px;
  display: inline-block;
  background: #e8e8f4;
}

.program-content .program-item .icon:hover {
  color: var(--white);
  background-color: var(--primary);
}

/*
Mission Warp Style
======================================================*/
.mission-tab {
  display: block;
  padding-right: 40px;
}

.mission-tab .tablinks {
  margin-bottom: 20px;
  width: 100%;
  border: none;
  display: block;
  padding: 10px 10px 10px 30px;
  transition: 0.6s;
  z-index: 999;
  position: relative;
  background-color: var(--white);
}

.mission-tab .tablinks.active {
  width: 110%;
}

.mission-tab .tablinks .mission-tab-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: start;
  align-items: center;
  position: relative;
  background-color: var(--white);
  color: #0d0d25;
  font-weight: 600;
  letter-spacing: -0.32px;
  padding: 0;
}

.mission-tab .tablinks .mission-tab-btn .icon {
  width: 40px;
  border-radius: 2px;
  background: #faf6f6;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: rgb(252, 100, 65);
  display: inline-block;
  transition: 0.6s;
}

.mission-tab .tablinks .mission-tab-btn .icon:hover {
  color: var(--white);
  background-color: var(--primary);
}

.mission-content {
  padding-left: 38px;
}

.mission-content h3 {
  font-family: Inter;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 45px;
  line-height: 1.3;
}

.mission-content .mission-box .icon {
  margin-bottom: 16px;
}

.mission-content .mission-box h5 {
  font-size: 22px;
  margin-bottom: 10px;
}

.mission-content .mission-box p {
  margin-bottom: 18px;
}

.mission-content .mission-box .mission-link {
  font-weight: 600;
  color: #353688;
  font-family: Work Sans;
  display: block;
  margin-bottom: 20px;
}

.mission-content .mission-box .mission-link i {
  position: relative;
  left: 4px;
  top: 4px;
  font-size: 20px;
}

.mission-content .mission-box .mission-link span {
  text-decoration: underline;
}

.mission-warp {
  position: relative;
  z-index: 1;
}

.mission-warp .tabcontent {
  display: none;
  transition: 0.6s;
}

.mission-warp .tabcontent.active {
  display: block !important;
}

.mission-warp .mission-image {
  padding-left: 20px;
  padding-right: 25px;
  position: relative;
}

.mission-warp .mission-image .mission-shape {
  position: absolute;
  top: 90px;
  right: 0;
}

.mission-warp::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 17%;
  left: 0;
  right: 0;
  z-index: -1;
  /* background-color: var(--white); */
  background: #DDD9E9;
}

/*
Fun Fact Warp Style
======================================================*/
.fun-fact-card h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: -13px;
  line-height: 1;
}

.fun-fact-card .icon .style {
  margin-right: 20px;
}

.fun-fact-card p {
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-top: 25px;
  line-height: 1.8;
  padding-right: 90px;
}

.col-lg-3:nth-child(4) .fun-fact-card {
  margin-left: 150px;
}

.col-lg-3:nth-child(4) .fun-fact-card p {
  padding-right: 0;
}

.col-lg-3:nth-child(3) .fun-fact-card {
  margin-left: 100px;
}

.col-lg-3:nth-child(3) .fun-fact-card p {
  padding-right: 0;
}

.col-lg-3:nth-child(2) .fun-fact-card {
  margin-left: 50px;
}

.col-lg-3:nth-child(2) .fun-fact-card p {
  padding-right: 0;
}

/*
Features Warp Style
======================================================*/
.features-warp .container-fluid {
  max-width: 1500px;
}

.features-box .content {
  padding-top: 20px;
}

.features-box .content .title {
  font-size: 12px;
  font-family: Work Sans;
  font-weight: 500;
  line-height: 1;
  padding: 5px 6px;
  display: inline-block;
  color: var(--white);
  margin-bottom: 12px;
}

.features-box .content .title.bg1 {
  background: #fc6441;
}

.features-box .content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  padding-right: 30px;
}

.features-box .content h3 a {
  color: #0d0d25;
}

.features-box .content h3 a:hover {
  color: var(--primary);
}

.features-box .content .features-link {
  color: #353688;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 600;
}

.features-box .content .features-link span {
  text-decoration: underline;
}

.features-box .content .features-link i {
  position: relative;
  left: 2px;
  top: 4px;
  font-size: 20px;
}

.features-box video {
  -o-object-fit: cover;
  object-fit: cover;
  height: 468px;
  width: 100%;
}

.features-item {
  padding-left: 40px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}

.features-item .image {
  width: 150px;
  height: 134px;
}

.features-item .content {
  margin-left: 20px;
}

.features-item .content .title {
  font-size: 12px;
  font-family: Work Sans;
  font-weight: 500;
  line-height: 1;
  padding: 5px 6px;
  display: inline-block;
  color: var(--white);
  margin-bottom: 12px;
}

.features-item .content .title.bg1 {
  background: #7768e5;
}

.features-item .content .title.bg2 {
  background: #5ca89f;
}

.features-item .content .title.bg3 {
  background: #4569b4;
}

.features-item .content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}

.features-item .content h3 a {
  color: #0d0d25;
}

.features-item .content h3 a:hover {
  color: var(--primary);
}

.features-item .content .features-link {
  color: #353688;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 600;
}

.features-item .content .features-link span {
  text-decoration: underline;
}

.features-item .content .features-link i {
  position: relative;
  left: 2px;
  top: 4px;
  font-size: 20px;
}

.features-item-link {
  display: flex;
  margin-left: 40px;
  align-items: center;
  background-color: var(--white);
  padding: 38px;
}

.features-item-link .icon {
  width: 48px;
  height: 48px;
}

.features-item-link .content {
  padding-left: 38px;
}

.features-item-link .content p {
  color: #0d0d25;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1px;
}

.features-item-link .content p span {
  font-weight: 700;
  color: #0d0d25;
}

.features-item-link .content .features-link {
  color: #353688;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 600;
}

.features-item-link .content .features-link span {
  text-decoration: underline;
}

.features-item-link .content .features-link i {
  position: relative;
  left: 2px;
  top: 4px;
  font-size: 20px;
}

/*
Information Warp Style
======================================================*/
.information-image {
  padding-left: 220px;
  position: relative;
}

.information-image .small-image {
  position: absolute;
  bottom: 78px;
  left: 38px;
  width: 204px;
  height: 204px;
}

.information-image .small-image .information {
  width: 204px;
  height: 204px;
}

.information-image .round-shape {
  width: 192.2px;
  height: 192.249px;
  text-align: center;
  position: absolute;
  top: -50px;
  left: 69px;
  line-height: 192px;
}

.information-image .round-shape .text-shape {
  position: absolute;
  left: 0;
  top: 0;
  animation: rotateme 9s linear infinite;
}

.information-content h2 {
  font-size: 38px;
  letter-spacing: -0.1;
  color: #0d0d25;
  font-family: Inter;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 0.1;
}

.information-content .information-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  font-weight: 500;
  color: #3a3a5e;
  margin-top: 20px;
}

.information-content .information-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
}

.information-content .information-list li:last-child {
  margin-bottom: 0;
}

.information-content .information-list li i {
  position: absolute;
  left: 0;
  top: 1px;
  color: rgb(252, 100, 65);
  font-size: 22px;
}

.information-content .info-button {
  margin-bottom: 25px;
}

.information-content .info-button .style2 {
  background: #862E84;
  margin-right: 15px;
}

.information-content .info-link-chat {
  display: flex;
  align-items: center;
}

.information-content .info-link-chat .chat-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.information-content .info-link-chat .chat-list li {
  display: inline-block;
  margin-left: -25px;
}

.information-content .info-link-chat .chat-list li:first-child {
  margin-left: 0;
}

.information-content .info-link-chat .chat-list li .image {
  width: 50px;
  height: 50px;
}

.information-content .info-link-chat .content {
  margin-left: 15px;
}

.information-content .info-link-chat .content p {
  color: #0d0d25;
  font-family: Work Sans;
  font-weight: 500;
  margin-bottom: 2px;
}

.information-content .info-link-chat .content .chat-link {
  color: #353688;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 600;
}

.information-content .info-link-chat .content .chat-link:hover {
  color: var(--primary);
}

.information-content .info-link-chat .content .chat-link span {
  text-decoration: underline;
}

.information-content .info-link-chat .content .chat-link i {
  position: relative;
  left: 2px;
  top: 4px;
  font-size: 20px;
}

/*
Culture Warp Style
======================================================*/
.culture-warp {
  overflow: hidden;
}

.culture-warp .container-fluid {
  max-width: 100%;
  padding: 0 !important;
}

.culture-box {
  position: relative;
  overflow: hidden;
}

.culture-box .content {
  position: absolute;
  padding: 30px 50px;
  max-width: 480px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(13, 13, 37, 0.5);
  opacity: 0;
  transition: 0.8s;
  left: -200px;
  bottom: -100px;
}

.culture-box .content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.culture-box .content h3 a {
  color: var(--white);
}

.culture-box .content h3 a:hover {
  color: var(--primary);
}

.culture-box .content p {
  color: #d8d8e5;
  margin-bottom: 15px;
}

.culture-box .content .culture-link {
  color: #fc6441;
  font-family: Work Sans;
  font-weight: 600;
}

.culture-box .content .culture-link span {
  text-decoration: underline;
}

.culture-box .content .culture-link i {
  position: relative;
  left: 2px;
  top: 4px;
  font-size: 20px;
}

.culture-box:hover .content {
  left: 0;
  bottom: 0;
  opacity: 1;
}

/*
Academic Warp Style
======================================================*/
.academic-item {
  background: #faf6f6;
  padding: 35px 30px 35px 30px;
}

.academic-item .academic-card span {
  padding: 5px 6px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
  color: #7768e5;
  font-family: Work Sans;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
}

.academic-item .academic-card h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.academic-item .academic-card h3 a {
  color: #0d0d25;
}

.academic-item .academic-card .image {
  margin-bottom: 15px;
}

.academic-box {
  margin-bottom: 25px;
}

.academic-box span {
  padding: 5px 6px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
  color: #7768e5;
  font-family: Work Sans;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
}

.academic-box h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.academic-box h3 a {
  color: #0d0d25;
}

.academic-box p {
  padding-bottom: 5px;
}

.academic-box .image {
  margin-bottom: 15px;
}

.academic-box .default-btn {
  background: #f8ca4d;
}

.academic-box .image {
  position: relative;
  overflow: hidden;
}

.academic-box .image img {
  transition: 0.6s;
}

.academic-box .image::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  transition: 0.6s;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.academic-box:hover .image::before {
  animation: shine 0.75s;
}

.academic-box:hover .image img {
  transform: scale(1.1);
}

.academic-slider-warp {
  background: #f8f8f9;
  padding: 25px 30px 25px 30px;
  position: relative;
}

.academic-slider-warp .swiper-pagination2 {
  line-height: 1;
  margin-top: 48px;
}

.academic-slider-warp .swiper-pagination2 .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  opacity: 1;
  background-color: #c5c5d3;
}

.academic-slider-warp .swiper-pagination2 .swiper-pagination-bullet-active {
  background-color: #5c5c7e;
}

.academic-option {
  position: relative;
}

.academic-option .content {
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

.academic-option .content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  right: -30px;
  height: 1px;
  width: 120%;
  background: #ece5e5;
}

.academic-option .content .academic-link {
  display: block;
  color: #353688;
  font-weight: 600;
  margin-bottom: 10px;
}

.academic-option .content .academic-link:nth-child(3) {
  margin-bottom: 0;
}

.academic-option .content .academic-link i {
  position: relative;
  left: 2px;
  top: 4px;
  font-size: 20px;
}

.academic-option .content .academic-link span {
  position: relative;
}

.academic-option .content .academic-link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 0%;
  transition: 0.6s;
  background-color: rgb(252, 100, 65);
}

.academic-option .content .academic-link:hover {
  color: rgb(252, 100, 65);
}

.academic-option .content .academic-link:hover span::before {
  width: 100%;
}

.academic-option .content h3 {
  font-size: 22px;
  margin-bottom: 18px;
}

.academic-option .academic-date {
  padding-bottom: 25px;
}

.academic-option .academic-date .title {
  display: block;
  font-weight: 600;
  color: #0d0d25;
  display: block;
  margin-bottom: 5px;
}

.academic-option .academic-date:nth-child(5) {
  padding-bottom: 0;
}

.academic-option .academic-date .date-link {
  display: block;
  color: #353688;
  font-weight: 600;
}

.academic-option .academic-date .date-link:nth-child(4) {
  margin-bottom: 0;
}

.academic-option .academic-date .date-link i {
  position: relative;
  left: 2px;
  top: 4px;
  font-size: 20px;
}

.academic-option .academic-date .date-link span {
  position: relative;
}

.academic-option .academic-date .date-link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 0%;
  transition: 0.6s;
  background-color: rgb(252, 100, 65);
}

.academic-option .academic-date .date-link:hover {
  color: rgb(252, 100, 65);
}

.academic-option .academic-date .date-link:hover span::before {
  width: 100%;
}

/*
Recognized Warp Style
======================================================*/
.recognized-content {
  padding-left: 90px;
}

.recognized-content h2 {
  letter-spacing: 1.28px;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 25px;
}

.recognized-content p {
  margin-bottom: 20px;
}

.recognized-content .recognized-link {
  display: block;
  color: #353688;
  font-weight: 600;
  margin-bottom: 10px;
}

.recognized-content .recognized-link:nth-child(3) {
  margin-bottom: 0;
}

.recognized-content .recognized-link i {
  position: relative;
  left: 2px;
  top: 2px;
  font-size: 20px;
}

.recognized-content .recognized-link span {
  position: relative;
}

.recognized-content .recognized-link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 0%;
  transition: 0.6s;
  background-color: rgb(252, 100, 65);
}

.recognized-content .recognized-link:hover {
  color: rgb(252, 100, 65);
}

.recognized-content .recognized-link:hover span::before {
  width: 100%;
}

/*
Choose Warp Style
======================================================*/
.choose-warp {
  position: relative;
  z-index: 1;
}

.choose-warp::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 50%;
  background: #e8e8f4;
}

.choose-warp .container-fluid {
  max-width: 1820px;
}

.choose-card {
  padding: 42px 40px;
}

.choose-card h3 {
  font-size: 22px;
  color: var(--white);
  margin-bottom: 15px;
}

.choose-card p {
  color: #effffd;
  margin-bottom: 15px;
}

.choose-card .choose-link {
  display: block;
  color: #f8ca4d;
  font-weight: 600;
}

.choose-card .choose-link:nth-child(3) {
  margin-bottom: 0;
}

.choose-card .choose-link i {
  position: relative;
  left: 2px;
  top: 4px;
  font-size: 20px;
}

.choose-card .choose-link span {
  position: relative;
}

.choose-card .choose-link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 0%;
  transition: 0.6s;
  background-color: var(--white);
}

.choose-card .choose-link:hover {
  color: var(--white);
}

.choose-card .choose-link:hover span::before {
  width: 100%;
}

.choose-card.bg-1 {
  background: #fc6441;
}

.choose-card.bg-2 {
  background: #5ca89f;
}

.choose-card.bg-3 {
  background: #4569b4;
}

.choose-card.bg-4 {
  background: #1d5f72;
}

/*
Service Warp Style
======================================================*/
.service-content {
  padding-right: 50px;
}

.service-content h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.28px;
  margin-bottom: 20px;
}

.service-content p {
  margin-bottom: 20px;
  padding-right: 55px;
}

.service-content .default-btn {
  background: #7768e5;
}

.service-content .service-list {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

.service-content .service-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #3a3a5e;
  font-weight: 500;
}

.service-content .service-list li:last-child {
  margin-bottom: 0;
}

.service-content .service-list li i {
  position: absolute;
  left: 0;
  color: #fc6441;
  top: 2px;
  font-size: 20px;
}

.service-image {
  padding-left: 40px;
  position: relative;
}

.service-image .service-counter {
  padding: 30px;
  text-align: center;
  max-width: 250px;
  position: absolute;
  background-color: var(--white);
  bottom: 0;
  left: -140px;
}

.service-image .service-counter h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: -5px;
}

.service-image .service-counter .icon .style {
  margin-right: 15px;
}

.service-image .service-counter p {
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-top: 14px;
  line-height: 1.8;
}

.service-image .image.style2 {
  margin-top: 66px;
}

/*
Blog Warp Style
======================================================*/
.image-blog-card {
  position: relative;
}

.image-blog-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(13, 13, 37, 0.1) 68.67%, #0d0d25 100%);
}

.image-blog-card .content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
}

.image-blog-card .content span {
  line-height: 1;
  display: inline-flex;
  padding: 5px 6px;
  color: #7768e5;
  font-family: Work Sans;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  background: var(--white);
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
}

.image-blog-card .content h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.image-blog-card .content h3 a {
  color: var(--white);
}

.image-blog-card .content h3 a:hover {
  color: var(--primary);
}

.content-blog-card span {
  line-height: 1;
  display: inline-flex;
  padding: 5px 6px;
  color: #7768e5;
  font-family: Work Sans;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  background: var(--white);
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
}

.content-blog-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.content-blog-card h3 a {
  color: #0d0d25;
}

.content-blog-card h3 a:hover {
  color: var(--primary);
}

.content-blog-card .blog-list {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0;
}

.content-blog-card .blog-list li {
  display: inline-block;
  padding-right: 36px;
  color: #525271;
  position: relative;
}

.content-blog-card .blog-list li::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 7px;
  bottom: 0;
  height: 16px;
  width: 1px;
  background: #e8e8f4;
}

.content-blog-card .blog-list li:last-child {
  padding-right: 0;
}

.content-blog-card .blog-list li:last-child::before {
  display: none;
}

.blog-content-widget {
  padding-left: 30px;
}

.blog-content-widget .blog-donate {
  display: flex;
  padding: 24px 30px;
  align-items: center;
  background: linear-gradient(90deg, #b0c2ff 0%, #f1f1fc 100%);
}

.blog-content-widget .blog-donate .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  line-height: 64px;
  text-align: center;
  background-color: var(--white);
}

.blog-content-widget .blog-donate .content {
  padding-left: 35px;
}

.blog-content-widget .blog-donate .content h6 {
  font-size: 22px;
  margin-bottom: 5px;
}

.blog-content-widget .blog-donate .content .donate-link {
  display: block;
  color: #353688;
  font-weight: 600;
}

.blog-content-widget .blog-donate .content .donate-link:nth-child(3) {
  margin-bottom: 0;
}

.blog-content-widget .blog-donate .content .donate-link i {
  position: relative;
  left: 2px;
  top: 2px;
  font-size: 20px;
}

.blog-content-widget .blog-donate .content .donate-link span {
  position: relative;
}

.blog-content-widget .blog-donate .content .donate-link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 0%;
  transition: 0.6s;
  background-color: rgb(252, 100, 65);
}

.blog-content-widget .blog-donate .content .donate-link:hover {
  color: rgb(252, 100, 65);
}

.blog-content-widget .blog-donate .content .donate-link:hover span::before {
  width: 100%;
}

/*
Footer Warp Style
======================================================*/
.footer-warp {
  background: #3D2C5E;
}

.footer-widget h3 {
  font-size: 20px;
  margin-bottom: 25px;
  color: var(--white);
}

.footer-widget .footer-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
}

.footer-widget .footer-list li {
  position: relative;
  margin-bottom: 8px;
}

.footer-widget .footer-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-list li a {
  color: #c5c5cf;
}

.footer-widget .footer-list li a:hover {
  color: var(--primary);
  letter-spacing: 1px;
}

.footer-widget .form-control {
  height: 70px;
  background: #595970;
  color: #cacad1;
  font-size: 14px;
  padding-left: 20px;
  border-radius: 0;
  border: none;
  transition: 0.6s;
  margin-bottom: 20px;
}

.footer-widget .form-control:focus {
  box-shadow: unset;
}

.footer-widget .form-control:focus::-moz-placeholder {
  color: transparent;
}

.footer-widget .form-control:focus::placeholder {
  color: transparent;
}

.footer-widget .form-control::-moz-placeholder {
  -moz-transition: 0.6s;
  transition: 0.6s;
  color: #cacad1;
}

.footer-widget .form-control::placeholder {
  transition: 0.6s;
  color: #cacad1;
}

.footer-widget .footer-btn {
  display: block;
  color: #f8ca4d;
  font-weight: 600;
  font-family: Work Sans;
  background-color: transparent;
  border: none;
}

.footer-widget .footer-btn:nth-child(3) {
  margin-bottom: 0;
}

.footer-widget .footer-btn i {
  position: relative;
  left: 2px;
  top: 2px;
  font-size: 20px;
}

.footer-widget .footer-btn span {
  position: relative;
}

.footer-widget .footer-btn span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 0%;
  transition: 0.6s;
  background-color: rgb(252, 100, 65);
}

.footer-widget .footer-btn:hover {
  color: rgb(252, 100, 65);
}

.footer-widget .footer-btn:hover span::before {
  width: 100%;
}

.footer-widget .footer-form {
  margin-bottom: 50px;
}

.footer-widget .footer-logos {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-widget .footer-logos li {
  display: inline-block;
  padding-right: 24px;
}

.footer-widget .footer-logos li:last-child {
  padding-right: 0;
}

.col-lg-4:nth-child(4) .footer-widget {
  margin-left: 30px;
}

.col-lg-3:nth-child(2) .footer-widget {
  margin-left: -20px;
}

.col-lg-2:nth-child(3) .footer-widget {
  margin-left: -50px;
}

.copy-right-warp {
  background: #862E84;
  padding-top: 25px;
  padding-bottom: 25px;
}

.copy-right-warp .copy-right-content {
  text-align: center;
}

.copy-right-warp .copy-right-content p {
  color: #b8b8b8;
  font-weight: 400;
}

.copy-right-warp .copy-right-content p a {
  color: var(--white);
  font-weight: 700;
}

.copy-right-warp .copy-right-content p span {
  color: var(--white);
  font-weight: 700;
}

/*
Hero Style2 Warp Style
======================================================*/
.hero-style2-warp {
  position: relative;
  padding-bottom: 130px;
  padding-top: 448px;
  z-index: 1;
  background: linear-gradient(90deg, #dee1e6 0%, #e5e6ea 17.57%, #ebecf0 34.86%, #e8e9ed 52.23%, #e7e8ec 65.17%, #d7dadf 97.75%);
}

.hero-style2-warp::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/heros/style2-hero1.png);
}

.hero-style2-warp .hero-item-box {
  max-width: 425px;
  display: flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  position: absolute;
  right: 0;
  bottom: 100px;
  background-color: var(--white);
}

.hero-style2-warp .hero-item-box .image {
  width: 135px;
  height: 160px;
}

.hero-style2-warp .hero-item-box .content {
  margin-left: 30px;
}

.hero-style2-warp .hero-item-box .content .title {
  line-height: 1;
  color: #7768e5;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 6px;
  display: inline-flex;
  margin-bottom: 8px;
}

.hero-style2-warp .hero-item-box .content h4 {
  font-size: 16px;
  margin-bottom: 12px;
}

.hero-style2-warp .hero-item-box .content h4 a {
  color: #0d0d25;
}

.hero-style2-warp .hero-item-box .content h4 a:hover {
  color: var(--primary);
}

.hero-style2-warp .hero-item-box .content .item-link {
  display: block;
  color: #fc6441;
  font-family: Work Sans;
  font-weight: 600;
  font-size: 14px;
}

.hero-style2-warp .hero-item-box .content .item-link i {
  position: relative;
  left: 2px;
  top: 2px;
  font-size: 20px;
}

.hero-style2-warp .hero-item-box .content .item-link span {
  position: relative;
}

.hero-style2-warp .hero-item-box .content .item-link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  transition: 0.6s;
  background-color: #fc6441;
}

.hero-style2-warp .big-size-text {
  display: flex;
  align-items: center;
  max-width: 1195px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 58px;
  right: 0;
  opacity: 50%;
  top: -70px;
  z-index: -2;
  justify-content: space-between;
}

.hero-style2-warp .big-size-text span {
  font-weight: 900;
  color: #fff;
  font-family: Work Sans;
  font-size: 300px;
  letter-spacing: 12px;
}

.hero-style2-content {
  max-width: 520px;
}

.hero-style2-content h2 {
  font-family: Alfa Slab One;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 1.6px;
  margin-bottom: 10px;
}

.hero-style2-content h2 span {
  margin-right: 50px;
}

.hero-style2-content p {
  margin-bottom: 20px;
  padding-right: 30px;
}

/*
About Warp Style
======================================================*/
.about-logo-content {
  display: flex;
  align-items: center;
}

.about-logo-content .logo {
  width: 179px;
  height: 160px;
}

.about-logo-content .content {
  margin-left: 40px;
  max-width: 230px;
}

.about-logo-content .content h3 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 12px;
}

.about-logo-content .content p {
  color: #525271;
  font-weight: 600;
}

.about-content {
  padding-right: 115px;
}

.about-content .about-link {
  display: block;
  color: #353688;
  font-family: Work Sans;
  font-weight: 600;
  margin-top: 20px;
}

.about-content .about-link i {
  position: relative;
  left: 2px;
  top: 4px;
  font-size: 20px;
}

.about-content .about-link span {
  position: relative;
}

.about-content .about-link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 0%;
  transition: 0.6s;
  background-color: var(--primary);
}

.about-content .about-link:hover {
  color: var(--primary);
}

.about-content .about-link:hover span::before {
  width: 100%;
}

/*
Program Style2 Warp Style
======================================================*/
.program-content.style2 {
  padding-left: 0;
  padding-right: 100px;
}

.program-images.style2 {
  padding-left: 35px;
  padding-right: 0;
}

.program-images.style2 .big-image {
  margin-left: 0;
  margin-right: -8px;
}

.program-images.style2 .image {
  margin-right: -5px;
}

.program-images.style2 .logo-content {
  background: #fc6441;
}

.program-images.style2 .logo-content .content h2 {
  color: var(--white);
}

.program-images.style2 .logo-content .content p {
  color: #fff1ee;
}

.find-program-warp {
  position: relative;
}

.find-program-warp.style2 {
  padding-top: 100px;
  z-index: 1;
}

.find-program-warp.style2 .program-shape {
  position: absolute;
  right: 29%;
  top: 0;
  pointer-events: none;
  z-index: -1;
}

/*
Places Warp Style
======================================================*/
.places-warp {
  position: relative;
}

.places-warp .container-fluid {
  max-width: 100%;
  padding: 0 !important;
}

.places-warp .swiper-slide-active .places-widget .content {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.places-warp .swiper-slide-active .places-widget .content h3 a {
  color: var(--white);
}

.places-warp .swiper-slide-active .places-widget .content .icon {
  background: var(--white);
}

.places-widget {
  position: relative;
}

.places-widget .content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  transition: 0.6s;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 20px 20px 30px;
}

.places-widget .content .icon {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 45px;
  text-align: center;
  border-radius: 2px;
  transition: 0.6s;
  color: rgb(119, 104, 229);
}

.places-widget .content h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.places-widget .content h3 a {
  color: #0d0d25;
}

/*
Academic Style2 Warp Style
======================================================*/
.academic-box.style2 .default-btn {
  width: 100%;
  background: #353688;
}

.news-optional-item {
  background: #faf6f6;
  padding: 40px 25px 22px 25px;
}

.news-optional-item .news-item {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}

.news-optional-item .news-item:nth-child(3) {
  margin-bottom: 20px;
}

.news-optional-item .news-item .image {
  width: 100px;
  height: 145px;
}

.news-optional-item .news-item .content {
  margin-left: 20px;
}

.news-optional-item .news-item .content .title {
  padding: 5px 6px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
  color: #7768e5;
  font-family: Work Sans;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
}

.news-optional-item .news-item .content h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.news-optional-item .news-item .content h3 a {
  color: #0d0d25;
}

.news-optional-item .news-item .content .news-link {
  display: block;
  color: #fc6441;
  font-weight: 600;
  font-family: Work Sans;
}

.news-optional-item .news-item .content .news-link i {
  position: relative;
  left: 2px;
  top: 4px;
  font-size: 20px;
}

.news-optional-item .news-item .content .news-link span {
  position: relative;
}

.news-optional-item .news-item .content .news-link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  transition: 0.6s;
  background-color: #fc6441;
}

.news-optional-item .default-btn {
  width: 100%;
}

/*
Admission Warp Style
======================================================*/
.admission-image {
  padding-right: 35px;
}

.admission-content {
  padding-left: 60px;
}

.admission-content h3 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.28px;
  margin-bottom: 20px;
}

.admission-content p {
  margin-bottom: 40px;
}

.admission-content .admission-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.admission-content .admission-list li {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #f3f3f6;
}

.admission-content .admission-list li:last-child {
  margin-bottom: 0;
}

.admission-content .admission-list li:first-child {
  padding-top: 20px;
  border-top: solid 1px #f3f3f6;
}

.admission-content .admission-list li a {
  color: #353688;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 600;
}

.admission-content .admission-list li a i {
  position: relative;
  left: 4px;
  top: 4px;
  font-size: 22px;
}

/*
Apply Warp Style
======================================================*/
.apply-warp {
  background: #b7d8ef;
  position: relative;
  z-index: 1;
}

.apply-warp .section-title {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.apply-warp .apply-shape1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}

.apply-card {
  padding: 55px 52px;
  background: #cde4f4;
  transition: 0.6s;
}

.apply-card .icon {
  margin-bottom: 25px;
}

.apply-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.apply-card p {
  margin-bottom: 20px;
}

.apply-card .apply-link {
  color: #fc6441;
  font-family: Work Sans;
  font-weight: 600;
}

.apply-card .apply-link span {
  position: relative;
}

.apply-card .apply-link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #fc6441;
}

.apply-card .apply-link span i {
  position: relative;
  left: 2px;
  font-size: 20px;
  top: 2px;
}

.apply-card .apply-link i {
  position: relative;
  left: 2px;
  font-size: 20px;
  top: 4px;
}

.apply-card:hover {
  background-color: var(--white);
}

/*
Video Warp Style
======================================================*/
.inner-video {
  max-width: 100%;
  height: 475px;
  position: relative;
}

.inner-video.style2 .video-btn {
  top: 40%;
}

.inner-video video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 475px;
}

.inner-video .video-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-51px);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 110px;
  cursor: pointer;
  line-height: 113px;
  border-radius: 50%;
  text-align: center;
  color: rgb(53, 54, 136);
  font-size: 40px;
  height: 110px;
  background: rgba(255, 255, 255, 0.9);
}

.inner-video h2 {
  color: var(--white);
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.28px;
  position: absolute;
  top: 63%;
  transform: translateY(-63%);
  left: 0;
  right: 0;
  margin-bottom: 0;
  text-align: center;
}

.video-warp {
  background: #b7d8ef;
  position: relative;
  z-index: 1;
}

.video-warp .apply-shape2 {
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.video-warp::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
  background-color: var(--white);
}

/*
Students Review Warp Style
======================================================*/
.student-review-slider-warp {
  position: relative;
}

.student-review-slider-warp .swiper-pagination1 {
  margin-top: 45px;
  position: relative !important;
  height: 4px !important;
  background: #e4ecf2 !important;
}

.student-review-slider-warp .swiper-pagination1 .swiper-pagination-progressbar-fill {
  opacity: 1 !important;
  background: #91a8b9 !important;
  height: 4px !important;
  border-radius: 0 !important;
}

.review-widget .star-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
}

.review-widget .star-list li {
  display: inline-block;
  margin-right: 4px;
  color: rgb(226, 186, 45);
}

.review-widget h4 {
  color: #353688;
  font-size: 18px;
  margin-bottom: 15px;
}

.review-widget p {
  margin-bottom: 20px;
}

.review-widget .review-details {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.review-widget .review-details li {
  display: inline-block;
  font-weight: 400;
  color: #3f3f60;
  padding-right: 20px;
}

.review-widget .review-details li span {
  font-weight: 600;
}

.review-widget .review-details li:first-child {
  padding-right: 12px;
}

.review-widget .review-details li:first-child img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.review-widget .review-details li:nth-child(2) span {
  color: #3f3f60;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
}

.review-widget .review-details li:last-child {
  padding-right: 0;
}

/*
Events Warp Style
======================================================*/
.event-widget {
  padding: 40px 30px 50px 40px;
}

.event-widget.bg-1 {
  background: #ecf3f8;
}

.event-widget.bg-2 {
  background: #eeeef5;
}

.event-widget span {
  color: #7768e5;
  font-family: Work Sans;
  font-size: 12px;
  display: inline-flex;
  line-height: 1;
  padding: 5px 6px;
  font-weight: 500;
  background: var(--white);
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
  margin-bottom: 8px;
}

.event-widget h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.event-widget h3 a {
  color: #0d0d25;
}

.event-widget h3 a:hover {
  color: var(--primary);
}

.event-widget .event-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.event-widget .event-list li {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  padding-right: 40px;
  font-family: Inter;
  font-size: 15px;
}

.event-widget .event-list li i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 20px;
}

.event-widget .event-list li:last-child {
  padding-right: 0;
}

.event-slider-warp {
  position: relative;
}

.event-slider-warp .swiper-pagination3 {
  line-height: 1;
  margin-top: 40px;
  text-align: center;
}

.event-slider-warp .swiper-pagination3 .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  opacity: 1;
  background-color: #c5c5d3;
}

.event-slider-warp .swiper-pagination3 .swiper-pagination-bullet-active {
  background-color: #5c5c7e;
}

/*
Question Warp Style
======================================================*/
.question-content .heading {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 400;
}

.question-content .tabs .nav-tabs {
  margin-bottom: 35px !important;
  border: none;
}

.question-content .tabs .nav-tabs .nav-item {
  padding-right: 10px;
}

.question-content .tabs .nav-tabs .nav-item:last-child {
  padding-right: 0;
}

.question-content .tabs .nav-tabs .nav-item .nav-link {
  font-size: 13px;
  letter-spacing: 1.3px;
  color: #7b7b93;
  line-height: 1;
  font-weight: 600;
  padding: 12px 15px;
  font-family: Work Sans;
  background: var(--white);
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
  border-radius: 2px;
  border: none;
}

.question-content .tabs .nav-tabs .nav-item .nav-link.active,
.question-content .tabs .nav-tabs .nav-item .nav-link:hover {
  color: #7768e5;
  border: none;
}

.question-content .accordion-question .accordion .accordion-item {
  border-radius: 0;
  border-right: none;
  border-left: none;
  padding-bottom: 0;
  border-color: #f3f3f6;
}

.question-content .accordion-question .accordion .accordion-item .accordion-button {
  background-color: transparent;
  border: none;
  box-shadow: unset;
  color: #353688;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.question-content .accordion-question .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(../img/svgs/accordion2.svg);
  transform: unset;
}

.question-content .accordion-question .accordion .accordion-item .accordion-button::after {
  background-size: auto;
  line-height: 1;
  position: relative;
  background-image: url(../img/svgs/accordion1.svg);
  top: 4px;
}

.question-content .accordion-question .accordion .accordion-item .accordion-body {
  padding-left: 0;
  padding-left: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: solid 1px #f3f3f6;
}

.question-images {
  padding-left: 43px;
}

/*
Hero Style2 Warp Style
======================================================*/
.inner-hero2-style {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 805px;
  margin: 10px;
  padding-bottom: 20px;
  margin-top: -150px !important;
  background-color: var(--white);
}

.inner-hero2-style.bg-1 {
  background-image: url(../img/heros/style3-hero1.png);
}

.inner-hero2-style.bg-2 {
  background-image: url(../img/heros/style3-hero2.png);
}

.inner-hero2-style.bg-3 {
  background-image: url(../img/heros/style3-hero3.png);
}

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

.transparent-bg .top-header-details .social-list::before {
  background: transparent;
}

.transparent-bg.sticky {
  background-color: var(--white) !important;
}

.transparent-bg.sticky .sticky-logo {
  display: block;
}

.transparent-bg.sticky .style3-logo {
  display: none;
}

.transparent-bg .sticky-logo {
  display: none;
}

.transparent-bg.navbar {
  padding-top: 6px;
  padding-bottom: 18px;
}

/*
Hero Style3 Warp Style
======================================================*/
.hero-style3-warp {
  position: relative;
}

.hero-style3-warp .tabs .nav-tabs {
  position: absolute;
  width: 808px;
  padding: 0;
  border-radius: 4px;
  display: flex;
  bottom: 40px;
  right: 30px;
  justify-content: space-around;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: none;
}

.hero-style3-warp .tabs .nav-tabs .nav-item .nav-link {
  background-color: transparent;
  color: #0d0d25;
  font-weight: 600;
  font-family: Work Sans;
  font-size: 18px;
  padding: 30px;
  line-height: 1;
  margin: auto;
  width: 268px;
  text-align: center;
  position: relative;
  border: none;
}

.hero-style3-warp .tabs .nav-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 3px;
  width: 0%;
  transition: 0.6s;
  border-radius: 4px;
  background: #0d0d25;
}

.hero-style3-warp .tabs .nav-tabs .nav-item .nav-link:hover {
  border: none;
}

.hero-style3-warp .tabs .nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}

.top-header-warp.style3 {
  padding-top: 20px;
}

.top-header-warp.style3 .container-fluid {
  padding-left: 255px;
}

.hero-style3-content {
  max-width: 580px;
  position: relative;
  top: -10px;
}

.hero-style3-content h1 {
  color: #0d0d25;
  font-family: Inter;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 2.4px;
  margin-bottom: 5px;
}

/*
About Style3 Warp Style
======================================================*/
.about-style2-image {
  position: relative;
  padding-right: 40px;
}

.about-style2-image .image.style2 {
  margin-top: 50px;
}

.about-style2-image .round-shape {
  width: 192.2px;
  height: 192.249px;
  text-align: center;
  position: absolute;
  bottom: -50px;
  left: 33%;
  line-height: 192px;
}

.about-style2-image .round-shape .text-shape {
  position: absolute;
  left: 0;
  top: 0;
  animation: rotateme 9s linear infinite;
}

.about-style2-content {
  padding-left: 15px;
}

/* .about-style2-content .content {
  max-width: 230px;
} */

.about-style2-content .content h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.28px;
  margin-bottom: 12px;
}

.about-style2-content .content .title {
  color: #525271;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}

.about-style2-content .about-link {
  color: #353688;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 600;
}

.about-style2-content .about-link i {
  position: relative;
  left: 2px;
  top: 4px;
  font-size: 20px;
}

.about-style2-warp {
  position: relative;
}

.about-style2-warp .about-logo {
  position: absolute;
  top: 85px;
  right: 16%;
  opacity: 50%;
}

/*
Management Warp Style
======================================================*/
.swiper-btn .swiper-button-next,
.swiper-btn .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 45%);
}

.swiper-btn .swiper-button-next::after,
.swiper-btn .swiper-button-prev::after {
  display: none;
}

.swiper-btn .swiper-button-next::before,
.swiper-btn .swiper-button-prev::before {
  position: absolute;
  display: block;
  font-family: "tabler-icons" !important;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  transition: 0.6s;
  text-align: center;
  border-radius: 50%;
}

.swiper-btn .swiper-button-next:hover::before,
.swiper-btn .swiper-button-prev:hover::before {
  color: var(--primary);
}

.swiper-btn .swiper-button-next {
  left: auto;
  right: -10px;
}

.swiper-btn .swiper-button-next:before {
  content: "\ea1c";
}

.swiper-btn .swiper-button-prev {
  left: -10px;
  right: auto;
}

.swiper-btn .swiper-button-prev:before {
  content: "\ea1b";
}

.swiper-btn.style2 {
  position: absolute;
  top: -50px;
  right: 0;
}

.swiper-btn.style2 .swiper-button-next::before,
.swiper-btn.style2 .swiper-button-prev::before {
  color: #5d5d72;
}

.swiper-btn.style2 .swiper-button-prev {
  left: -70px;
  right: auto;
}

.swiper-btn.style2 .swiper-button-next {
  left: auto;
  right: 10px;
}

.swiper-btn.style3 .swiper-button-next,
.swiper-btn.style3 .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 96%);
  z-index: 999;
}

.swiper-btn.style3 .swiper-button-next::before,
.swiper-btn.style3 .swiper-button-prev::before {
  background: #14191c;
  color: #5d5d72;
}

.swiper-btn.style3 .swiper-button-next:hover::before,
.swiper-btn.style3 .swiper-button-prev:hover::before {
  color: var(--primary);
}

.swiper-btn.style3 .swiper-button-prev {
  left: 41%;
  right: auto;
}

.swiper-btn.style3 .swiper-button-next {
  left: auto;
  right: 41%;
}

.management-warp {
  overflow: hidden;
}

.management-warp .management-slider-warp {
  position: relative;
}

.management-warp .management-slider-warp .swiper {
  margin-right: -322px;
}

.management-widget .content {
  padding-top: 20px;
}

.management-widget .content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 8px;
}

.management-widget .content ul li {
  display: inline-block;
  padding-left: 35px;
  font-family: Inter;
  font-size: 12px;
  position: relative;
}

.management-widget .content ul li img {
  position: absolute;
  left: 0;
  top: -2px;
}

.management-widget .content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.management-widget .content h3 a {
  color: #0d0d25;
}

.management-widget .content h3 a:hover {
  color: var(--primary);
}

/*
Undergraduate Warp Style
======================================================*/
.inner-undergraduate-warp {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.undergraduate-widget h3 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.28px;
  margin-bottom: 30px;
}

.undergraduate-widget .undergraduate-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.undergraduate-widget .undergraduate-list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 26px;
}

.undergraduate-widget .undergraduate-list li:last-child {
  margin-bottom: 0;
}

.undergraduate-widget .undergraduate-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9d9d9;
}

.undergraduate-widget .undergraduate-list li a {
  color: #353688;
  font-family: Work Sans;
  font-weight: 600;
}

.undergraduate-widget .undergraduate-list li a i {
  position: relative;
  font-size: 25px;
  line-height: 0;
  left: 10px;
  top: 6px;
}

.undergraduate-widget .undergraduate-list li a:hover {
  letter-spacing: 1px;
  color: var(--primary);
}

.undergraduate-widget .default-btn {
  background-color: transparent;
  border: 1px solid #fc6441;
  color: rgb(252, 100, 65);
}

.undergraduate-widget .default-btn:hover {
  color: var(--white);
  border-color: rgb(248, 202, 77);
}

.col-lg-6:nth-child(2) .undergraduate-widget {
  margin-left: 218px;
}

/*
Campus Warp Style
======================================================*/
.campus-story-warp .container-fluid {
  max-width: 100%;
}

.campus-widget .image img {
  border-radius: 4px;
}

.campus-widget .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.campus-widget .content h3 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.28px;
  margin-bottom: 0;
}

.campus-widget .content .icon {
  display: inline-block;
  width: 40px;
  color: rgb(255, 255, 255);
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  border-radius: 2px;
  background: #7768e5;
}

.campus-widget .content .icon:hover {
  color: #7768e5;
  background-color: #f8ca4d;
}

.campus-widget .image {
  position: relative;
  overflow: hidden;
}

.campus-widget .image img {
  transition: 0.6s;
}

.campus-widget .image::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  transition: 0.6s;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.campus-widget:hover .image::before {
  animation: shine 0.75s;
}

.campus-widget:hover .image img {
  transform: scale(1.1);
}

/*
Tuva  Warp Style
======================================================*/
.luva-inner-widget {
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
}

.luva-inner-widget .blog-donate {
  display: flex;
  padding: 24px 30px;
  align-items: center;
  background: linear-gradient(90deg, #b0c2ff 0%, #f1f1fc 100%);
}

.luva-inner-widget .blog-donate .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  line-height: 64px;
  text-align: center;
  background-color: var(--white);
}

.luva-inner-widget .blog-donate .content {
  padding-left: 35px;
}

.luva-inner-widget .blog-donate .content h6 {
  font-size: 22px;
  margin-bottom: 5px;
}

.luva-inner-widget .blog-donate .content .donate-link {
  display: block;
  color: #353688;
  font-weight: 600;
}

.luva-inner-widget .blog-donate .content .donate-link:nth-child(3) {
  margin-bottom: 0;
}

.luva-inner-widget .blog-donate .content .donate-link i {
  position: relative;
  left: 2px;
  top: 2px;
  font-size: 20px;
}

.luva-inner-widget .blog-donate .content .donate-link span {
  position: relative;
}

.luva-inner-widget .blog-donate .content .donate-link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 0%;
  transition: 0.6s;
  background-color: rgb(252, 100, 65);
}

.luva-inner-widget .blog-donate .content .donate-link:hover {
  color: rgb(252, 100, 65);
}

.luva-inner-widget .blog-donate .content .donate-link:hover span::before {
  width: 100%;
}

/*
Video Warp Style
======================================================*/
.video-warp-style2 {
  position: relative;
  z-index: 1;
}

.video-warp-style2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
  background: #eeeef5;
}

/*
Event Plan Warp Style
======================================================*/
.event-plan-widget {
  display: flex;
  align-items: center;
}

.event-plan-widget .image {
  width: 298px;
  height: 248px;
}

.event-plan-widget .content {
  margin-left: 25px;
}

.event-plan-widget .content span {
  color: #7768e5;
  font-family: Work Sans;
  font-size: 12px;
  line-height: 1;
  display: inline-flex;
  padding: 5px 6px;
  font-weight: 500;
  background: var(--white);
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
  margin-bottom: 8px;
}

.event-plan-widget .content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.event-plan-widget .content h3 a {
  color: #0d0d25;
}

.event-plan-widget .content h3 a:hover {
  color: var(--primary);
}

.event-plan-widget .content .event-plan-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.event-plan-widget .content .event-plan-list li {
  position: relative;
  padding-left: 28px;
  font-family: Inter;
  margin-bottom: 12px;
  font-size: 15px;
}

.event-plan-widget .content .event-plan-list li i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 20px;
}

.event-plan-widget .content .event-plan-list li:last-child {
  margin-bottom: 0;
}

.event-plan-warp {
  overflow: hidden;
}

.event-plan-warp .event-plan-slider-warp {
  position: relative;
}

.event-plan-warp .event-plan-slider-warp .swiper {
  margin-right: -650px;
  position: relative;
  padding-top: 20px;
}

.event-plan-warp .event-plan-slider-warp .swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: var(--white);
}

.event-plan-warp .section-warp {
  margin-bottom: 25px;
}

/*
Enquiry Warp Style
======================================================*/
.enquiry-warp {
  position: relative;
  z-index: 1;
}

.enquiry-warp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 45%;
  height: 100%;
  z-index: -1;
  background: #f8ca4d;
}

.enquiry-image {
  padding-right: 30px;
}

.enquiry-image h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.28px;
  margin-bottom: 30px;
}

.enquiry-content {
  position: relative;
}

.enquiry-content p span {
  font-weight: 600;
  color: #494968;
}

.enquiry-content .enquiry-link {
  display: inline-block;
  margin-top: 10px;
  color: #353688;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 65px;
}

.enquiry-content .enquiry-link i {
  position: relative;
  left: 2px;
  top: 4px;
  font-size: 20px;
}

.enquiry-content .enquiry-content-style {
  display: flex;
  align-items: center;
}

.enquiry-content .enquiry-content-style .icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #fc6441;
  display: inline-block;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 22px;
  line-height: 68px;
  box-shadow: 0px 4px 60px rgba(252, 100, 65, 0.15);
}

.enquiry-content .enquiry-content-style .icon:hover {
  color: var(--white);
  background-color: var(--bs-dark);
}

.enquiry-content .enquiry-content-style .content {
  padding-left: 25px;
}

.enquiry-content .enquiry-content-style .content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fc6441;
  margin-bottom: 8px;
}

.enquiry-content .enquiry-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*
Optional Events Warp Style
======================================================*/
.optional-events-warp {
  margin-bottom: 5px;
}

.optional-events-warp .container-fluid {
  max-width: 100%;
}

.optional-event-widget {
  position: relative;
  overflow: hidden;
}

.optional-event-widget::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  width: 0%;
  transition: 0.6s;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.optional-event-widget .optional-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #0d0d25;
  font-family: Work Sans;
  font-size: 22px;
  transition: 0.6s;
  font-weight: 700;
  opacity: 0;
  text-align: center;
  z-index: 999;
}

.optional-event-widget:hover::before {
  height: 100%;
  width: 100%;
}

.optional-event-widget:hover .optional-content {
  opacity: 1;
}

/*
Inner Hero Warp Style
======================================================*/
.inner-heros-warp {
  padding-top: 305px;
  padding-bottom: 50px;
  position: relative;
  background: linear-gradient(90deg, #dde6f4 0%, #e6eaf8 17.57%, #d4dcfc 34.86%, #e2e6f6 52.23%, #e0e5f8 65.17%, #eef4fd 97.75%);
  margin-top: -155px;
}

.inner-heros-warp .inner-page-shape1 {
  position: absolute;
  bottom: 0;
  opacity: 22%;
  right: 31%;
}

.inner-hero-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.inner-hero-content h1 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 1.6px;
  margin-bottom: 0;
}

.inner-hero-content .inner-hero-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
}

.inner-hero-content .inner-hero-list li {
  display: inline-block;
  padding-right: 30px;
  color: #0d0d25;
  font-family: Work Sans;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  letter-spacing: 1.3px;
}

.inner-hero-content .inner-hero-list li::before {
  content: ">";
  position: absolute;
  right: 8px;
  top: 0;
}

.inner-hero-content .inner-hero-list li:last-child {
  padding-right: 0;
}

.inner-hero-content .inner-hero-list li:last-child::before {
  display: none;
}

.inner-hero-content .inner-hero-list li a {
  color: #0d0d25;
}

.inner-hero-content .inner-hero-list li a:hover {
  color: var(--primary);
}

.inner-hero-content .inner-hero-list li span {
  color: #6c6c7e;
}

/*
Inner About Link Warp Style
======================================================*/
.inner-all-pages .about-pages-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}

.inner-all-pages .about-pages-list li {
  display: inline-block;
  padding-right: 6px;
}

.inner-all-pages .about-pages-list li:last-child {
  padding-right: 0;
}

.inner-all-pages .about-pages-list li a {
  line-height: 1;
  display: inline-flex;
  padding: 12px 15px;
  color: #7b7b93;
  font-family: Work Sans;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.3px;
  background: #ededf5;
  position: relative;
}

.inner-all-pages .about-pages-list li a:hover {
  color: var(--white);
  background: #7768e5;
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
}

.inner-all-pages .about-pages-list li a.active,
.inner-all-pages .about-pages-list li a.router-link-active {
  color: var(--white);
  background: #7768e5;
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
}

.inner-all-pages .about-pages-list li a.active-check::before {
  opacity: 1;
}

.inner-all-pages .about-pages-list li a::before {
  content: "\ea5e";
  position: absolute;
  top: -42px;
  left: 0;
  width: 32px;
  height: 32px;
  line-height: 31px;
  font-size: 25px;
  border-radius: 50%;
  font-weight: 100;
  font-family: "tabler-icons" !important;
  color: var(--white);
  opacity: 0;
  background-color: #5ca89f;
}

.inner-all-pages .about-pages-list.style2 li a {
  background-color: var(--white);
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
}

.inner-all-pages .about-pages-list.style2 li a:hover {
  color: var(--white);
  background: #7768e5;
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
}

.inner-all-pages .about-pages-list.style2 li a.active,
.inner-all-pages .about-pages-list.style2 li a.router-link-active {
  color: var(--white);
  background: #7768e5;
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
}

.inner-all-pages .about-pages-list.style2 li a.active-check::before {
  opacity: 1;
}

.inner-page-about {
  padding-right: 0;
}

/*
About Visiting Warp Style
======================================================*/
.visiting-content {
  padding-right: 100px;
}

.visiting-content h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 15px;
}

.visiting-content .visiting-content-style {
  margin-top: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.visiting-content .visiting-content-style .icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #7768e5;
  display: inline-block;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 22px;
  line-height: 72px;
  box-shadow: 0px 4px 60px rgba(252, 100, 65, 0.15);
}

.visiting-content .visiting-content-style .icon:hover {
  color: var(--white);
  background-color: var(--bs-dark);
}

.visiting-content .visiting-content-style .content {
  padding-left: 25px;
}

.visiting-content .visiting-content-style .content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #7768e5;
  margin-bottom: 8px;
}

.visiting-content .visiting-content-style .content a {
  color: #7768e5;
}

.visiting-content .default-btn {
  background: #353688;
  padding-left: 104px;
  padding-right: 104px;
}

.about-images-warp {
  padding-top: 60px;
}

/*
About Sustainability Warp Style
======================================================*/
.sustainability-content h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 1.28px;
}

.sustainability-content .sustainability-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}

.sustainability-content .sustainability-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  color: #525271;
}

.sustainability-content .sustainability-list li:last-child {
  margin-bottom: 0;
}

.sustainability-content .sustainability-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #fc6441;
  font-size: 22px;
}

.sustainability-content .sustainability-list li span {
  font-weight: 500;
  color: #3a3a5e;
}

.sustainability-image {
  margin-left: 115px;
  margin-right: -160px;
  padding-left: 45px;
}

.sustainability-image .image.style1 {
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 115px;
}

.sustainability-image .image.style2 {
  padding-left: 10px;
}

.sustainability-warp {
  position: relative;
  z-index: 1;
}

.sustainability-warp::before {
  content: "";
  position: absolute;
  right: 0;
  top: 72px;
  height: 395px;
  width: 46.5%;
  z-index: -1;
  background: #b7d8ef;
}

/*
About Choose Warp Style
======================================================*/
.about-choose-warp::before {
  display: none;
}

.about-choose-warp .choose-card.bg-5 {
  background: #b74f56;
}

.inner-about-style2-image {
  margin-bottom: 60px;
}

.about-campus-title {
  position: relative;
  max-width: 235px;
}

.about-campus-title h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.28px;
  margin-bottom: 0;
}

.about-campus-title .about-logo {
  position: absolute;
  bottom: -55px;
  right: -108px;
}

.about-campus-title .about-logo2 {
  position: absolute;
  bottom: -130px;
  right: -117px;
}

/*
Build Campus Warp Style
======================================================*/
.build-campus-title {
  max-width: 1100px;
  margin-bottom: 70px;
}

.build-campus-title h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.28px;
  margin-bottom: 0;
}

.build-campus-list {
  max-width: 490px;
  margin-left: auto;
}

.build-campus-list .build-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.build-campus-list .build-list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 25px;
}

.build-campus-list .build-list li:last-child {
  margin-bottom: 0;
}

.build-campus-list .build-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: rgb(217, 217, 217);
}

.build-campus-list .build-list li a {
  font-weight: 600;
  color: #353688;
  font-family: Work Sans;
}

.build-campus-list .build-list li a:hover {
  color: var(--primary);
  letter-spacing: 1px;
}

.build-campus-list .build-list li a i {
  position: relative;
  font-size: 20px;
  left: 4px;
  top: 3px;
}

.build-campus-list .build-list.style2 {
  padding-left: 50px;
}

.build-campus-list .build-list.style1 {
  margin-right: -20px;
}

.build-campus-content {
  padding-right: 30px;
}

.building-hours-title {
  max-width: 300px;
}

.building-hours-title h2 {
  letter-spacing: 1.28px;
  margin-bottom: 0;
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
}

.building-hours-content p span {
  font-weight: 500;
  color: #303050;
}

.building-hours-content .building-hours-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.building-hours-content .building-hours-list li {
  margin-bottom: 8px;
  font-weight: 600;
  color: #353688;
  font-family: Work Sans;
}

.building-hours-content .building-hours-list li span {
  padding-left: 8px;
  padding-right: 8px;
}

.building-hours-content .building-hours-list li:last-child {
  margin-bottom: 0;
}

.building-hours-content .building-hours-list li:last-child {
  color: #c1272d;
}

.inner-campus-map iframe {
  width: 100%;
  height: 336px;
  display: block;
}

.map-content {
  padding: 40px;
  background: #b7d8ef;
  margin-top: -115px;
}

.map-content h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 1.28px;
  padding-right: 100px;
}

.map-content .details-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.map-content .details-icon p {
  color: #525271;
  font-size: 15px;
  margin-bottom: 0;
}

.map-content .details-icon p i {
  position: relative;
  padding-right: 5px;
  font-size: 20px;
}

.map-content .details-icon .icon {
  font-size: 30px;
  line-height: 0;
}

.inner-about-style3-image {
  margin-top: 60px;
}

/*
About Value Warp Style
======================================================*/
.value-title {
  max-width: 330px;
}

.value-title h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.28px;
  margin-bottom: 0;
}

.value-content .value-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.value-content .value-list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

.value-content .value-list li:last-child {
  margin-bottom: 0;
}

.value-content .value-list li span {
  padding-right: 10px;
  position: absolute;
  left: 0;
}

.duties-accordion .accordion-item {
  border: none;
}

.duties-accordion .accordion-item .accordion-button {
  background-color: transparent;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #e8e9ed;
  border-top: solid 1px #e8e9ed;
  border-radius: 0;
  padding: 45px 0;
  box-shadow: unset;
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.28px;
}

.duties-accordion .accordion-item .accordion-button::after {
  background-image: url(../img/svgs/about-accordion.svg);
}

.duties-accordion .accordion-body {
  padding-left: 0;
  padding-top: 30px;
}

/*
About History Warp Style
======================================================*/
.about-history-content .big-paragraph {
  font-size: 20px;
  color: #525271;
}

.history-images-warp {
  position: relative;
  overflow: hidden;
}

.history-images-warp .swiper {
  margin-right: -320px;
}

.about-history-title {
  max-width: 330px;
}

.about-history-title h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.28px;
  margin-bottom: 0;
}

.about-history-title.style2 {
  max-width: 420px;
}

/*
About Faculty Warp Style
======================================================*/
.faculty-link-warp {
  padding-top: 60px;
}

.faculty-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faculty-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #e8e9ed;
  color: #0d0d25;
  font-family: Work Sans;
  font-size: 20px;
  font-weight: 600;
  transition: 0.6s;
}

.faculty-list li a {
  color: #0d0d25;
  width: 100%;
  padding: 18px 0;
}

.faculty-list li:first-child {
  border-top: solid 1px #e8e9ed;
}

.faculty-list li:hover {
  background: #e8e9ed;
  padding: 0 20px;
}

.faculty-list li:hover a {
  padding: 18px 0;
}

.faculty-list li .another-link-color {
  color: rgb(252, 100, 65);
}

.faculty-list.style2 {
  margin-bottom: 20px;
}

.facilities-details-widget {
  padding-right: 100px;
}

.facilities-details-widget .content1 {
  margin-bottom: 35px;
}

.facilities-details-widget .content1 h3 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.28px;
  margin-bottom: 18px;
  max-width: 420px;
}

.facilities-details-widget .image {
  margin-bottom: 35px;
}

.facilities-details-widget .content2 {
  margin-bottom: 35px;
}

.facilities-details-widget .content2 h5 {
  color: #0d0d25;
  font-size: 22px;
  margin-bottom: 15px;
}

.facilities-details-widget .accreditation {
  padding: 30px;
  background: #fafafa;
  margin-bottom: 40px;
}

.facilities-details-widget .accreditation h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.facilities-details-widget .accreditation .dges {
  margin-bottom: 25px;
}

.facilities-details-widget .accreditation .dges h6 {
  font-weight: 600;
  font-size: 16px;
  color: #494968;
  font-family: Inter;
  margin-bottom: 5px;
}

.facilities-details-widget .accreditation .a3es {
  max-width: 480px;
}

.facilities-details-widget .accreditation .a3es h6 {
  font-weight: 600;
  font-size: 16px;
  color: #494968;
  font-family: Inter;
  margin-bottom: 5px;
}

.facilities-details-widget .default-btn {
  border: 1px solid #fc6441;
  background: transparent;
  color: #fc6441;
}

.facilities-details-widget .default-btn:hover {
  color: var(--white);
  border-color: rgb(248, 202, 77);
}

.facilities-details-widget .default-btn i {
  left: 0;
  right: 4px;
}

.facilities-small-widget {
  padding: 35px;
  background: #e8e9ed;
  margin-bottom: 15px;
}

.facilities-small-widget h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px var(--white);
}

.facilities-small-widget .facilities-item {
  margin-bottom: 25px;
}

.facilities-small-widget .facilities-item span {
  font-weight: 600;
  color: #494968;
  display: block;
  margin-bottom: 8px;
}

.facilities-small-widget .facilities-item p {
  margin-bottom: 4px;
}

.facilities-small-widget .facilities-item p:last-child {
  margin-bottom: 0;
}

.facilities-small-widget .info {
  color: #353688;
  font-size: 13px;
}

.facilities-small {
  background: #353688;
  width: 100%;
}

.facilities-requirements {
  text-align: center;
  text-decoration-line: underline;
  font-weight: 500;
  color: #353688;
  display: block;
  margin-top: 20px;
}

/*
About Requirements Warp Style
======================================================*/
.requirements-small-widget {
  background: #e8e9ed;
  max-width: 420px;
  padding: 5px 0;
}

.requirements-small-widget .requirement-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.requirements-small-widget .requirement-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 18px;
  transition: 0.6s;
  border-bottom: solid 1px var(--white);
}

.requirements-small-widget .requirement-list li:last-child {
  border: none;
}

.requirements-small-widget .requirement-list li a {
  line-height: 1;
  color: #0d0d25;
  padding: 25px;
  width: 100%;
}

.requirements-small-widget .requirement-list li i {
  line-height: 1;
  opacity: 0;
  position: relative;
  left: -50px;
  transition: 0.6s;
}

.requirements-small-widget .requirement-list li:hover i {
  opacity: 1;
  left: 0;
}

.requirement-big-warp h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  letter-spacing: 1.28px;
  font-weight: 400;
  margin-bottom: 25px;
}

.requirement-big-warp p {
  margin-bottom: 20px;
}

.requirement-big-warp span {
  font-weight: 600;
  color: #353688;
  display: block;
  margin-top: 40px;
  margin-bottom: 25px;
}

.requirement-big-warp .default-btn.style1 {
  background: #fc6441;
}

.requirement-big-warp .default-btn.style2 {
  border: 1px solid #7768e5;
  color: #7768e5;
  margin-left: 12px;
  background: transparent;
}

.requirement-big-warp .default-btn.style2:hover {
  border-color: rgb(248, 202, 77);
  color: var(--white);
}

/*
Program Warp Style
======================================================*/
.program-page-image {
  margin-top: 50px;
}

.program-page-image .image {
  position: relative;
  overflow: hidden;
}

.program-page-image .image img {
  transition: 0.6s;
}

.program-page-image .image::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  transition: 0.6s;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.program-page-image .image:hover::before {
  animation: shine 0.75s;
}

.program-page-image .image:hover img {
  transform: scale(1.1);
}

.program-page-title h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.28px;
  margin-bottom: 0;
}

.program-page-title h2 span {
  display: inline-block;
  background: #f8ca4d;
  height: 49px;
  padding: 5px;
}

.program-main-title {
  max-width: 430px;
}

.program-main-title h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.28px;
}

/*
Undergraduate Program Warp Style
======================================================*/
.undergraduate-program-content {
  padding-left: 20px;
}

.undergraduate-program-content h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.28px;
  margin-bottom: 20px;
}

.undergraduate-program-content h2 span {
  display: inline-block;
  background: #f8ca4d;
  height: 49px;
  padding: 5px;
}

/*
Graduate Program Warp Style
======================================================*/
.inner-graduate-program-image {
  margin-top: 50px;
}

.graduate-program-content h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.28px;
  margin-bottom: 20px;
  padding-right: 200px;
}

.graduate-program-content h2 span {
  display: inline-block;
  background: #f8ca4d;
  height: 49px;
  padding: 5px;
}

.graduate-program-button .default-btn {
  border: 1px solid #7768e5;
  color: #7768e5;
  background: transparent;
}

.graduate-program-button .default-btn:hover {
  border-color: rgb(248, 202, 77);
  color: var(--white);
}

/*
Personal Information Warp Style
======================================================*/
.select-option {
  margin-top: 50px;
  margin-bottom: 50px;
}

.select-option h3 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 400;
}

.select-option .select-option-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.select-option .select-option-list li {
  display: block;
  position: relative;
  margin-bottom: 12px;
}

.select-option .select-option-list li:last-child {
  margin-bottom: 0;
}

.select-option .select-option-list li .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #9b9bad;
  background-color: #f3f3f6;
}

.select-option .select-option-list li .form-check-input:focus {
  box-shadow: unset;
}

.select-option .select-option-list li .form-check-input:checked[type=radio] {
  background-image: url(../img/svgs/select.svg);
  background-size: 12px 12px;
  background-position: center center;
}

.select-option .select-option-list li .form-check-label {
  font-weight: 500;
  color: #525271;
  font-family: Work Sans;
  margin-left: 15px;
}

.applicant-details h3 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.88px;
  margin-bottom: 20px;
}

.applicant-details .input-box {
  margin-bottom: 20px;
}

.applicant-details .input-box .form-label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.applicant-details .input-box .form-label span {
  color: #c1272d;
}

.applicant-details .input-box .form-control {
  height: 60px;
  padding-left: 20px;
  font-family: Work Sans;
  border: none;
  font-size: 13px;
  border-radius: 0;
  background-color: #f3f3f6;
}

.applicant-details .input-box .form-control::-moz-placeholder {
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.applicant-details .input-box .form-control::placeholder {
  transition: 0.6s;
}

.applicant-details .input-box .form-control:focus {
  box-shadow: unset;
}

.applicant-details .input-box .form-control:focus::-moz-placeholder {
  color: transparent;
}

.applicant-details .input-box .form-control:focus::placeholder {
  color: transparent;
}

.applicant-details .input-box .form-select {
  height: 60px;
  padding-left: 20px;
  font-family: Work Sans;
  border: none;
  font-size: 13px;
  border-radius: 0;
  background-color: #f3f3f6;
  background-image: url(../img/svgs/caret-down.svg);
}

.applicant-details .input-box .form-select:focus {
  box-shadow: unset;
}

.applicant-details .input-box .input-with-icon {
  height: 60px;
  position: relative;
}

.applicant-details .input-box .input-with-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 60px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #d8d8e7;
}

.applicant-details .input-box .input-with-icon .form-control {
  padding-left: 75px;
  background: #f3f3f6;
}

.applicant-details .input-box .input-with-icon i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.applicant-details .input-box textarea {
  padding-top: 15px;
  height: 194px !important;
}

.applicant-details .form-check {
  margin-bottom: 20px;
}

.applicant-details .form-check .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #9b9bad;
  background-color: #f3f3f6;
}

.applicant-details .form-check .form-check-input:focus {
  box-shadow: unset;
}

.applicant-details .form-check .form-check-input:checked[type=radio] {
  background-image: url(../img/svgs/select.svg);
  background-size: 12px 12px;
  background-position: center center;
}

.applicant-details .form-check .form-check-label {
  font-weight: 500;
  color: #525271;
  font-family: Work Sans;
  margin-left: 15px;
}

/*
Academic Information Warp Style
======================================================*/
.academic-info-content {
  padding-top: 40px;
  padding-bottom: 50px;
}

.academic-info-content p {
  color: #525271;
  font-family: Work Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.academic-info-heading {
  margin-bottom: 15px;
}

.academic-info-heading h5 {
  color: #0d0d25;
  font-size: 16px;
  font-weight: 600;
}

.input-bg {
  background: #f3f3f6;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.input-bg .form-select {
  height: 60px;
  padding-left: 20px;
  font-family: Work Sans;
  border: none;
  font-size: 13px;
  border-radius: 0;
  background-color: var(--white);
  background-image: url(../img/svgs/caret-down.svg);
}

.input-bg .form-select:focus {
  box-shadow: unset;
}

.input-bg .institution p {
  color: #525271;
  font-family: Work Sans;
  font-size: 15px;
  font-weight: 500;
  padding-left: 15px;
}

.input-bg .institution p span {
  color: #c1272d;
}

.next-button .default-btn.style2 {
  background: transparent;
  color: #fc6441;
  border: solid 1px #fc6441;
  margin-right: 10px;
}

.next-button .default-btn.style2 i {
  position: relative;
  left: 0;
  right: 5px;
}

.next-button .default-btn.style2:hover {
  color: var(--white);
  border-color: #f8ca4d;
}

/*
English Proficiency Warp Style
======================================================*/
.english-proficiency-content {
  padding-top: 40px;
}

.english-proficiency-content p {
  color: #0d0d25;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
}

.english-proficiency-content .english-proficiency-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.english-proficiency-content .english-proficiency-list li {
  display: block;
  position: relative;
  margin-bottom: 14px;
}

.english-proficiency-content .english-proficiency-list li:last-child {
  margin-bottom: 0;
}

.english-proficiency-content .english-proficiency-list li .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #9b9bad;
  background-color: #f3f3f6;
}

.english-proficiency-content .english-proficiency-list li .form-check-input:focus {
  box-shadow: unset;
}

.english-proficiency-content .english-proficiency-list li .form-check-input:checked[type=radio] {
  background-image: url(../img/svgs/select.svg);
  background-size: 12px 12px;
  background-position: center center;
}

.english-proficiency-content .english-proficiency-list li .form-check-label {
  font-weight: 500;
  color: #525271;
  font-family: Work Sans;
  margin-left: 15px;
}

.program-choose-content {
  padding-top: 50px;
  margin-bottom: 45px;
}

.program-choose-content h4 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}

.program-choose-content p {
  margin-bottom: 0;
  padding-right: 100px;
}

/*
Document Warp Style
======================================================*/
.image-input-box {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  background: #f3f3f6;
  z-index: 1;
  padding: 35px 35px 45px 35px;
}

.image-input-box::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: -1;
  background-image: repeating-linear-gradient(-37deg, #bfbbbb, #bfbbbb 5px, transparent 5px, transparent 16px, #bfbbbb 16px), repeating-linear-gradient(53deg, #bfbbbb, #bfbbbb 5px, transparent 5px, transparent 16px, #bfbbbb 16px), repeating-linear-gradient(143deg, #bfbbbb, #bfbbbb 5px, transparent 5px, transparent 16px, #bfbbbb 16px), repeating-linear-gradient(233deg, #bfbbbb, #bfbbbb 5px, transparent 5px, transparent 16px, #bfbbbb 16px);
  background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}

.image-input-box span {
  display: block;
  color: #525271;
  text-align: center;
  font-family: Work Sans;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.image-input-box .browse-files {
  margin-bottom: 15px;
  cursor: default;
}

.image-input-box .default-file-input {
  opacity: 0;
  display: none;
}

.image-input-box .remove-file-icon {
  cursor: pointer;
}

.document-content {
  padding-top: 50px;
  margin-bottom: 40px;
}

.document-content h4 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.88px;
  margin-bottom: 15px;
}

/*
Submission Warp Style
======================================================*/
.personal-info {
  border-top: 2px solid #7768e5;
  background: #f3f3f6;
  padding: 5px;
}

.personal-info .info-content-icon {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.personal-info .info-content-icon h5 {
  color: #0d0d25;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
}

.personal-info .info-content-icon a {
  color: rgb(82, 82, 113);
  font-family: Inter;
  font-size: 14px;
}

.personal-info .information-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.personal-info .information-list li {
  position: relative;
  display: flex;
  padding: 10px 15px;
}

.personal-info .information-list li p {
  width: 215px;
  font-size: 14px;
  color: #525271;
  font-weight: 600;
  margin-bottom: 0;
}

.personal-info .information-list li span {
  font-size: 14px;
  width: 390px;
}

.personal-info .information-list li:nth-child(1) {
  background-color: var(--white);
}

.personal-info .information-list li:nth-child(3) {
  background-color: var(--white);
}

.personal-info .information-list li:nth-child(5) {
  background-color: var(--white);
}

.personal-info .information-list li:nth-child(7) {
  background-color: var(--white);
}

.personal-info .information-list li:nth-child(9) {
  background-color: var(--white);
}

.personal-info.academic-info .information-list li {
  padding: 13px;
}

.personal-info.academic-info .information-list li span {
  line-height: 1.9;
}

.submission-content {
  margin-bottom: 30px;
  margin-top: 50px;
}

.submission-content h3 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.88px;
  margin-bottom: 20px;
}

.submission-check {
  margin-top: 30px;
}

.submission-check .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #9b9bad;
  background-color: #f3f3f6;
}

.submission-check .form-check-input:focus {
  box-shadow: unset;
}

.submission-check .form-check-input:checked[type=radio] {
  background-image: url(../img/svgs/select.svg);
  background-size: 12px 12px;
  background-position: center center;
}

.submission-check .form-check-label {
  font-weight: 500;
  color: #525271;
  font-family: Work Sans;
  margin-left: 15px;
}

/*
Administration Requirements Warp Style
======================================================*/
.administration-small-widget {
  padding: 35px;
  background: #e8e9ed;
  margin-bottom: 15px;
}

.administration-small-widget h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px var(--white);
}

.administration-small-widget .administration-item {
  margin-bottom: 25px;
}

.administration-small-widget .administration-item:last-child {
  margin-bottom: 0;
}

.administration-small-widget .administration-item span {
  font-weight: 600;
  color: #494968;
  display: block;
  margin-bottom: 8px;
}

.administration-small-widget .administration-item p {
  margin-bottom: 4px;
}

.administration-small-widget .administration-item p:last-child {
  margin-bottom: 0;
}

.administration-small-widget .info {
  color: #353688;
  font-size: 13px;
}

.administration-small {
  background: #353688;
  width: 100%;
}

.administration-requirements {
  text-align: center;
  text-decoration-line: underline;
  font-weight: 500;
  color: #353688;
  display: block;
  margin-top: 20px;
}

.administration-requirements:hover {
  color: var(--primary);
  letter-spacing: 1px;
}

.administration-content {
  padding-right: 30px;
}

.administration-content .content-one {
  margin-bottom: 40px;
}

.administration-content .content-one h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
  border-left: solid 4px #b0c2ff;
}

.administration-content .content-two {
  margin-bottom: 40px;
}

.administration-content .content-two h4 {
  color: #0d0d25;
  font-family: Work Sans;
  font-size: 22px;
  margin-bottom: 15px;
}

.administration-content .content-with-list {
  position: relative;
  padding-right: 120px;
}

.administration-content .content-with-list h4 {
  color: #0d0d25;
  font-family: Work Sans;
  font-size: 22px;
  margin-bottom: 15px;
}

.administration-content .content-with-list p {
  margin-bottom: 20px;
}

.administration-content .content-with-list .content-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.administration-content .content-with-list .content-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #0d0d25;
}

.administration-content .content-with-list .content-list li:last-child {
  margin-bottom: 0;
}

.administration-content .content-with-list .content-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d9d9d9;
}

.administration-content .content-with-list .administration-shape {
  position: absolute;
  right: -20px;
  top: 0;
}

.administration-accordion .accordion-item {
  border: 1px solid #7b7b93;
  border-radius: 0;
  margin-bottom: 20px;
}

.administration-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.administration-accordion .accordion-item .accordion-button {
  border: none;
  color: #0d0d25;
  font-family: Work Sans;
  font-size: 22px;
  font-weight: 600;
  background: #f4f4fc;
  box-shadow: unset;
}

.administration-accordion .accordion-item .accordion-button::after {
  background-image: url(../img/svgs/caret-down.svg);
}

.administration-accordion .accordion-item .accordion-body {
  padding: 0;
  background: #f4f4fc;
}

.administration-accordion .accordion-item .semester-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.administration-accordion .accordion-item .semester-list li {
  display: flex;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 50px;
}

.administration-accordion .accordion-item .semester-list li:first-child {
  padding-top: 14px;
  padding-bottom: 14px;
  background: #7b7b93;
}

.administration-accordion .accordion-item .semester-list li:first-child p,
.administration-accordion .accordion-item .semester-list li:first-child h6,
.administration-accordion .accordion-item .semester-list li:first-child span {
  color: #fff;
  font-family: Work Sans;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-decoration: none;
}

.administration-accordion .accordion-item .semester-list li:nth-child(3) {
  background-color: var(--white);
}

.administration-accordion .accordion-item .semester-list li:nth-child(5) {
  background-color: var(--white);
}

.administration-accordion .accordion-item .semester-list li:nth-child(7) {
  background-color: var(--white);
}

.administration-accordion .accordion-item .semester-list li h6 {
  margin-bottom: 0;
  width: 262px;
  line-height: 1;
  color: #353688;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 500;
  text-decoration-line: underline;
}

.administration-accordion .accordion-item .semester-list li span {
  display: inline-block;
  line-height: 1;
  color: #0d0d25;
  font-family: Work Sans;
}

.administration-accordion .accordion-item .semester-list li p {
  margin-bottom: 0;
  width: 425px;
  color: #0d0d25;
  font-family: Work Sans;
  line-height: 1;
}

.administration-requirement-content {
  margin-bottom: 40px;
}

.administration-requirement-content h4 {
  color: #0d0d25;
  font-family: Work Sans;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.administration-requirement-content .administration-requirement-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.administration-requirement-content .administration-requirement-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  color: #0d0d25;
}

.administration-requirement-content .administration-requirement-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 10px;
  width: 10px;
  background-color: #d9d9d9;
  border-radius: 50%;
}

.administration-requirement-content .administration-requirement-list li:last-child {
  margin-bottom: 0;
}

.requirement-language p a {
  color: #353688;
  font-weight: 500;
  text-decoration-line: underline;
}

.requirement-language p a:hover {
  color: var(--primary);
  letter-spacing: 1px;
}

/*
Administration Finance Warp Style
======================================================*/
.administration-finance-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-left: 34px;
  padding-right: 34px;
  padding-bottom: 30px;
  border-top: 3px solid #353688;
  background: #f4f4fc;
}

.administration-finance-item:nth-child(3) {
  margin-bottom: 60px;
}

.administration-finance-item h3 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.88px;
  margin-bottom: 0;
  max-width: 300px;
}

.administration-finance-item h1 {
  color: #353688;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.28px;
}

.administration-finance-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.administration-finance-content .administration-finance-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 35px;
}

.administration-finance-content .administration-finance-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 40px;
  margin-top: 10px;
  color: #353688;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
}

.administration-finance-content .administration-finance-list li:last-child {
  margin-bottom: 0;
}

.administration-finance-content .administration-finance-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #d9d9d9;
}

/*
Administration Availability Warp Style
======================================================*/
.administration-availability-content {
  border: 1px solid #7b7b93;
  background: #f4f4fc;
}

.administration-availability-content .title h4 {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
  padding: 25px 30px;
}

.administration-availability-content .availability-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.administration-availability-content .availability-list li {
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.administration-availability-content .availability-list li:first-child {
  padding-top: 14px;
  padding-bottom: 14px;
  background: #7b7b93;
}

.administration-availability-content .availability-list li:first-child p,
.administration-availability-content .availability-list li:first-child h6,
.administration-availability-content .availability-list li:first-child span {
  color: #fff;
  font-family: Work Sans;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-decoration: none;
}

.administration-availability-content .availability-list li:nth-child(3) {
  background-color: var(--white);
}

.administration-availability-content .availability-list li:nth-child(5) {
  background-color: var(--white);
}

.administration-availability-content .availability-list li:nth-child(7) {
  background-color: var(--white);
}

.administration-availability-content .availability-list li .content1 {
  width: 165px;
}

.administration-availability-content .availability-list li .content2 {
  width: 315px;
}

.administration-availability-content .availability-list li .content3 {
  width: 175px;
}

.administration-availability-content .availability-list li .content4 {
  color: #2b7258;
}

.administration-availability-content .availability-list li .content4.style1 {
  color: #c1272d;
}

.administration-availability-content .availability-list li h6 {
  margin-bottom: 0;
  line-height: 1;
  color: #353688;
  font-size: 16px;
  font-weight: 500;
}

.administration-availability-content .availability-list li p {
  line-height: 1;
  margin-bottom: 0;
  color: #0d0d25;
  font-family: Work Sans;
}

.administration-availability-content .availability-list li span {
  line-height: 1;
  font-family: Work Sans;
  color: #0d0d25;
}

.laptop-content {
  color: #494968;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 15px;
}

.laptop-content i {
  position: relative;
  padding-right: 10px;
  font-size: 24px;
  top: 3px;
}

/*
Blog & Blog Details Page Style
======================================================*/
.main-blog-card .content {
  padding-top: 15px;
}

.main-blog-card .content span {
  line-height: 1;
  display: inline-flex;
  padding: 5px 6px;
  color: #7768e5;
  font-family: Work Sans;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  background: var(--white);
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
}

.main-blog-card .content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.main-blog-card .content h3 a {
  color: #0d0d25;
}

.main-blog-card .content .blog-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.main-blog-card .content .blog-list li {
  display: inline-block;
  padding-right: 36px;
  color: #525271;
  position: relative;
}

.main-blog-card .content .blog-list li::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 7px;
  bottom: 0;
  height: 16px;
  width: 1px;
  background: #e8e8f4;
}

.main-blog-card .content .blog-list li:last-child {
  padding-right: 0;
}

.main-blog-card .content .blog-list li:last-child::before {
  display: none;
}

.main-blog-card .image {
  position: relative;
  overflow: hidden;
}

.main-blog-card .image img {
  transition: 0.6s;
}

.main-blog-card .image::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  transition: 0.6s;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.main-blog-card:hover .image::before {
  animation: shine 0.75s;
}

.main-blog-card:hover .image img {
  transform: scale(1.1);
}

.blog-title {
  margin-bottom: 40px;
}

.blog-title h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
  border-left: solid 4px #b0c2ff;
}

.search-widget {
  margin-bottom: 1px;
}

.search-widget .blog-input {
  height: 70px;
  position: relative;
  margin-bottom: 15px;
}

.search-widget .blog-input .form-control {
  height: 70px;
  background: var(--white);
  padding-left: 60px;
  border-radius: 0;
  font-size: 14px;
  border: transparent;
}

.search-widget .blog-input .form-control:focus {
  box-shadow: unset;
}

.search-widget .blog-input .form-control:focus::-moz-placeholder {
  color: transparent;
}

.search-widget .blog-input .form-control:focus::placeholder {
  color: transparent;
}

.search-widget .blog-input .form-control::-moz-placeholder {
  -moz-transition: 0.6s;
  transition: 0.6s;
  color: #89899f;
}

.search-widget .blog-input .form-control::placeholder {
  transition: 0.6s;
  color: #89899f;
}

.search-widget .blog-input .search-btn {
  position: absolute;
  background: transparent;
  border: none;
  padding: 0;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.search-widget .program-list {
  list-style: none;
  padding-left: 0;
  margin-left: -5px;
  margin-bottom: 0;
}

.search-widget .program-list span {
  width: 100%;
  display: inline-block;
}

.search-widget .program-list li {
  padding-right: 5px;
  display: inline-block;
}

.search-widget .program-list li a {
  font-size: 14px;
  color: #525271;
  text-decoration: underline;
}

.search-widget .program-list li a:hover {
  color: var(--primary);
}

.search-widget .search-list {
  font-size: 14px;
  color: #89899f;
  font-weight: 500;
  margin-right: -10px;
  display: block;
}

.blog-small-widget .all-box {
  background: #e8e9ed;
  padding: 30px 30px 40px 30px;
}

.blog-small-widget .all-box h4 {
  color: #0d0d25;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.categories-widget {
  margin-bottom: 1px;
}

.categories-widget .categories-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.categories-widget .categories-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 8px;
  font-family: Work Sans;
  font-weight: 500;
}

.categories-widget .categories-list li a {
  color: #525271;
}

.categories-widget .categories-list li:last-child {
  margin-bottom: 0;
}

.categories-widget .categories-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 20px;
  width: 20px;
  transition: 0.6s;
  border: 1px solid #9b9bad;
  background: #f3f3f6;
}

.categories-widget .categories-list li:hover a {
  color: var(--primary);
}

.categories-widget .categories-list li:hover::before {
  background-color: var(--primary);
  border-color: var(--primary);
}

.articles-widget {
  margin-bottom: 1px;
}

.articles-widget .blog-article-item {
  margin-bottom: 20px;
}

.articles-widget .blog-article-item:last-child {
  margin-bottom: 0;
}

.articles-widget .blog-article-item span {
  line-height: 1;
  display: inline-flex;
  padding: 5px 6px;
  color: #7768e5;
  font-family: Work Sans;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  background: var(--white);
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
}

.articles-widget .blog-article-item h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.articles-widget .blog-article-item h3 a {
  color: #0d0d25;
}

.articles-widget .blog-article-item h3 a:hover {
  color: var(--primary);
}

.articles-widget .blog-article-item .article-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.articles-widget .blog-article-item .article-list li {
  display: inline-block;
  padding-right: 36px;
  color: #525271;
  position: relative;
}

.articles-widget .blog-article-item .article-list li::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 7px;
  bottom: 0;
  height: 16px;
  width: 1px;
  background: #e8e8f4;
}

.articles-widget .blog-article-item .article-list li:last-child {
  padding-right: 0;
}

.articles-widget .blog-article-item .article-list li:last-child::before {
  display: none;
}

.tag-widget .tag-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-right: 30px;
}

.tag-widget .tag-list li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}

.tag-widget .tag-list li a {
  line-height: 1;
  display: inline-flex;
  padding: 5px 6px;
  color: #7768e5;
  font-family: Work Sans;
  font-size: 12px;
  font-weight: 500;
  background: var(--white);
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
}

.tag-widget .tag-list li a:hover {
  color: var(--white);
  background-color: var(--bs-dark);
}

.blog-big-widget {
  padding-right: 15px;
}

.inner-pages-pagination {
  margin-top: 60px;
}

.inner-pages-pagination .pagination {
  justify-content: center;
}

.inner-pages-pagination .pagination .page-item {
  margin-right: 10px;
}

.inner-pages-pagination .pagination .page-item:last-child {
  margin-right: 0;
}

.inner-pages-pagination .pagination .page-item:last-child .page-link {
  background: transparent;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
}

.inner-pages-pagination .pagination .page-item:first-child .page-link {
  background: transparent;
  opacity: 30%;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
}

.inner-pages-pagination .pagination .page-item .page-link {
  border-radius: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 42px;
  border: none;
  background: #e8e8f2;
  color: #0d0d25;
  text-align: center;
  font-family: Work Sans;
  font-size: 15px;
  font-weight: 500;
  transition: 0.6s;
  letter-spacing: 0.3px;
}

.inner-pages-pagination .pagination .page-item .page-link.active {
  background: #fc6441;
  color: var(--white);
}

.inner-pages-pagination .pagination .page-item .page-link:hover {
  background: #fc6441;
  opacity: 1;
  color: var(--white);
}

.blog-details-big-widget .blog-title {
  padding-right: 100px;
}

.blog-image-with-content {
  margin-bottom: 40px;
}

.blog-image-with-content .blog-list {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0;
}

.blog-image-with-content .blog-list li {
  display: inline-block;
  padding-right: 36px;
  color: #525271;
  position: relative;
}

.blog-image-with-content .blog-list li span {
  line-height: 1;
  display: inline-flex;
  padding: 5px 6px;
  color: #7768e5;
  font-family: Work Sans;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  background: var(--white);
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
}

.blog-image-with-content .blog-list li::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 7px;
  bottom: 0;
  height: 16px;
  width: 1px;
  background: #e8e8f4;
}

.blog-image-with-content .blog-list li:last-child {
  padding-right: 0;
}

.blog-image-with-content .blog-list li:last-child::before {
  display: none;
}

.blog-image-with-content .image {
  margin-bottom: 30px;
}

.blog-content-one {
  margin-bottom: 50px;
}

.blog-content-one h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.blog-style-content {
  border-top: 3px solid #353688;
  background: #f4f4fc;
  padding: 30px;
  position: relative;
  margin-bottom: 50px;
}

.blog-style-content p {
  font-size: 18px;
  padding-left: 70px;
}

.blog-style-content .icon {
  position: absolute;
}

.blog-content-two {
  margin-bottom: 60px;
}

.blog-content-two h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.blog-content-two .image {
  margin-top: 20px;
  margin-bottom: 40px;
}

.slider-article-details {
  padding-bottom: 50px;
  margin-bottom: 100px;
  border-bottom: solid 1px #e8e9ed;
}

.slider-article-details .blog-article-item span {
  line-height: 1;
  display: inline-flex;
  padding: 5px 6px;
  color: #7768e5;
  font-family: Work Sans;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  background: var(--white);
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
}

.slider-article-details .blog-article-item h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.slider-article-details .blog-article-item h3 a {
  color: #0d0d25;
}

.slider-article-details .blog-article-item h3 a:hover {
  color: var(--primary);
}

.slider-article-details .blog-article-item .article-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.slider-article-details .blog-article-item .article-list li {
  display: inline-block;
  padding-right: 36px;
  color: #525271;
  position: relative;
}

.slider-article-details .blog-article-item .article-list li::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 7px;
  bottom: 0;
  height: 16px;
  width: 1px;
  background: #e8e8f4;
}

.slider-article-details .blog-article-item .article-list li:last-child {
  padding-right: 0;
}

.slider-article-details .blog-article-item .article-list li:last-child::before {
  display: none;
}

.tags-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #e8e9ed;
  border-top: solid 1px #e8e9ed;
  margin-bottom: 50px;
}

.tags-share .tags-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.tags-share .tags-list li {
  display: inline-block;
  padding-right: 10px;
}

.tags-share .tags-list li:last-child {
  padding-right: 0;
}

.tags-share .tags-list li h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.tags-share .tags-list li a {
  line-height: 1;
  display: inline-flex;
  padding: 5px 6px;
  color: #7768e5;
  font-family: Work Sans;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  background: var(--white);
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
}

.tags-share .tags-list li a:hover {
  color: var(--white);
  background-color: var(--bs-dark);
}

.tags-share .share-list {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.tags-share .share-list li {
  padding-right: 15px;
  display: inline-block;
}

.tags-share .share-list li:last-child {
  padding-right: 0;
}

.tags-share .share-list li h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.tags-share .share-list li .icon img {
  filter: brightness(0) saturate(100%) invert(6%) sepia(23%) saturate(3988%) hue-rotate(219deg) brightness(89%) contrast(100%);
}

.tags-share .share-list li .icon:hover img {
  filter: brightness(0) saturate(100%) invert(52%) sepia(95%) saturate(2641%) hue-rotate(335deg) brightness(100%) contrast(98%);
}

.previous-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.previous-next button {
  background: transparent;
  border: none;
  color: #525271;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 600;
}

.previous-next button i {
  font-size: 25px;
  line-height: 1;
  position: relative;
  top: 6px;
}

.previous-next button:focus {
  box-shadow: unset;
}

.previous-next button.active {
  color: #fc6441;
}

.previous-next button.previous-btn i {
  padding-right: 5px;
}

.previous-next button.next-btn i {
  padding-left: 5px;
}

.comments-widget {
  padding-bottom: 100px;
}

.comments-widget h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.28px;
  margin-bottom: 5px;
}

.comments-widget p {
  color: #525271;
}

.reply-widget h3 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.28px;
  margin-bottom: 12px;
}

.reply-widget .input-box {
  margin-bottom: 20px;
}

.reply-widget .input-box .form-label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.reply-widget .input-box .form-label span {
  color: #c1272d;
}

.reply-widget .input-box .form-control {
  height: 60px;
  padding-left: 20px;
  font-family: Work Sans;
  border: none;
  font-size: 13px;
  border-radius: 0;
  background-color: #f3f3f6;
}

.reply-widget .input-box .form-control::-moz-placeholder {
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.reply-widget .input-box .form-control::placeholder {
  transition: 0.6s;
}

.reply-widget .input-box .form-control:focus {
  box-shadow: unset;
}

.reply-widget .input-box .form-control:focus::-moz-placeholder {
  color: transparent;
}

.reply-widget .input-box .form-control:focus::placeholder {
  color: transparent;
}

.reply-widget .input-box .input-with-icon {
  height: 60px;
  position: relative;
}

.reply-widget .input-box .input-with-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 60px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #d8d8e7;
}

.reply-widget .input-box .input-with-icon .form-control {
  padding-left: 75px;
  background: #f3f3f6;
}

.reply-widget .input-box .input-with-icon i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.reply-widget .input-box textarea {
  padding-top: 15px;
  height: 194px !important;
}

.reply-widget .form-check {
  margin-bottom: 20px;
}

.reply-widget .form-check .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #9b9bad;
  background-color: #f3f3f6;
}

.reply-widget .form-check .form-check-input:focus {
  box-shadow: unset;
}

.reply-widget .form-check .form-check-input:checked[type=radio] {
  background-image: url(../img/svgs/select.svg);
  background-size: 12px 12px;
  background-position: center center;
}

.reply-widget .form-check .form-check-label {
  font-weight: 500;
  color: #525271;
  font-family: Work Sans;
  margin-left: 15px;
}

/*
Events & Event Details Page Style
======================================================*/
.event-title-select {
  margin-bottom: 30px;
}

.event-title-select .event-title h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  padding-left: 30px;
  position: relative;
  margin-bottom: 0;
  border-left: solid 4px #b0c2ff;
}

.event-title-select .event-select {
  max-width: 356px;
  margin-left: auto;
}

.event-title-select .event-select .form-select {
  height: 60px;
  color: #0d0d25;
  border-radius: 0;
  font-family: Work Sans;
  font-size: 14px;
  font-weight: 500;
  padding-left: 25px;
  background-image: url(../img/svgs/caret-down.svg);
}

.event-title-select .event-select .form-select:focus {
  box-shadow: unset;
}

.event-small-widget .facilities-item:last-child {
  margin-bottom: 0;
}

.event-big-warp .blog-title h2 {
  padding-right: 100px;
}

.event-details-content {
  margin-bottom: 50px;
}

.event-details-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.event-speaker-widget h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}

.event-details-content2 {
  margin-top: 50px;
}

.event-details-content2 h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

/*
Contact Page Style
======================================================*/
.main-contact-content .input-box {
  margin-bottom: 20px;
}

.main-contact-content .input-box .form-label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.main-contact-content .input-box .form-label span {
  color: #c1272d;
}

.main-contact-content .input-box .form-control {
  height: 60px;
  padding-left: 20px;
  font-family: Work Sans;
  border: none;
  font-size: 13px;
  border-radius: 0;
  background-color: #f3f3f6;
}

.main-contact-content .input-box .form-control::-moz-placeholder {
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.main-contact-content .input-box .form-control::placeholder {
  transition: 0.6s;
}

.main-contact-content .input-box .form-control:focus {
  box-shadow: unset;
}

.main-contact-content .input-box .form-control:focus::-moz-placeholder {
  color: transparent;
}

.main-contact-content .input-box .form-control:focus::placeholder {
  color: transparent;
}

.main-contact-content .input-box .input-with-icon {
  height: 60px;
  position: relative;
}

.main-contact-content .input-box .input-with-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 60px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #d8d8e7;
}

.main-contact-content .input-box .input-with-icon .form-control {
  padding-left: 75px;
  background: #f3f3f6;
}

.main-contact-content .input-box .input-with-icon i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.main-contact-content .input-box textarea {
  padding-top: 15px;
  height: 194px !important;
}

.main-contact-content .form-check {
  margin-bottom: 20px;
}

.main-contact-content .form-check .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #9b9bad;
  /* background-color: #f3f3f6; */
}

.main-contact-content .form-check .form-check-input:focus {
  box-shadow: unset;
}

.main-contact-content .form-check .form-check-input:checked[type=radio] {
  background-image: url(../img/svgs/select.svg);
  background-size: 12px 12px;
  background-position: center center;
}

.main-contact-content .form-check .form-check-label {
  font-weight: 500;
  color: #525271;
  font-family: Work Sans;
  margin-left: 15px;
}

.contact-small-widget {
  padding: 35px;
  background: #e8e9ed;
  margin-bottom: 15px;
}

.contact-small-widget h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px var(--white);
}

.contact-small-widget .contact-item {
  margin-bottom: 25px;
}

.contact-small-widget .contact-item:last-child {
  margin-bottom: 0;
}

.contact-small-widget .contact-item span {
  font-weight: 600;
  color: #494968;
  display: block;
  margin-bottom: 5px;
}

.contact-small-widget .contact-item p {
  margin-bottom: 4px;
}

.contact-small-widget .contact-item p:last-child {
  margin-bottom: 0;
}

.contact-small-widget .contact-item a {
  display: block;
  color: #525271;
}

.contact-small-widget .contact-item a:hover {
  color: var(--primary);
}

.contact-small-widget .contact-item .social-list {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.contact-small-widget .contact-item .social-list li {
  padding-right: 15px;
  display: inline-block;
}

.contact-small-widget .contact-item .social-list li:last-child {
  padding-right: 0;
}

.contact-small-widget .contact-item .social-list li .icon img {
  filter: brightness(0) saturate(100%) invert(6%) sepia(23%) saturate(3988%) hue-rotate(219deg) brightness(89%) contrast(100%);
}

.contact-small-widget .contact-item .social-list li .icon:hover img {
  filter: brightness(0) saturate(100%) invert(52%) sepia(95%) saturate(2641%) hue-rotate(335deg) brightness(100%) contrast(98%);
}

/*
Academic Page Style
======================================================*/
.academic-item-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ecf3f8;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.academic-item-date:last-child {
  margin-bottom: 0;
}

.academic-item-date .academic-event-content {
  max-width: 565px;
}

.academic-item-date .academic-event-content span {
  color: #7768e5;
  font-family: Work Sans;
  font-size: 12px;
  display: inline-flex;
  line-height: 1;
  padding: 5px 6px;
  font-weight: 500;
  background: var(--white);
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
  margin-bottom: 8px;
}

.academic-item-date .academic-event-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.academic-item-date .academic-event-content h3 a {
  color: #0d0d25;
}

.academic-item-date .academic-event-content h3 a:hover {
  color: var(--primary);
}

.academic-item-date .academic-event-content .academic-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.academic-item-date .academic-event-content .academic-list li {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  padding-right: 40px;
  font-family: Inter;
  font-size: 15px;
}

.academic-item-date .academic-event-content .academic-list li i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 20px;
}

.academic-item-date .academic-event-content .academic-list li:last-child {
  padding-right: 0;
}

.academic-item-date .academic-event-content .academic-list li:first-child {
  color: #353688;
}

.academic-item-date .academic-event-content .academic-list li:first-child a {
  color: #353688;
}

.academic-item-date .date-box {
  padding: 40px 30px 28px 30px;
  width: 270px;
  text-align: center;
  background-color: var(--white);
  position: relative;
}

.academic-item-date .date-box .dot {
  position: relative;
}

.academic-item-date .date-box .dot::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 25px;
  right: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #d7d7e5;
}

.academic-item-date .date-box .dot::after {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  right: 25px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #d7d7e5;
}

.academic-item-date .date-box p {
  color: #525271;
  font-size: 15px;
  margin-bottom: 4px;
}

.academic-item-date .date-box h4 {
  color: #353688;
  text-align: center;
  font-family: Alfa Slab One;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 1px;
}

.academic-item-date .date-box span {
  font-size: 15px;
  color: #525271;
}

.academic-item-date .date-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -32px;
  height: 100%;
  width: 1px;
  background-color: var(--white);
}

.inner-account-warp {
  max-width: 835px;
}

/*
My Account Page Style
======================================================*/
.inner-account-warp .input-box {
  margin-bottom: 20px;
}

.inner-account-warp .input-box .form-label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.inner-account-warp .input-box .form-label span {
  color: #c1272d;
}

.inner-account-warp .input-box .form-control {
  height: 60px;
  padding-left: 20px;
  font-family: Work Sans;
  border: none;
  font-size: 13px;
  border-radius: 0;
  background-color: #f3f3f6;
}

.inner-account-warp .input-box .form-control::-moz-placeholder {
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.inner-account-warp .input-box .form-control::placeholder {
  transition: 0.6s;
}

.inner-account-warp .input-box .form-control:focus {
  box-shadow: unset;
}

.inner-account-warp .input-box .form-control:focus::-moz-placeholder {
  color: transparent;
}

.inner-account-warp .input-box .form-control:focus::placeholder {
  color: transparent;
}

.inner-account-warp .input-box .input-with-icon {
  height: 60px;
  position: relative;
}

.inner-account-warp .input-box .input-with-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 60px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #d8d8e7;
}

.inner-account-warp .input-box .input-with-icon .form-control {
  padding-left: 75px;
  background: #f3f3f6;
}

.inner-account-warp .input-box .input-with-icon i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.inner-account-warp .input-box textarea {
  padding-top: 15px;
  height: 194px !important;
}

.inner-account-warp .form-check {
  margin-bottom: 20px;
}

.inner-account-warp .form-check .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #9b9bad;
  background-color: #f3f3f6;
}

.inner-account-warp .form-check .form-check-input:focus {
  box-shadow: unset;
}

.inner-account-warp .form-check .form-check-input:checked[type=radio] {
  background-image: url(../img/svgs/select.svg);
  background-size: 12px 12px;
  background-position: center center;
}

.inner-account-warp .form-check .form-check-label {
  font-weight: 500;
  color: #525271;
  font-family: Work Sans;
  margin-left: 15px;
}

.inner-account-warp p {
  margin-top: 20px;
}

.inner-account-warp p a {
  color: #353688;
  font-weight: 600;
  text-decoration-line: underline;
}

.inner-login-widget {
  max-width: 410px;
}

/*
Article Warp Style
======================================================*/
.article-item {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}

.article-item:nth-child(3) {
  margin-bottom: 20px;
}

.article-item .image {
  width: 100px;
  height: 145px;
}

.article-item .content {
  margin-left: 20px;
}

.article-item .content .title {
  padding: 5px 6px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
  color: #7768e5;
  font-family: Work Sans;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
}

.article-item .content h3 {
  font-size: 18px;
  margin-bottom: 12px;
  padding-right: 30px;
}

.article-item .content h3 a {
  color: #0d0d25;
}

.article-item .content .news-link {
  display: block;
  color: #fc6441;
  font-weight: 600;
  font-family: Work Sans;
}

.article-item .content .news-link i {
  position: relative;
  left: 2px;
  top: 4px;
  font-size: 20px;
}

.article-item .content .news-link span {
  position: relative;
}

.article-item .content .news-link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  transition: 0.6s;
  background-color: #fc6441;
}

.article-item.style2 {
  margin-left: 20px;
}

.article-item:nth-child(2) {
  margin-bottom: 0;
}

.article-item:nth-child(5) {
  margin-bottom: 0;
}

.article-card .content {
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
  background-color: var(--white);
}

.article-card .content .title {
  padding: 5px 6px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
  color: #7768e5;
  font-family: Work Sans;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
}

.article-card .content h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.article-card .content h3 a {
  color: #0d0d25;
}

.article-card .image {
  overflow: hidden;
}

.article-card .image img {
  transition: 0.6s;
}

.article-card:hover .image img {
  transform: scale(1.1);
}

/*
International Page Style
======================================================*/
.international-list-widget {
  background: #e8e9ed;
  padding: 5px 0;
}

.international-list-widget .international-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.international-list-widget .international-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  font-weight: 600;
  font-size: 18px;
  transition: 0.6s;
  border-bottom: solid 1px var(--white);
}

.international-list-widget .international-list li:last-child {
  border: none;
}

.international-list-widget .international-list li a {
  line-height: 1;
  color: #0d0d25;
}

.international-list-widget .international-list li i {
  line-height: 1;
  position: relative;
  left: 0;
  transition: 0.6s;
}

.international-list-widget .international-list li:hover i {
  opacity: 1;
  left: 0;
}

.international-list-widget .international-list li:hover a {
  letter-spacing: 1px;
  color: var(--primary);
}

.international-content {
  padding-right: 40px;
}

.international-content .survey-result h4 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}

.international-content .survey-result a {
  color: #fc6441;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 600;
}

.international-content .survey-result a i {
  position: relative;
  left: 5px;
  top: 4px;
  font-size: 22px;
}

.international-support-image {
  padding-right: 172px;
  position: relative;
}

.international-support-image .small-image {
  position: absolute;
  bottom: 100px;
  right: 38px;
  width: 236px;
  height: 156px;
}

.international-support-image .small-image .information {
  width: 204px;
  height: 204px;
}

.international-support-image .round-shape {
  width: 192.2px;
  height: 192.249px;
  text-align: center;
  position: absolute;
  top: 50px;
  right: 69px;
  line-height: 192px;
}

.international-support-image .round-shape .text-shape {
  position: absolute;
  left: 0;
  top: 0;
  animation: rotateme 9s linear infinite;
}

.international-support-content h2 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.28px;
}

.international-support-content .info-button {
  margin-bottom: 25px;
}

.international-support-content .info-button .style2 {
  background: #7768e5;
  margin-left: 15px;
}

.international-support-content .international-info {
  margin-top: 30px;
}

.international-support-content .international-info .item-one h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.international-support-content .international-info .item-one p {
  font-weight: 600;
  color: #353688;
  font-family: Work Sans;
  font-size: 18px;
  margin-bottom: 10px;
}

.international-support-content .international-info .item-one p a {
  font-weight: 700;
  color: #353688;
}

.international-support-content .international-info .item-one span {
  display: block;
}

.international-support-content .international-info .item-two h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

/*
Accessibility Page Style
======================================================*/
.student-accessibility-content .blog-title h2 {
  padding-right: 100px;
}

.student-accessibility-content .accessibility-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.student-accessibility-content .accessibility-list li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}

.student-accessibility-content .accessibility-list li:last-child {
  margin-bottom: 0;
}

.student-accessibility-content .accessibility-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 16px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #171717;
}

.accessibility-content2 h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.accessibility-content2 p span {
  color: #525271;
  font-weight: 600;
}

.accessibility-content2 .accessibility-contact-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.accessibility-content2 .accessibility-contact-list li {
  position: relative;
  color: #525271;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.accessibility-content2 .accessibility-contact-list li:last-child {
  margin-bottom: 0;
}

.accessibility-content2 .accessibility-contact-list li a {
  font-weight: 400;
  color: #525271;
}

.accessibility-content2 .accessibility-contact-list li span {
  font-weight: 400;
}

.accessibility-accordion-warp {
  margin-top: 45px;
}

.accessibility-accordion-warp h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.accessibility-accordion-warp .accessibility-accordion .accordion-item {
  border-left: none;
  border-right: none;
  border-radius: 0;
  padding: 0;
}

.accessibility-accordion-warp .accessibility-accordion .accordion-item .accordion-button {
  background-color: transparent;
  box-shadow: unset;
  border: none;
  color: #525271;
  font-family: Work Sans;
  font-size: 16px;
  padding: 20px 0;
  font-weight: 500;
}

.accessibility-accordion-warp .accessibility-accordion .accordion-item .accordion-button::after {
  content: "שּׁ";
  font-family: "tabler-icons" !important;
  background-image: none;
  font-size: 22px;
}

.accessibility-accordion-warp .accessibility-accordion .accordion-item .accordion-body {
  border-top: solid 1px #e8e9ed;
  margin-top: 0;
  padding-left: 0;
  padding-bottom: 20px;
  padding-top: 15px;
}

.accessibility-accordion-warp .accessibility-accordion .accordion-item .accordion-body p {
  color: #525271;
  font-family: Inter;
  font-size: 16px;
}

.accessibility-accordion-warp .accessibility-accordion .accordion-item .accordion-body p a {
  color: #525271;
  font-weight: 700;
  text-decoration: underline;
}

.accessibility-accordion-warp .accessibility-accordion .accordion-item .accordion-body p a:hover {
  color: var(--primary);
}

.accessibility-link-widget {
  background: #e8e9ed;
  padding: 5px 0;
}

.accessibility-link-widget .accessibility-link-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.accessibility-link-widget .accessibility-link-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px var(--white);
}

.accessibility-link-widget .accessibility-link-list li a {
  color: #0d0d25;
  font-family: Work Sans;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  padding: 24px 25px;
  width: 100%;
}

.accessibility-link-widget .accessibility-link-list li a.active,
.accessibility-link-widget .accessibility-link-list li a.router-link-active {
  color: #353688;
}

.accessibility-link-widget .accessibility-link-list li .icon {
  font-size: 20px;
  line-height: 1;
  position: relative;
  right: 20px;
}

.accessibility-link-widget .accessibility-link-list li .icon i {
  line-height: 1;
}

.accessibility-link-widget .accessibility-link-list li:last-child {
  border: none;
}

.accessibility-link-widget .accessibility-link-list li:hover a {
  color: #353688;
  letter-spacing: 1px;
}

.accessibility-link-widget h5 {
  padding: 25px;
  color: #0d0d25;
  font-size: 18px;
  margin-bottom: 0;
  border-bottom: solid 1px var(--white);
}

/*
Book Store Page Style
======================================================*/
.book-store-content .blog-title h2 {
  max-width: 680px;
}

.book-store-content .online-list-widget h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.book-store-content .online-list-widget .online-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.book-store-content .online-list-widget .online-list li {
  position: relative;
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
}

.book-store-content .online-list-widget .online-list li:last-child {
  margin-bottom: 0;
}

.book-store-content .online-list-widget .online-list li a {
  color: #353688;
}

.book-store-content .online-list-widget .online-list li a:hover {
  color: var(--primary);
}

.information-teach-content-widget h4 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.88px;
  margin-bottom: 20px;
}

.information-teach-content-widget .content1 {
  margin-bottom: 45px;
}

.information-teach-content-widget .content1 h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.information-teach-content-widget .content2 h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.information-teach-content-widget .content2 .accessibility-contact-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.information-teach-content-widget .content2 .accessibility-contact-list li {
  position: relative;
  color: #525271;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.information-teach-content-widget .content2 .accessibility-contact-list li:last-child {
  margin-bottom: 0;
}

.information-teach-content-widget .content2 .accessibility-contact-list li a {
  font-weight: 400;
  color: #525271;
}

.information-teach-content-widget .content2 .accessibility-contact-list li span {
  font-weight: 400;
}

/*
Parking Page Style
======================================================*/
.parking-locker-content .blog-title {
  margin-bottom: 85px;
}

.parking-locker-content .parking-location-widget h4 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.88px;
  margin-bottom: 30px;
}

.parking-locker-content .parking-location-widget .parking-item {
  margin-bottom: 30px;
}

.parking-locker-content .parking-location-widget .parking-item h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
}

.parking-locker-content .parking-location-widget .parking-item .parking-item-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.parking-locker-content .parking-location-widget .parking-item .parking-item-list li {
  position: relative;
  margin-bottom: 2px;
}

.parking-locker-content .parking-location-widget .parking-item .parking-item-list li:last-child {
  margin-bottom: 0;
}

.parking-locker-content .parking-location-widget .parking-item .parking-item-list li a {
  font-weight: 500;
  color: #353688;
}

.parking-locker-content .parking-notice {
  margin-top: 55px;
}

.parking-locker-content .parking-notice h4 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.88px;
  margin-bottom: 20px;
}

.parking-locker-content .parking-notice .parking-notice-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.parking-locker-content .parking-notice .parking-notice-list li {
  margin-bottom: 15px;
}

.parking-locker-content .parking-notice .parking-notice-list li:last-child {
  margin-bottom: 0;
}

.parking-locker-content .parking-notice .parking-notice-list li span {
  color: #525271;
  font-weight: 700;
}

/*
Residence Page Style
======================================================*/
.residence-content-widget {
  padding-right: 35px;
}

.residence-content-widget .image {
  margin-bottom: 35px;
}

.residence-content-widget .residence-button {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.residence-content-widget .residence-button .default-btn {
  background: #353688;
  padding-left: 105px;
  padding-right: 105px;
}

.residence-content-widget .residence-button .residence-link {
  margin-left: 40px;
  color: #353688;
  font-family: Work Sans;
  font-weight: 500;
  text-decoration: underline;
}

/*
Career Service Page Style
======================================================*/
.career-service-content {
  padding-right: 35px;
}

.career-service-content .blog-title .image {
  margin-top: 25px;
}

.career-service-content .career-service-support h3 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.88px;
  margin-bottom: 25px;
}

.career-service-content .career-service-support .career-service-item {
  margin-bottom: 45px;
}

.career-service-content .career-service-support .career-service-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.career-service-content .career-service-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.career-service-content .career-service-content .accessibility-contact-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.career-service-content .career-service-content .accessibility-contact-list li {
  position: relative;
  color: #525271;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.career-service-content .career-service-content .accessibility-contact-list li:last-child {
  margin-bottom: 0;
}

.career-service-content .career-service-content .accessibility-contact-list li a {
  font-weight: 400;
  color: #525271;
}

.career-service-content .career-service-content .accessibility-contact-list li span {
  font-weight: 400;
}

/*
Health Service Page Style
======================================================*/
.health-service-content {
  padding-right: 30px;
}

.health-service-content .health-service-location-widget h4 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.88px;
  margin-bottom: 30px;
}

.health-service-content .health-service-location-widget .health-service-item {
  margin-bottom: 45px;
}

.health-service-content .health-service-location-widget .health-service-item h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
}

.health-service-content .health-service-location-widget .health-service-item .parking-item-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.health-service-content .health-service-location-widget .health-service-item .parking-item-list li {
  position: relative;
  margin-bottom: 2px;
}

.health-service-content .health-service-location-widget .health-service-item .parking-item-list li:last-child {
  margin-bottom: 0;
}

.health-service-content .health-service-location-widget .health-service-item .parking-item-list li a {
  font-weight: 500;
  color: #353688;
}

.health-service-appointment {
  margin-bottom: 45px;
}

.health-service-appointment h4 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.88px;
  margin-bottom: 20px;
}

.health-service-contact h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.health-service-contact p span {
  color: #525271;
  font-weight: 600;
}

.health-service-contact .health-service-contact-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.health-service-contact .health-service-contact-list li {
  position: relative;
  color: #525271;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.health-service-contact .health-service-contact-list li:last-child {
  margin-bottom: 0;
}

.health-service-contact .health-service-contact-list li a {
  font-weight: 400;
  color: #525271;
}

.health-service-contact .health-service-contact-list li a:hover {
  color: var(--primary);
}

.health-service-contact .health-service-contact-list li span {
  font-weight: 400;
}

/*
Tutoring Center Page Style
======================================================*/
.tutoring-center-content {
  padding-right: 30px;
}

.tutoring-center-content .blog-title {
  margin-bottom: 50px;
}

.tutoring-problems-content h4 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.88px;
  margin-bottom: 20px;
}

.tutoring-problems-content .tutoring-item {
  margin-bottom: 45px;
}

.tutoring-problems-content .tutoring-item:last-child {
  margin-bottom: 0;
}

.tutoring-problems-content .tutoring-item h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.experimental-learning-content {
  padding-right: 35px;
}

.experimental-learning-content .blog-title h2 {
  max-width: 660px;
}

.experimental-learning-content .image {
  margin-top: 25px;
}

.experimental-learning-content .experimental-question {
  padding-bottom: 45px;
}

.experimental-learning-content .experimental-question h4 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.88px;
  margin-bottom: 20px;
}

.experimental-learning-content .experimental-example {
  padding-bottom: 45px;
}

.experimental-learning-content .experimental-example h4 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.88px;
  margin-bottom: 25px;
}

.experimental-learning-content .experimental-example .examples-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.experimental-learning-content .experimental-example .examples-list li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}

.experimental-learning-content .experimental-example .examples-list li:last-child {
  margin-bottom: 0;
}

.experimental-learning-content .experimental-example .examples-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 16px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #171717;
}

.experimental-learning-content .experimental-answer h4 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.88px;
  margin-bottom: 25px;
}

.experimental-learning-content .experimental-answer .answer-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.experimental-learning-content .experimental-answer .answer-list li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}

.experimental-learning-content .experimental-answer .answer-list li:last-child {
  margin-bottom: 0;
}

.experimental-learning-content .experimental-answer .answer-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 16px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #171717;
}

.inner-athletic-warp {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.inner-athletic-warp .athletic-image {
  margin-bottom: 30px;
}

.positive-section {
  margin-bottom: 50px;
}

.positive-section .blog-title {
  margin-bottom: 0;
}

.positive-section .blog-title h2 {
  margin-bottom: 0;
  padding-right: 110px;
}

.positive-image {
  margin-right: -180px;
  position: relative;
  z-index: 2;
}

.positive-image-style2 {
  margin-left: -45px;
  position: relative;
  z-index: 1;
}

.positive-image-style2 .jobs-logo {
  margin-left: 252px;
  margin-bottom: 30px;
  position: relative;
  top: -16px;
  opacity: 30%;
}

.open-role-card {
  padding-bottom: 30px;
}

.open-role-card .event-list {
  margin-bottom: 20px;
}

.open-role-card .default-btn {
  background: #353688;
}

.open-roles-jobs-warp .inner-pages-pagination {
  margin-top: 40px;
}

.inner-job-widget {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.inner-job-details {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  background: #ecf3f8;
  padding-top: 60px;
  padding-bottom: 75px;
}

.job-details-button-content {
  margin-top: 50px;
}

.job-details-button-content p {
  margin-bottom: 35px;
}

.job-details-button-content .default-btn {
  background: #353688;
}

.job-benefits h3 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.88px;
  margin-bottom: 15px;
}

.job-benefits .benefits-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.job-benefits .benefits-list li {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: var(--white);
}

.job-benefits .benefits-list li i {
  position: absolute;
  left: 12px;
  font-size: 24px;
  color: #5754ff;
}

.job-benefits .benefits-list li:last-child {
  margin-bottom: 0;
}

.job-description {
  margin-bottom: 60px;
}

.job-description .description-list {
  list-style: none;
  margin-bottom: 40px;
  padding-left: 0;
}

.job-description .description-list li {
  display: inline-block;
  margin-right: 8px;
  padding: 5px 6px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
  color: #7768e5;
  font-family: Work Sans;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
}

.job-description .description-list li:last-child {
  margin-right: 0;
}

.job-description .description-list li .bold {
  font-size: 12px;
  font-weight: 700;
}

.job-description h3 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.28px;
  margin-bottom: 20px;
}

.job-responsibilities {
  margin-bottom: 50px;
}

.job-responsibilities h3 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.88px;
  padding-bottom: 15px;
}

.job-responsibilities .responsibilities-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.job-responsibilities .responsibilities-list.style2 li i {
  color: #ec764b;
}

.job-responsibilities .responsibilities-list li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 10px;
}

.job-responsibilities .responsibilities-list li:last-child {
  margin-bottom: 0;
}

.job-responsibilities .responsibilities-list li i {
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 30px;
  color: #7768e5;
}

.transfer-credit-card .content {
  padding-top: 20px;
}

.transfer-credit-card .content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.transfer-credit-card .content h3 a {
  color: #0d0d25;
}

.transfer-credit-card .content h3 a:hover {
  color: var(--primary);
}

.transfer-credit-card .content p {
  margin-bottom: 20px;
}

.transfer-credit-card .content .apply-link {
  color: #fc6441;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 600;
}

.transfer-credit-card .content .apply-link i {
  position: relative;
  left: 4px;
  line-height: 1;
  font-size: 18px;
  top: 3px;
}

.transfer-credit-card .content .apply-link span {
  text-decoration-line: underline;
}

.transfer-credit-card .image {
  position: relative;
  overflow: hidden;
}

.transfer-credit-card .image img {
  transition: 0.6s;
}

.transfer-credit-card .image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  transition: 0.6s;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.transfer-credit-card:hover .image::before {
  animation: shine 0.75s;
}

.transfer-credit-card:hover .image img {
  transform: scale(1.1);
}

.tuition-content-widget {
  padding-right: 35px;
}

.tuition-content-widget .full-time-tuition {
  padding-top: 50px;
  border-top: solid 1px #e8e9ed;
  margin-bottom: 50px;
}

.tuition-content-widget .full-time-tuition h4 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.88px;
  margin-bottom: 15px;
}

.tuition-content-widget .full-time-tuition .tuition-fees {
  margin-top: 50px;
}

.tuition-content-widget .full-time-tuition .tuition-fees .tuition-fees-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.tuition-content-widget .full-time-tuition .tuition-fees .tuition-fees-list li {
  position: relative;
  margin-bottom: 12px;
}

.tuition-content-widget .full-time-tuition .tuition-fees .tuition-fees-list li span {
  font-weight: 600;
  color: #525271;
}

.tuition-content-widget .full-time-tuition .tuition-fees .tuition-fees-list li:last-child {
  margin-bottom: 0;
}

.tuition-content-widget .international-students {
  padding-bottom: 50px;
  border-bottom: solid 1px #e8e9ed;
  margin-bottom: 50px;
}

.tuition-content-widget .international-students h4 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.88px;
  margin-bottom: 15px;
}

.tuition-content-widget .tuition-awards {
  margin-bottom: 50px;
}

.tuition-content-widget .tuition-awards:last-child {
  margin-bottom: 0;
}

.tuition-content-widget .tuition-awards h4 {
  color: #0d0d25;
  font-family: Alfa Slab One;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.88px;
  margin-bottom: 15px;
}

.privacy-policy-content h3 {
  font-size: 40px;
  margin-bottom: 12px;
}

.privacy-policy-content .main-content {
  margin-bottom: 40px;
  margin-top: 40px;
}

.privacy-policy-content .content {
  margin-bottom: 40px;
}

.privacy-policy-content h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.privacy-policy-content h5 span {
  color: var(--primary);
}

.privacy-policy-content h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.privacy-policy-content .privacy-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.privacy-policy-content .privacy-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.privacy-policy-content .privacy-list li:last-child {
  margin-bottom: 0;
}

.privacy-policy-content .privacy-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: var(--primary);
  border-radius: 50%;
}

.join-luva-box {
  background-image: url(../img/enquirys/enquiry10.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 30px;
  margin-bottom: 50px;
}

.join-luva-box .default-btn {
  margin-top: 190px;
}

.join-luva-box p {
  width: 170px;
}

.directory-widget {
  margin-bottom: 50px;
  padding-left: 30px;
}

.directory-widget h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.directory-widget .directory-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.directory-widget .directory-list li {
  margin-bottom: 8px;
}

.directory-widget .directory-list li:last-child {
  margin-bottom: 0;
}

.directory-widget .directory-list li a {
  font-weight: 500;
  color: #0d0d25;
}

.latest-side-news h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.latest-side-news .blog-article-item {
  padding: 15px 30px 42px 25px;
  background: #e8e9ed;
}

.latest-side-news .blog-article-item span {
  line-height: 1;
  display: inline-flex;
  padding: 5px 6px;
  color: #7768e5;
  font-family: Work Sans;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  background: var(--white);
  box-shadow: 0px 4px 12px 0px rgba(119, 104, 229, 0.1);
}

.latest-side-news .blog-article-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.latest-side-news .blog-article-item h3 a {
  color: #0d0d25;
}

.latest-side-news .blog-article-item h3 a:hover {
  color: var(--primary);
}

.latest-side-news .blog-article-item .article-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.latest-side-news .blog-article-item .article-list li {
  display: inline-block;
  padding-right: 28px;
  color: #525271;
  font-size: 14px;
}

.latest-side-news .blog-article-item .article-list li::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 7px;
  bottom: 0;
  height: 16px;
  width: 1px;
  background: #e8e8f4;
}

.latest-side-news .blog-article-item .article-list li:last-child {
  padding-right: 0;
}

.latest-side-news .blog-article-item .article-list li:last-child::before {
  display: none;
}

.slide-bar-offcanvas {
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.6588235294);
}

.slide-bar-offcanvas .offcanvas-body {
  width: 460px;
  padding: 60px 40px 40px 40px;
  margin-right: 0;
  margin-left: auto;
  background-color: #ffffff;
}

.slide-bar-offcanvas .btn-close {
  position: absolute;
  top: 20px;
  color: #000000;
  opacity: 1;
  right: 40px;
}

.slide-bar-offcanvas .btn-close:focus {
  outline: 0;
  box-shadow: unset;
}

/* Shine */
@keyframes shine {
  100% {
    left: 125%;
  }
}

.reveal2 {
  position: relative;
  transform: translateY(0);
  transition: all 0.6s ease;
  overflow: hidden;
}

.reveal2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: var(--white);
  transition: 0.9s;
  border-radius: 0;
}

.reveal2.active {
  transform: translateY(0);
  opacity: 1;
}

.reveal2.active::after {
  width: 0;
}

.reveal3 {
  position: relative;
  transform: translateY(0);
  transition: all 0.9s ease;
  overflow: hidden;
}

.reveal3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: var(--white);
  transition: 0.9s;
  border-radius: 0;
}

.reveal3.active {
  transform: translateY(0);
  opacity: 1;
}

.reveal3.active::after {
  width: 0;
}

@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    filter: blur(12px);
    opacity: 0;
  }

  100% {
    filter: blur(0);
    opacity: 1;
  }
}

/*
All Key Style
======================================================*/
@keyframes simple-square-to-circle {
  100% {
    border-radius: 50%;
  }
}

@keyframes simple-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes simple-scale {
  100% {
    transform: scale(1.5);
  }
}

@keyframes simple-move {
  100% {
    transform: translate(50px, 0);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    transform: translateX(100px);
  }

  50% {
    transform: translateX(300px);
  }

  100% {
    transform: translateX(100px);
  }
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.5);
    opacity: 0.6;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style.css.map */



/*-----typology css---------------*/
.top-header-details .header-contact li i {
  color: #fff;
}

.hero-btn a.default-btn {
  background: #862E84 !important;
}

.hero-slider-warp .content .default-btn.style2 {
  background-color: #fff;
  border: 1px solid #862E84;
  color: #862E84;
  margin-left: 10px;
}

/* .hero-slider-warp .content .default-btn.style2 {
  background-color: transparent;
  border: 1px solid #F1A63E;
  color: #F1A63E;
  margin-left: 10px;
} */

.information-content .info-button .style2 {
  background-color: #A13E99;
}

.secodary-btn {
  background-color: #F1A63E;
}

.third-btn {
  background-color: #3D2C5E;
}

.inner-all-pages .about-pages-list li a {
  background: #7969A5;
  color: #fff;
}

.submit-btn {
  background: #BC52B4;
  color: #fff;
}

#backtotop {
  background: #B5771D;
}

.fun-fact-warp {
  background: #F1F5F9;
}

.small-s {
  font-size: 0.8em;
  /* sirf 's' chhota */
  vertical-align: baseline;
  /* normal line pe rahe */
}

/*-----typology css---------------*/

@media (max-width: 767px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}


/* --- Styles from components/Layout/TopHeader.vue --- */
.top-header-warp {
  background-color: #51157C;
  z-index: 99999;
  padding: 8px 0;
}

.header-unified-links {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  gap: 25px;
}

.header-unified-links li {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

/* Vertical divider between items on desktop */


.header-unified-links li a,
.dropdown-trigger {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.header-unified-links li a:hover,
.dropdown-wrapper:hover .dropdown-trigger {
  color: #B98617;
}

.header-unified-links li i {
  color: #fff;
  font-size: 14px;
}

/* Dropdown Styles */
.dropdown-wrapper {
  position: relative;
}

.dropdown-trigger i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.dropdown-wrapper:hover .dropdown-trigger i {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 10px 0;
}

.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown-menu li {
  padding: 0;
  display: block;
}

.dropdown-menu li::after {
  display: none !important;
}

.dropdown-menu li a {
  display: block;
  padding: 8px 20px;
  color: #333 !important;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 13px;
  white-space: nowrap;
}

.dropdown-menu li a:hover {
  background-color: #862E84;
  color: #fff !important;
}


/* --- Styles from components/Layout/MainNavbar.vue --- */
.navbar {
  background-color: #020103;
  max-height: 90px;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
}

.navbar .navbar-nav .nav-item .nav-link:not(.dropdown-toggle).active,
.navbar .navbar-nav .nav-item .nav-link:not(.dropdown-toggle).router-link-active {
  color: #fff !important;
  border-radius: 5px;
}

.navbar .navbar-nav .child .nav-link:not(.dropdown-toggle).router-link-active {
  background-color: #8321A5 !important;
}

.navbar .navbar-nav .nav-item .nav-link:not(.dropdown-toggle):hover {
  color: #8321A5 !important;
}



.navbar.sticky {
  background-color: #020103;
}

/* Search Dropdown Styles */
.search-dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  padding-top: 100px;
}

.search-dropdown-container {
  background-color: #fff;
  width: 90%;
  max-width: 600px;
  height: fit-content;
  max-height: 80vh;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.search-input-wrapper {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 18px;
  color: #333;
  padding: 8px;
}

.search-input::placeholder {
  color: #999;
}

.search-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: color 0.2s;
}

.search-close-btn:hover {
  color: #333;
}

.search-results {
  overflow-y: auto;
  max-height: calc(80vh - 80px);
}

.results-list {
  padding: 10px 0;
}

.result-item {
  display: flex;
  align-items: flex-start;
  padding: 16px 20px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.result-item:hover {
  background-color: #f5f5f5;
}

.result-icon {
  margin-right: 12px;
  color: #3D2C5E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.result-content {
  flex: 1;
}

.result-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

.result-description {
  font-size: 14px;
  color: #666;
}

.no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  color: #999;
}

.no-results svg {
  margin-bottom: 16px;
}

.no-results p {
  font-size: 16px;
  margin: 0;
}

.search-suggestions {
  padding: 20px;
}

.search-suggestions h3 {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.suggestions-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.suggestion-item {
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.2s;
  color: #333;
  font-size: 15px;
}

.suggestion-item:hover {
  background-color: #f5f5f5;
}

/* Fancy Apply Now Button */
.apply-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.apply-now-btn {
  background: #A13E99;
  color: #fff !important;
  padding: 10px 25px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 14px !important;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(241, 166, 62, 0.3);
  transition: all 0.3s ease-in-out !important;
  display: inline-block;
  line-height: normal !important;
}

.apply-now-btn:hover {
  background: #872980;
}


/* --- Styles from layouts/MobileDeviceNavbar.vue --- */
#navbarOffcanvas.offcanvas {
  background-color: #321438 !important;
  transition: transform 0.3s ease-in-out !important;
  visibility: hidden;
}

#navbarOffcanvas.offcanvas.show {
  z-index: 9999999;
  transform: none !important;
  visibility: visible !important;
}

#navbarOffcanvas.offcanvas.closing {
  z-index: 9999999;
  transform: translateX(100%) !important;
  visibility: visible !important;
}


/* --- Styles from layouts/MobileDeviceNavbar.vue --- */
/* Header */
.offcanvas-header {
  background: #321438;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 16px 16px;
  border-bottom: none;
  border-bottom: 1px solid #FFFFFF1A;
}

.close-btn {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  order: -1;
}

.close-btn i {
  color: #ffffff;
  font-size: 24px;
}

.header-logo {
  width: 160px;
  height: auto;
}

/* Navigation */
.offcanvas-body {
  background-color: #321438;
  padding: 10px 20px;
  flex: 1;
  overflow-y: auto;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.nav-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.nav-item-dropdown {
  display: flex;
  flex-direction: column;
}

.mobile-submenu {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  margin: 4px 10px 10px 10px;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sub-item {
  padding: 10px 20px 10px 45px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0;
  background: transparent !important;
}

.sub-item .dot {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 12px;
  opacity: 0.7;
}

.sub-item:hover .dot {
  opacity: 1;
  background-color: #AB7E1A;
}

.sub-item.active .dot,
.sub-item.router-link-exact-active .dot {
  background-color: #AB7E1A;
  opacity: 1;
}

.apply-now-btn {
  background: #A13E99;
  border: none;
  border-radius: 7px !important;
  cursor: pointer;
  width: calc(100% - 40px);
  font-size: 16px;
  text-align: center;
  justify-content: center;
  padding: 18px 0 !important;
  margin: 20px auto;
  display: flex;
}

.nav-item:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.nav-item.active,
.nav-item.router-link-exact-active {
  background: #AB7E1A;
  color: #ffffff;
  font-weight: 600;
}

.nav-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.nav-icon-ti {
  width: 22px;
  height: 22px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
}

/* Footer - Chat Button */
.offcanvas-footer {
  background-color: #321438;
  padding: 16px 20px 24px;
  margin-top: auto;
}

.chat-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 20px;
  background: #ffffff;
  color: #321438;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
}

.chat-btn:hover {
  background: #f0f0f0;
  color: #321438;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.chat-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}


/* --- Styles from components/EAs/EaBanner.vue --- */
/* Hero Section Styling */
.hero-warp {
    position: relative;
    min-height: 100vh;
}

.hero-slider-warp {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 100px;
    padding-top: 180px;
}

.banner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slider-warp .container-fluid {
    position: relative;
    z-index: 2;
}

/* Form Card Styling */
.program-hero-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 550px;
    margin: 0 auto;
}

.card-header {
    text-align: center;
    margin-bottom: 2rem;
}

.card-header h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #511970;
    margin-bottom: 0.5rem;
}

.card-header p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}

/* Form Styling */
.registration-form {
    width: 100%;
}

.custom-input {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* Searchable Select Styles */
.searchable-select {
    position: relative;
    width: 100%;
}

.dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    z-index: 9999;
    margin-top: 4px;
}

.dropdown-item {
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    color: #333;
    transition: background 0.2s ease;
}

.dropdown-item:hover {
    background-color: #f3e5f5;
    color: #6a1b9a;
}

.registration-form>label {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.3rem;
    margin-top: 0.2rem;
}

.form-floating {
    margin-bottom: 1.2rem;
}

.form-floating>.form-control,
.form-floating>.form-select {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.85rem;
    padding: 0.6rem 0.9rem;
    background: #f8f9fa;
    transition: all 0.3s ease;
    height: auto;
}

.form-floating>.form-control::placeholder {
    color: #999;
    opacity: 1;
}

.form-floating>.form-select::placeholder {
    color: #999;
    opacity: 1;
}

.form-floating>.form-control:focus,
.form-floating>.form-select:focus {
    border-color: #6a1b9a;
    box-shadow: 0 0 0 0.15rem rgba(106, 27, 154, 0.1);
    background: #ffffff;
    outline: none;
}

.form-floating>label {
    display: none;
}

.form-floating>.form-select {
    padding-top: 0.85rem !important;
    padding-bottom: 0.85rem !important;
}

/* Checkbox Styling */
.form-check {
    /* padding-left: 0; */
    margin-bottom: 1.5rem;
}

.custom-checkbox .form-check-input {
    width: 22px;
    height: 22px;
    margin-top: 0;
    border: 2px solid #000 !important;
    cursor: pointer;
    transition: all 0.2s ease;
}

.custom-checkbox .form-check-input:checked {
    background-color: #6a1b9a;
    border-color: #6a1b9a;
}

.custom-checkbox .form-check-input:focus {
    box-shadow: 0 0 0 0.15rem rgba(106, 27, 154, 0.1);
}

.custom-checkbox .form-check-label {
    color: #555;
    font-size: 0.85rem;
    cursor: pointer;
    line-height: 1.5;
    padding-left: 8px;
}

/* Register Button */
.register-btn {
    background: linear-gradient(135deg, #6a1b9a 0%, #8e24aa 100%);
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.2rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(106, 27, 154, 0.3);
    color: #ffffff;
}

.register-btn:hover {
    background: linear-gradient(135deg, #7b1fa2 0%, #9c27b0 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(106, 27, 154, 0.4);
}

.register-btn:active {
    transform: translateY(0);
}

/* Form Footer Text */
.form-footer-text {
    text-align: center;
    font-size: 0.75rem;
    color: #999;
    margin-top: 1.2rem;
    margin-bottom: 0;
}

.form-footer-text a {
    color: #6a1b9a;
    text-decoration: none;
    font-weight: 500;
}

.form-footer-text a:hover {
    text-decoration: underline;
}

/* Invalid Feedback */
.invalid-feedback {
    display: block;
    color: #dc3545;
    font-size: 0.8rem;
    margin-top: 0.3rem;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.is-invalid:focus {
    box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.15) !important;
}

/* Program Info Section (Right Side) */
.program-info-section {
    color: #ffffff;
    padding: 2rem;
}

.program-header-text {
    margin-bottom: 2rem;
}

.program-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.program-subtitle {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-weight: 400;
}

/* Video Section */
.video-section {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 350px;
}

.video-wrapper {
    position: relative;
    /* border-radius: 12px; */
    overflow: hidden;
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5); */
    transition: transform 0.3s ease;
    flex-grow: 1;
    height: 100%;
}

.video-thumbnail,
.video-element {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-wrapper:hover {
    transform: scale(1.02);
}

.video-thumbnail {
    width: 100%;
    height: auto;
    display: block;
}

.video-badge-4k {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    padding: 0.4rem 0.7rem;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 3;
}

.video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: rgba(0, 0, 0, 0.2); */
    cursor: pointer;
    transition: background 0.3s ease;
}


.play-icon {
    width: 80px;
    height: 80px;
    background-color: #A13E99;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ffffff;
    box-shadow: 0 0 0 0 rgba(161, 62, 153, 0.4);
    animation: pulse-play 2s infinite;
    transition: all 0.3s ease;
}

.video-play-overlay:hover .play-icon {
    transform: scale(1.1);
    background-color: #C436BE;
    color: #ffffff;
    animation: none;
}

.play-icon i {
    font-size: 30px;
    color: #ffffff;
}

.video-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    padding: 2rem 1.5rem 1rem;
    z-index: 2;
}

.video-element {
    background: #000;
}

.speaker-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.3rem 0;
    letter-spacing: 1px;
}

.speaker-quote {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    font-weight: 400;
}

/* Responsive Design */




@keyframes pulse-play {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(161, 62, 153, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(161, 62, 153, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(161, 62, 153, 0);
    }
}

/* Custom Tooltip styling */
.custom-tooltip-wrapper {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.custom-tooltip-content {
    visibility: hidden;
    opacity: 0;
    width: 260px;
    background-color: #A13E99;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 8px 12px;
    position: absolute;
    z-index: 1060;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: opacity 0.3s, visibility 0.3s;
    pointer-events: none;
    font-weight: normal;
    text-transform: none;
    /* Reset uppercase styling if any parent has it */
}

.custom-tooltip-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #A13E99 transparent transparent transparent;
}

.custom-tooltip-wrapper:hover .custom-tooltip-content {
    visibility: visible;
    opacity: 1;
}

/* ─── Referral Input Group ─────────────────────────────────────────────── */
.referral-input-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.referral-field {
    flex: 1;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.referral-field.referral-verified {
    border-color: #28a745 !important;
    background-color: #f0fff4 !important;
    color: #155724;
}

.btn-apply-coupon {
    flex-shrink: 0;
    background: linear-gradient(135deg, #6a1b9a, #8e24aa);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.btn-apply-coupon:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(106, 27, 154, 0.4);
    filter: brightness(1.1);
}

.btn-apply-coupon:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.referral-applied-badge {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    background: #d4edda;
    color: #155724;
    border: 1.5px solid #28a745;
    border-radius: 10px;
    padding: 9px 14px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    animation: badge-pop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes badge-pop {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.referral-success-msg {
    display: block;
    margin-top: 5px;
    font-size: 12.5px;
    animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ─── Celebration Overlay ──────────────────────────────────────────────── */
.celebration-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(6px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.celebration-card {
    position: relative;
    background: #fff;
    border-radius: 28px;
    max-width: 520px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(106, 27, 154, 0.35), 0 0 0 1px rgba(106, 27, 154, 0.08);
    animation: card-bounce-in 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes card-bounce-in {
    0% {
        transform: scale(0.6) translateY(40px);
        opacity: 0;
    }

    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

.confetti-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 140px;
    overflow: hidden;
    pointer-events: none;
}

.confetti-particle {
    position: absolute;
    top: -20px;
    border-radius: 2px;
    animation: confetti-fall linear infinite;
    opacity: 0.85;
}

@keyframes confetti-fall {
    0% {
        transform: translateY(-20px) rotate(0deg);
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: translateY(160px) rotate(540deg);
        opacity: 0;
    }
}

.celebration-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.08);
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    color: #555;
    transition: background 0.2s, transform 0.2s;
}

.celebration-close:hover {
    background: rgba(0, 0, 0, 0.15);
    transform: rotate(90deg);
}

.celebration-content {
    padding: 48px 36px 36px;
    text-align: center;
}

.celebration-emoji {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 12px;
    display: block;
    animation: emoji-bounce 0.8s ease 0.3s both;
}

@keyframes emoji-bounce {
    0% {
        transform: scale(0) rotate(-30deg);
    }

    60% {
        transform: scale(1.25) rotate(10deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}

.celebration-title {
    font-size: 1.9rem;
    font-weight: 800;
    background: linear-gradient(135deg, #6a1b9a, #8e24aa, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.celebration-body {
    text-align: left;
    font-size: 0.92rem;
    color: #444;
    line-height: 1.65;
}

.celebration-body p {
    margin-bottom: 8px;
}

.celebration-body strong {
    color: #511970;
}

.celebration-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddc0f0, transparent);
    margin: 14px 0;
}

.text-sm-muted {
    font-size: 0.82rem !important;
    color: #888 !important;
}

.celebration-referral-note {
    color: #6a1b9a;
    font-weight: 500;
}

.celebration-welcome {
    font-size: 0.95rem;
    color: #333;
    font-weight: 500;
}

.celebration-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    background: linear-gradient(135deg, #6a1b9a 0%, #8e24aa 100%);
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(106, 27, 154, 0.35);
}

.celebration-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(106, 27, 154, 0.45);
    filter: brightness(1.08);
}

/* Transition */
.celebration-fade-enter-active,
.celebration-fade-leave-active {
    transition: opacity 0.35s ease;
}

.celebration-fade-enter-from,
.celebration-fade-leave-to {
    opacity: 0;
}


/* --- Styles from components/Programs/GovtOnprogram.vue --- */
.govt-program-area {
    background-color: #f8f9fa;
}

.section-title {
    margin-bottom: 50px;
}

.title {
    font-size: 32px;
    font-weight: 700;
    color: #0d0d25;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.title::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #F1A63E;
    margin: 15px auto 0;
    border-radius: 10px;
}

.highlight {
    color: #F1A63E;
}

/* Program Card Styling */
.program-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.program-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: #ba1b94;
}

.card-image-box {
    position: relative;
    height: 300px;
    /* Increased height for better portrait display */
    overflow: hidden;
    background-color: #f0f0f0;
}

.card-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    /* Ensures faces are visible for portraits */
    transition: transform 0.8s ease;
}

.program-card:hover .card-image-box img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(56, 11, 64, 0.8));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.program-card:hover .image-overlay {
    opacity: 1;
    visibility: visible;
}

.btn-learn-more {
    padding: 10px 25px;
    background: #ffffff;
    color: #380b40;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    transform: translateY(15px);
    font-size: 14px;
}

.program-card:hover .btn-learn-more {
    transform: translateY(0);
}

.btn-learn-more:hover {
    background: #ba1b94;
    color: #fff;
}

.card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.program-name {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.program-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}


/* --- Styles from components/EAs/EAaeiap.vue --- */
/* ─── Section ─────────────────────────────────────────── */
.aeiap-area {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f8f9fa;
}

/* ─── Section Title ───────────────────────────────────── */
.section-title {
    margin-bottom: 50px;
}

.title {
    font-size: 32px;
    font-weight: 700;
    color: #0d0d25;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.title::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #F1A63E;
    margin: 15px auto 0;
    border-radius: 10px;
}

.highlight {
    color: #F1A63E;
}

.sub-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #F1A63E;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-top: 10px;
}

/* ─── Flip Card Wrapper ───────────────────────────────── */
.flip-card-wrapper {
    perspective: 1200px;
    height: 370px;
}

.flip-card {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.65s cubic-bezier(0.4, 0.2, 0.2, 1);
    cursor: pointer;
}

.flip-card-wrapper:hover .flip-card {
    transform: rotateY(180deg);
}

/* ─── Front Face ──────────────────────────────────────── */
.flip-card-front,
.flip-card-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    overflow: hidden;
}

.flip-card-front {
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    border: 1px solid #f0f0f0;
}

.flip-card-front--purple {
    background: linear-gradient(135deg, #4a148c 0%, #6a1fa8 100%);
    border: none;
}

/* ─── Logo on front ───────────────────────────────────── */
.flip-logo-img {
    height: 200px;
    max-width: 250px;
    object-fit: contain;
    margin-bottom: 0;
    transition: transform 0.3s ease;
}

.flip-logo-img--white {
    filter: brightness(0) invert(1);
}

/* ─── "Hover to explore" hint ─────────────────────────── */
.flip-hint {
    font-size: 0.72rem;
    color: #9ca3af;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
}

.flip-hint--white {
    color: rgba(255, 255, 255, 0.55);
}

/* Optional badge on front */
.optional-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: #f3f4f6;
    color: #6b7280;
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding: 3px 10px;
    border-radius: 100px;
}

.optional-badge--back {
    background: rgba(74, 20, 140, 0.08);
    color: #4a148c;
}

/* ─── Back Face ───────────────────────────────────────── */
.flip-card-back {
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    border: 1px solid #f0f0f0;
    transform: rotateY(180deg);
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: auto;
    padding: 1.5rem 1.75rem;
}

.flip-card-back--purple {
    background: linear-gradient(135deg, #4a148c 0%, #6a1fa8 100%);
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
}

/* ─── Back Content Styles ─────────────────────────────── */
.card-title-back {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    position: relative;
}

.card-title-back::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #ED3BF6;
    margin: 8px 0 12px;
    border-radius: 10px;
}

.card-title-back--white {
    color: #ffffff;
}

.card-title-back--white::after {
    background: rgba(255, 255, 255, 0.5);
}

.card-desc-back {
    font-size: 0.78rem;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 0.8rem;
}

/* Detail list (British Council) */
.ae-details-list .detail-item {
    font-size: 0.78rem;
    color: #374151;
}

.detail-icon {
    color: #4a148c;
    flex-shrink: 0;
}

.detail-text strong {
    min-width: 52px;
    display: inline-block;
}

/* Key benefit box (PGCM) */
.key-benefit-box {
    background: #f0f4ff;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    margin-top: 0.5rem;
}

.benefit-title {
    font-size: 0.78rem;
    font-weight: 700;
    color: #4a148c;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

.benefit-text {
    font-size: 0.72rem;
    color: #4a148c;
    margin: 0;
    line-height: 1.5;
}

/* Course badges (AI card) */
.course-badges {
    width: 100%;
}

.course-badge {
    background: #f9fafb;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 8px;
}

.course-badge svg {
    color: #4a148c;
    flex-shrink: 0;
}

/* Purple back (Practical Experience) */
.divider-white {
    width: 50%;
    border-color: rgba(255, 255, 255, 0.25);
    margin: 0.5rem auto 1rem;
}

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

.months-number {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
}

.months-label {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.internship-pill {
    background: #ffca28;
    color: #4a148c;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 20px;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 0.8rem;
}

.internship-desc {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

/* M.Sc. card back info */
.msc-info {
    margin-bottom: 0.5rem;
    width: 100%;
}

.msc-label {
    font-size: 0.68rem;
    font-weight: 700;
    color: #111827;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 2px;
}

.msc-text {
    font-size: 0.68rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

.delivery-info {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.7rem;
    color: #6b7280;
    margin-top: 0.4rem;
}

/* ─── Responsive ──────────────────────────────────────── */


/* --- Styles from components/EAs/CareerPath.vue --- */
/* =================================
   SECTION
================================= */

.career-path-section {
    /* background-color: #f0f0f0; */
    padding: 65px 0 0;
}

.container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}


/* =================================
   HEADING
================================= */

.career-path-heading {
    text-align: center;
    /* margin-bottom: 45px; */
}


.career-path-heading h2 {
    font-size: 38px;
    line-height: 1.15;
    font-weight: 600;
}

.title::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #F1A63E;
    margin: 15px auto 0;
    border-radius: 10px;
}

.career-path-heading h2 span {
    color: #eda32e;
}


/* =================================
   IMAGE
================================= */

.career-path-image {
    width: 100%;
    /* max-width: 850px; */
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.career-path-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}


/* =================================
   TABLET
================================= */




/* =================================
   MOBILE
================================= */




/* =================================
   SMALL MOBILE
================================= */


/* --- Styles from components/EAs/EAIAProgram.vue --- */
.ia-program-area {
    width: 100%;
    background-color: #f3f4f6;
}

.inner-container {
    /* width: 95%; */
    width: 1000px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.section-title {
    margin-bottom: 50px;
}

.title {
    font-size: 32px;
    font-weight: 700;
    color: #0d0d25;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.title::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #F1A63E;
    margin: 15px auto 0;
    border-radius: 10px;
}

.highlight {
    color: #F1A63E;
}

.rounded-12 {
    border-radius: 12px;
}

.bg-brand-dark {
    background-color: #380b40;
}

.bg-brand-accent {
    background-color: #7a1c62;
}

.text-brand-dark {
    color: #380b40;
}

.text-brand-accent {
    color: #7a1c62;
}

.text-gray-900 {
    color: #111827;
}

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

.writing-vertical {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
}

.border-top {
    border-top: 1px solid #e5e7eb !important;
}

.border {
    border: 1px solid #e5e7eb !important;
}

.module-list {
    font-size: 16px;
}

.bullet-point {
    font-size: 20px;
    line-height: 1;
}

/* Custom Table Layout Styles */
.program-table {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.program-table-header {
    border-bottom: 1px solid #e5e7eb;
}

.header-duration {
    width: 80px;
    flex-shrink: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.header-program {
    font-size: 18px;
    padding: 15px 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-empty {
    width: 220px;
    flex-shrink: 0;
    background-color: transparent;
    border-bottom: 1px solid #e5e7eb;
}

.table-main-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.table-rows-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;

}

.table-row {
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #e9e9e9;
}

.row-duration {
    width: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}

.row-content {
    flex-grow: 1;
    border-left: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
}

.table-spanned-col {
    width: 220px;
    flex-shrink: 0;
    border-left: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spanned-text {
    font-size: 16px;
    line-height: 1.4;
}

.british-council {
    font-weight: 700;
    font-size: 16px;
}

.english-work {
    font-weight: 700;
    font-size: 16px;
}

.weeks-info {
    font-weight: 700;
    color: #7a1c62;
}

.credit-info {
    color: #6b7280;
}

/* Responsive Styles */






/* ================================
   RESPONSIVE TABLE CSS
================================ */

/* Tablet */



/* Mobile */



/* Very Small Mobile */


.responsive-banner {
    display: block;
    width: 100%;
}

.teee-banner-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}



.max-900 {
    max-width: 900px;
}

.ea-title {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #B48629;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
}

.ea-subtitle {
    text-align: center;
    font-size: clamp(24px, 4vw, 36px);
    /* font-weight: 800; */
    color: #0d0d25;
    /* margin-bottom: 20px; */
    text-transform: uppercase;
    line-height: 1.2;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.ea-description {
    text-align: center;
    font-size: 18px;
    color: #666666;
    line-height: 1.7;
    font-weight: 400;
}

/* Responsive adjustments */


/* --- Styles from components/EAs/EAaccQualification.vue --- */
/* ================================
   MAIN SECTION
================================ */

.cpa-exam-section {
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.ptb-100 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}


/* ================================
   EXAM GROUP
================================ */

.exam-group {
    background: #f4f4f8;
    border: 1px solid #e6e6ec;
    border-radius: 18px;
    padding: 30px 28px 40px;
    margin-bottom: 8px;
}

.group-title {
    color: #87358c;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 25px;
}

.exam-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}


/* ================================
   EXAM CARD
================================ */

.exam-card {
    border: 1px solid #9b9b9b;
    background: #ffffff;
    border-radius: 24px;
    padding: 3px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 320px;
}

.exam-card-title {
    background: #87358c;
    color: #ffffff;
    text-align: center;
    min-height: 49px;
    padding: 7px 10px;
    border-radius: 21px 21px 0 0;

    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;

    display: flex;
    align-items: center;
    justify-content: center;
}

.exam-content {
    background: #302d72;
    color: #ffffff;
    padding: 15px 20px;
    flex: 1;
}

.table-header {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 15px;

    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 8px;
}

.exam-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;

    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.exam-row>span:last-child {
    white-space: nowrap;
    text-align: right;
    font-weight: 600;
}


/* ================================
   CARD FOOTER
================================ */

.exam-footer {
    background: #ffffff;
    padding: 8px 12px 8px;

    display: flex;
    justify-content: center;
}

.exam-footer .full-width-footer {
    background: #87358c;
    color: #ffffff;
    border-radius: 20px;
    padding: 10px 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    width: 100%;
}


/* ================================
   TABLET
================================ */




/* ================================
   MOBILE
================================ */


/* --- Styles from components/EAs/EATimeLine.vue --- */
/* ===== Section ===== */
.timeline-section {
    background: #f0f0f5;
    padding: 70px 0;
}

/* ===== Outer Card ===== */
.timeline-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 36px 36px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
}

/* ===== Heading ===== */
.timeline-heading {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #1e1b4b;
    text-align: center;
    margin-bottom: 28px;
    letter-spacing: 0.4px;
    line-height: 1.3;
}

/* ===== Row List ===== */
.timeline-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* ===== Individual Row ===== */
.timeline-row {
    display: flex;
    align-items: stretch;
    border-radius: 10px;
    overflow: hidden;
    min-height: 52px;
}

/* ===== Left Colored Half ===== */
.row-left {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    flex: 0 0 52%;
    color: #fff;
}

.row-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 15px;
}

.row-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: 1.4;
}

/* ===== Right Light Half ===== */
.row-right {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 10px 18px;
    background: #f0eeff;
    font-size: 13.5px;
    font-weight: 500;
    color: #1e1b4b;
    line-height: 1.4;
}

/* ===== Responsive ===== */


/* --- Styles from components/EAs/EABooks.vue --- */
.teee-area {
    padding-top: 50px;
    padding-bottom: 50px;
}

.title {
    font-size: 32px;
    font-weight: 700;
    color: #0d0d25;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.title::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #F1A63E;
    margin: 15px auto 0;
    border-radius: 10px;
}

.highlight,
.text-orange {
    color: #f1a63e;
}

/* Book Cards Section Styles */
.book-card {
    text-align: center;
    /* background: #ffffff; */
    /* padding: 30px 24px; */
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.book-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.book-image-wrapper {
    overflow: hidden;
    border-radius: 15px;
    /* margin-bottom: 14px; */
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
}

.book-image-wrapper img {
    max-height: 260px;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.book-card:hover .book-image-wrapper img {
    transform: scale(1.06);
}

.book-title {
    font-size: 20px;
    font-weight: 800;
    color: #1d2050;
    margin-bottom: 10px;
}

.book-subtitle {
    font-size: 15px;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 10;
}

/* Step Card Styles */
.step-card {
    padding: 40px;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.icon-wrapper {
    width: 60px;
    height: 60px;
}

.step-icon {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
}

.step-number {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #fff;
    border: 2px solid;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
}

.step-title {
    font-size: 24px;
    font-weight: 800;
    color: #1d2050;
}

.step-desc {
    font-size: 16px;
    line-height: 1.6;
}

.step-footer {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
}

/* Color Themes */
.gray-step {
    background-color: #f8f9fa;
    border-color: #eee;
}

.gray-step .step-icon {
    background-color: #4b5563;
}

.gray-step .step-number {
    border-color: #4b5563;
    color: #4b5563;
}

.gray-step .footer-tag {
    color: #4b5563;
}

.orange-step {
    background-color: #fffcf0;
    border-color: #ffeeb3;
}

.orange-step .step-icon {
    background-color: #f39c12;
}

.orange-step .step-number {
    border-color: #f39c12;
    color: #f39c12;
}

.orange-step .footer-tag {
    color: #d35400;
}

.green-step {
    background-color: #f0fff4;
    border-color: #c6f6d5;
}

.green-step .step-icon {
    background-color: #27ae60;
}

.green-step .step-number {
    border-color: #27ae60;
    color: #27ae60;
}

.green-step .footer-tag {
    color: #27ae60;
}

.blue-step {
    background-color: #ebf8ff;
    border-color: #bee3f8;
}

.blue-step .step-icon {
    background-color: #3498db;
}

.blue-step .step-number {
    border-color: #3498db;
    color: #3498db;
}

.blue-step .footer-tag {
    color: #2980b9;
}


/* --- Styles from components/Programs/LmsProgram.vue --- */
.lms-features-area {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f7f7f9;
}

.section-container {
    /* background-color: #ffffff; */
    padding: 60px 40px;
    border-radius: 24px;
}

.section-title {
    margin-bottom: 50px;
}

.title {
    font-size: 32px;
    font-weight: 700;
    color: #0d0d25;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.title::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #F1A63E;
    margin: 15px auto 0;
    border-radius: 10px;
}

.highlight,
.text-orange {
    color: #f1a63e;
}

.feature-card {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 16px;
    text-align: left;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

/* .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: #ba1b94;
} */

.icon-box {
    width: 48px;
    height: 48px;
    background-color: #8e44ad;
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.icon-box i {
    font-size: 24px;
}

.feature-content .card-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.3;
    text-transform: none;
}

.feature-content .desc {
    font-size: 14px;
    color: #777;
    margin-bottom: 0;
}

.rounded-20 {
    border-radius: 20px;
}


/* --- Styles from components/Layout/MainFooter.vue --- */
.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding-left: 0;
  list-style: none;
}

.apply-now-li {
  display: flex;
  align-items: center;
}

.footer-apply-btn {
  background: #A13E99;
  border: none;
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: 0.3px;
  display: inline-block;
  width: auto;
}

.footer-apply-btn:hover {
  background: #8b2e87;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(161, 62, 153, 0.35);
}



.footer-info {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
}

.address-item h6 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #f8ca4d !important;
  /* Premium gold accent */
}

.address-item p {
  font-size: 13px;
  line-height: 1.6;
  color: #c5c5cf;
  margin-bottom: 0;
}

.social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  gap: 12px;
}

.social-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-list li a img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
  /* Make SVGs white */
  transition: all 0.3s ease;
}

.social-list li a:hover {
  background: var(--primary, #f8ca4d);
  transform: translateY(-3px);
  border-color: var(--primary, #f8ca4d);
}

.social-list li a:hover img {
  filter: brightness(0);
  /* Make icons dark on hover if needed, or keep white */
}


/* --- Styles from components/Common/DossierModal.vue --- */
/* ─── Referral Input Group ─────────────────────────────────────────────── */
.referral-input-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.referral-field {
    flex: 1;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.referral-field.referral-verified {
    border-color: #28a745 !important;
    background-color: #f0fff4 !important;
    color: #155724;
}

.btn-apply-coupon {
    flex-shrink: 0;
    background: linear-gradient(135deg, #8A2BE2, #A13E99);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.btn-apply-coupon:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(138, 43, 226, 0.4);
    filter: brightness(1.1);
}

.btn-apply-coupon:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.referral-applied-badge {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    background: #d4edda;
    color: #155724;
    border: 1.5px solid #28a745;
    border-radius: 10px;
    padding: 9px 14px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    animation: badge-pop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes badge-pop {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.referral-success-msg {
    display: block;
    margin-top: 5px;
    font-size: 12.5px;
    animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ─── Celebration Overlay ──────────────────────────────────────────────── */
.celebration-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(6px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.celebration-card {
    position: relative;
    background: #fff;
    border-radius: 28px;
    max-width: 520px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(138, 43, 226, 0.35), 0 0 0 1px rgba(138, 43, 226, 0.08);
    animation: card-bounce-in 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes card-bounce-in {
    0% {
        transform: scale(0.6) translateY(40px);
        opacity: 0;
    }

    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

/* Confetti Container */
.confetti-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 140px;
    overflow: hidden;
    pointer-events: none;
}

.confetti-particle {
    position: absolute;
    top: -20px;
    border-radius: 2px;
    animation: confetti-fall linear infinite;
    opacity: 0.85;
}

@keyframes confetti-fall {
    0% {
        transform: translateY(-20px) rotate(0deg);
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: translateY(160px) rotate(540deg);
        opacity: 0;
    }
}

.celebration-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.08);
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    color: #555;
    transition: background 0.2s, transform 0.2s;
}

.celebration-close:hover {
    background: rgba(0, 0, 0, 0.15);
    transform: rotate(90deg);
}

.celebration-content {
    padding: 48px 36px 36px;
    text-align: center;
}

.celebration-emoji {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 12px;
    display: block;
    animation: emoji-bounce 0.8s ease 0.3s both;
}

@keyframes emoji-bounce {
    0% {
        transform: scale(0) rotate(-30deg);
    }

    60% {
        transform: scale(1.25) rotate(10deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}

.celebration-title {
    font-size: 1.9rem;
    font-weight: 800;
    background: linear-gradient(135deg, #8A2BE2, #A13E99, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.celebration-body {
    text-align: left;
    font-size: 0.92rem;
    color: #444;
    line-height: 1.65;
}

.celebration-body p {
    margin-bottom: 8px;
}

.celebration-body strong {
    color: #511970;
}

.celebration-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #e0d0f0, transparent);
    margin: 14px 0;
}

.text-sm-muted {
    font-size: 0.82rem !important;
    color: #888 !important;
}

.celebration-referral-note {
    color: #8A2BE2;
    font-weight: 500;
}

.celebration-welcome {
    font-size: 0.95rem;
    color: #333;
    font-weight: 500;
}

.celebration-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    background: linear-gradient(135deg, #8A2BE2 0%, #A13E99 100%);
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(138, 43, 226, 0.35);
}

.celebration-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(138, 43, 226, 0.45);
    filter: brightness(1.08);
}

/* Transition */
.celebration-fade-enter-active,
.celebration-fade-leave-active {
    transition: opacity 0.35s ease;
}

.celebration-fade-enter-from,
.celebration-fade-leave-to {
    opacity: 0;
}



.text-purple {
    color: #8A2BE2;
}

.modal-content {
    border-radius: 30px;
    box-shadow: 0 15px 50px rgba(138, 43, 226, 0.2);
}

.modal-title {
    color: #511970 !important;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px;
}



.custom-input {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 14px;
    transition: all 0.3s ease;
}



.custom-input:focus {
    background-color: #fff;
    border-color: #8A2BE2;
    box-shadow: 0 0 0 4px rgba(138, 43, 226, 0.1);
    outline: none;
}

.custom-checkbox .form-check-input {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    border: 2px solid #000 !important;
    cursor: pointer;
}

.custom-checkbox .form-check-input:checked {
    background-color: #8A2BE2;
    border-color: #8A2BE2;
}

.custom-checkbox .form-check-label {
    padding-left: 8px;
    padding-top: 3px;
    cursor: pointer;
}

.btn-register {
    background: linear-gradient(90deg, #8A2BE2 0%, #A13E99 100%);
    color: white;
    border: none;
    border-radius: 12px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(138, 43, 226, 0.3);
}

.btn-register:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(138, 43, 226, 0.4);
    filter: brightness(1.1);
}

.btn-register:active {
    transform: translateY(0);
}

.text-purple {
    color: #8A2BE2;
}

.form-label {
    color: #4a4a68;
}



/* Searchable Select Styles */
.searchable-select {
    position: relative;
    width: 100%;
}

.dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    z-index: 9999;
    margin-top: 4px;
}

.dropdown-item {
    padding: 10px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease;
    color: #4a4a68;
    white-space: normal;
    line-height: 1.4;
}

.dropdown-item:hover {
    background-color: #f8f0ff;
    color: #8A2BE2;
}

.dropdown-list::-webkit-scrollbar {
    width: 6px;
}

.dropdown-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.dropdown-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.dropdown-list::-webkit-scrollbar-thumb:hover {
    background: #8A2BE2;
}

/* Custom Tooltip styling */
.custom-tooltip-wrapper {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.custom-tooltip-content {
    visibility: hidden;
    opacity: 0;
    width: 260px;
    background-color: #A13E99;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 8px 12px;
    position: absolute;
    z-index: 1060;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: opacity 0.3s, visibility 0.3s;
    pointer-events: none;
    font-weight: normal;
}

.custom-tooltip-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #A13E99 transparent transparent transparent;
}

.custom-tooltip-wrapper:hover .custom-tooltip-content {
    visibility: visible;
    opacity: 1;
}
/* --- Styles from PaymentStatusModal --- */
.payment-status-modal .modal-content {
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.payment-status-modal .icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment-status-modal .success-circle {
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
    color: white;
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.4);
}
.payment-status-modal .failed-circle {
    background: linear-gradient(135deg, #EF5350, #B71C1C);
    color: white;
    box-shadow: 0 8px 25px rgba(239, 83, 80, 0.4);
}
.payment-status-modal .processing-circle {
    background: linear-gradient(135deg, #8A2BE2, #4B0082);
    color: white;
    box-shadow: 0 8px 25px rgba(138, 43, 226, 0.4);
}
.payment-status-modal .text-success-title {
    color: #2E7D32;
}
.payment-status-modal .text-failed-title {
    color: #B71C1C;
}
.payment-status-modal .text-processing-title {
    color: #4B0082;
}
.payment-status-modal .txn-box {
    background: #f0f9f0;
    border: 1px solid #a5d6a7;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.payment-status-modal .txn-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888;
    font-weight: 600;
}
.payment-status-modal .txn-id {
    font-family: 'Courier New', monospace;
    font-size: 13px;
    font-weight: 700;
    color: #2E7D32;
    word-break: break-all;
}
.payment-status-modal .btn-success-done {
    background: linear-gradient(90deg, #4CAF50, #2E7D32);
    color: white;
    border: none;
    border-radius: 12px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(76, 175, 80, 0.3);
}
.payment-status-modal .btn-success-done:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(76, 175, 80, 0.45);
    filter: brightness(1.05);
    color: white;
}
.payment-status-modal .btn-failed-retry {
    background: linear-gradient(90deg, #EF5350, #B71C1C);
    color: white;
    border: none;
    border-radius: 12px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(239, 83, 80, 0.3);
}
.payment-status-modal .btn-failed-retry:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(239, 83, 80, 0.45);
    filter: brightness(1.05);
    color: white;
}
