/* [project]/src/components/Footer.css [app-client] (css) */
.section-footer {
  background-color: #fff;
  font-family: Poppins, sans-serif;
  padding: 60px 0 20px !important;
}

.section-footer .footer-heading h4, .section-footer h5 {
  color: #000;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}

.section-footer p {
  color: #000;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.7;
}

.footer-logo-img .logo {
  border-radius: 40px;
  max-width: 200px;
}

.about-text {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.6;
}

.footer-links .btn {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 6px;
  padding: 8px;
  font-size: 18px;
  display: flex;
}

.footer-links ul li {
  margin-right: 10px;
}

.facebook {
  color: #fff;
  background-color: #1877f2;
}

.instagram {
  color: #000;
  background: radial-gradient(circle at 30% 107%, #fdf497 0% 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.twitter {
  color: #fff;
  background-color: #1da1f2;
}

.youtube {
  color: #fff;
  background-color: red;
}

.linkedin {
  color: #fff;
  background-color: #0077b5;
}

.footer-links .btn:hover {
  opacity: .85;
}

.footer-title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}

.vjed-footer-link li {
  margin-bottom: 15px;
}

.footer-links .btn svg {
  fill: #000;
  width: 26px;
  height: 26px;
}

.footer-links .btn {
  transition: all .3s;
}

.vjed-footer-link a {
  color: #222;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.vjed-footer-link a:hover {
  color: #d32f2f;
}

.contact-item {
  color: #222;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.contact-item i {
  margin-right: 8px;
  font-size: 18px;
}

.contact-info svg {
  min-width: 18px;
}

.icon-location {
  color: #d32f2f;
}

.icon-phone {
  color: #007bff;
}

.icon-whatsapp {
  color: #25d366;
}

.icon-email {
  color: #e91e63;
}

.contact-item a {
  color: inherit;
  text-decoration: none;
}

.contact-item a:hover {
  text-decoration: underline;
}

.footer-bottom {
  color: #fff;
  padding: 10px 0;
  font-size: 15px;
  background-color: #212529 !important;
}

.footer-bottom div {
  color: #fff;
}

/* [project]/src/components/AppDownload.css [app-client] (css) */
.app-section {
  color: #fff;
  background: linear-gradient(#f1efff, #dedaff);
  padding: 50px 0 0;
}

.heading {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 600;
}

.input-group {
  background: #fff;
  border-radius: 5px;
  align-items: center;
  max-width: 550px;
  margin-bottom: 25px;
  display: flex;
  overflow: hidden;
}

.input-prefix {
  color: #fff;
  background: #000;
  padding: 10px 15px;
  font-weight: bold;
}

.input-box {
  border: none;
  outline: none;
  flex: 1;
  padding: 14px;
}

.btn-link {
  cursor: pointer;
  background: #000;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  color: #fff !important;
}

.download-buttons {
  flex-wrap: wrap;
  gap: 15px;
  display: flex;
}

.download-buttons img {
  max-width: 170px;
  transition: transform .3s;
}

.download-buttons img:hover {
  transform: scale(1.05);
}

.mobile-img {
  max-width: 100%;
}

.app-section .mobile-card {
  max-width: 325px;
}

/* [project]/src/components/NewHeader.css [app-client] (css) */
.header-main {
  background: #fff;
  border-bottom: 1px solid #eee;
  width: 100%;
  font-family: Inter, sans-serif;
}

.hiring-bar {
  text-align: center;
  background-color: #fcfcfc;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
  font-size: 13px;
}

.hiring-bar p {
  color: #dc3545;
  font-weight: 600;
}

.hiring-bar span {
  color: #555;
  cursor: pointer;
  margin-left: 10px;
  font-size: 13px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  height: 90px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
}

.main-logo-img {
  width: auto;
  height: 75px;
  display: block;
}

.menu-top-header button, .header-asdz button {
  border-radius: 40px;
  color: #094f44 !important;
  background-color: #d1312e21 !important;
  border: 1px solid #d1312e !important;
}

.header-asdz button i {
  color: #094f44;
}

.header-asdz .cart-btn {
  position: relative;
}

.header-asdz .cart-btn span {
  background-color: #e51313;
  border-radius: 100px;
  padding: 2px 6px;
  font-size: 10px;
  position: absolute;
  bottom: 24px;
  left: 26px;
}

.nav-menu {
  align-items: center;
  gap: 10px;
  height: 100%;
  display: flex;
}

.nav-item {
  cursor: pointer;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  display: flex;
  position: relative;
}

.nav-link {
  color: #001e42;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-link.active {
  background: #ff6b6b1a;
  border-radius: 4px;
  padding: 4px 8px;
  color: #ff6b35 !important;
  font-weight: 700 !important;
}

.top-line {
  background: #ff6b35;
  width: 0;
  height: 2px;
  transition: width .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-item:hover .top-line, .nav-link.active + .top-line {
  width: 100%;
}

.nav-item:hover .nav-link {
  color: #ff6b35;
}

.submenu {
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  background: #fff;
  border-top: 2px solid #ff6b35;
  min-width: 220px;
  padding: 15px 0;
  list-style: none;
  transition: all .3s;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(10px);
  box-shadow: 0 10px 30px #00000014;
}

.nav-item:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.submenu li a {
  color: #001e42;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.submenu li a:hover {
  color: #ff6b35;
  background: #f9f9f9;
}

.right-section-wrapper {
  justify-content: flex-end;
  align-items: center;
  min-width: 320px;
  display: flex;
}

.contact-and-search {
  align-items: center;
  gap: 25px;
  display: flex;
}

.contact-box {
  border-right: 1px solid #ddd;
  align-items: center;
  gap: 15px;
  padding-right: 25px;
  display: flex;
}

.chat-icon {
  color: #8e94a0;
}

.ques-text {
  color: #888;
  font-size: 12px;
  display: block;
}

.phone-text {
  color: #001e42;
  font-size: 16px;
  font-weight: 800;
}

.phone-text small {
  border-bottom: 1px dotted #888;
}

.inline-search-bar {
  background: #fff;
  border: 2px solid #ff6b35;
  border-radius: 40px;
  align-items: center;
  width: 100%;
  padding: 4px 12px;
  display: flex;
  box-shadow: 0 2px 10px #0000000d;
}

.inline-search-input {
  color: #001e42;
  border: none;
  outline: none;
  width: 100%;
  padding: 8px;
  font-size: 14px;
}

.close-inline-btn {
  cursor: pointer;
  color: #001e42;
  background: none;
  border: none;
  align-items: center;
  display: flex;
}

.search-trigger-btn {
  cursor: pointer;
  color: #001e42;
  background: none;
  border: none;
  padding: 5px;
}

.animate-fade-in {
  animation: .4s fadeIn;
}

.animate-slide-left {
  animation: .3s ease-out slideIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

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

.mobile-menu-toggle {
  cursor: pointer;
  color: #333;
  background: none;
  border: none;
  margin-right: 10px;
  padding: 8px;
  display: none;
}

.mobile-drawer {
  z-index: 9999;
  background: #fff;
  width: 85%;
  max-width: 400px;
  height: 100vh;
  transition: left .3s ease-in-out;
  position: fixed;
  top: 0;
  left: -100%;
  overflow-y: auto;
  box-shadow: 2px 0 10px #0000001a;
}

.mobile-drawer.open {
  left: 0;
}

.drawer-header {
  border-bottom: 1px solid #eee;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.drawer-logo {
  width: auto;
  height: 40px;
}

.close-drawer-btn {
  cursor: pointer;
  color: #333;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.close-drawer-btn:hover {
  color: #dc3545;
}

.drawer-menu {
  padding: 20px 0;
}

.drawer-nav-item {
  border-bottom: 1px solid #f0f0f0;
}

.drawer-nav-link {
  color: #333;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background .3s;
  display: flex;
}

.drawer-nav-link:hover {
  background: #f5f5f5;
}

.drawer-nav-link.active {
  color: #ff6b35;
}

.drawer-submenu {
  background: #f9f9f9;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

.drawer-submenu.open {
  display: block;
}

.drawer-submenu li {
  border-top: 1px solid #eee;
}

.drawer-submenu a {
  color: #666;
  padding: 12px 20px 12px 35px;
  font-size: 15px;
  text-decoration: none;
  transition: background .3s;
  display: block;
}

.drawer-submenu a:hover {
  color: #ff6b35;
  background: #f0f0f0;
}

.drawer-cart-btn, .drawer-wishlist-btn {
  cursor: pointer;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 10px;
  font-size: 14px;
  transition: all .3s;
  display: flex;
}

.drawer-cart-btn:hover, .drawer-wishlist-btn:hover {
  background: #f5f5f5;
}

.drawer-overlay {
  z-index: 9998;
  background: #00000080;
  animation: .3s fadeIn;
  position: fixed;
  inset: 0;
}

.mb-contact-search, .mb-inline-search-bar {
  display: none;
}

@media screen and (max-width: 992px) {
  .nav-menu {
    gap: 15px;
  }
}

@media screen and (max-width: 768px) {
  .header-asdz {
    position: static;
  }

  .mb-contact-search, .mb-inline-search-bar {
    display: flex;
  }

  .desktop-menu, .right-section-wrapper {
    display: none !important;
  }

  .mobile-menu-toggle {
    justify-content: center;
    align-items: center;
    display: flex !important;
  }

  .nav-container {
    flex-wrap: nowrap;
    padding: 10px 15px;
  }

  .logo-section {
    margin-right: auto;
  }

  .right-section-wrapper {
    margin-left: 0;
  }

  .mx-2 {
    gap: 5px;
  }

  .login {
    padding: 6px 10px;
  }

  .sign-in span {
    display: inline;
  }
}

@media screen and (max-width: 576px) {
  .nav-container {
    padding: 8px 12px;
  }

  .hiring-bar p, .hiring-bar span {
    font-size: 11px;
    margin-bottom: 0 !important;
  }

  .hiring-bar {
    background-color: #efefef;
  }

  .main-logo-img {
    height: 55px;
  }

  .mobile-menu-toggle {
    margin-right: 5px;
    padding: 6px;
  }

  .right-section-wrapper {
    max-width: auto;
  }

  .mx-2 {
    gap: 3px;
  }

  .login {
    padding: 5px 8px;
  }

  .sign-in span {
    display: none;
  }

  .sign-in i {
    margin: 0;
  }

  .mobile-drawer {
    width: 90%;
  }

  .drawer-nav-link {
    padding: 12px 15px;
    font-size: 15px;
  }

  .drawer-submenu a {
    padding: 10px 15px 10px 30px;
  }
}

@media screen and (max-width: 480px) {
  .login {
    padding: 5px;
  }

  .login i {
    font-size: 14px;
  }

  .cart-btn span {
    padding: 1px 4px;
    font-size: 10px;
  }

  .drawer-action-buttons {
    flex-direction: column;
  }

  .drawer-cart-btn, .drawer-wishlist-btn {
    width: 100%;
  }
}

/* [project]/node_modules/swiper/swiper.css [app-client] (css) */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* [project]/node_modules/swiper/modules/navigation.css [app-client] (css) */
:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg, .swiper-button-next svg {
  object-fit: contain;
  transform-origin: center;
  width: 100%;
  height: 100%;
}

.swiper-rtl .swiper-button-prev svg, .swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* [project]/node_modules/swiper/modules/pagination.css [app-client] (css) */
.swiper-pagination {
  text-align: center;
  z-index: 10;
  transition: opacity .3s;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  width: 100%;
  left: 0;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  display: inline-block;
}

button.swiper-pagination-bullet {
  box-shadow: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, top .2s;
  display: inline-block;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* [project]/src/components/BannerSlider.css [app-client] (css) */
.banner-wrapper {
  background: #f5f5f5;
  width: 100%;
  margin-bottom: 50px;
  padding: 15px;
}

.banner-wrapper .container-fluid {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.banner-slide {
  width: 100%;
  position: relative;
}

.banner-carousel .owl-stage-outer {
  border-radius: 12px;
  overflow: hidden;
}

.banner-img {
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

.banner-carousel .owl-nav {
  pointer-events: none;
  z-index: 10;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.banner-nav-btn {
  pointer-events: all;
  color: #fff;
  cursor: pointer;
  background: #0009;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin: 0 12px;
  font-size: 28px;
  transition: all .3s;
  display: flex;
}

.banner-nav-btn:hover {
  color: #000;
  background: #fc0;
}

.banner-carousel .owl-dots {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 12px;
}

.banner-carousel .owl-dot span {
  background: #fff !important;
  width: 8px !important;
  height: 8px !important;
  margin: 0 4px !important;
}

.banner-carousel .owl-dot.active span {
  background: #fff !important;
  width: 22px !important;
}

@media (max-width: 768px) {
  .banner-wrapper .container-fluid {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .banner-carousel .owl-stage-outer {
    border-radius: 8px;
  }

  .banner-nav-btn {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
}

/* [project]/src/components/AboutSection2.css [app-client] (css) */
.abs-modern-wrapper {
  background: #fff;
  padding: 120px 0;
}

.abs-container {
  align-items: center;
  gap: 50px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
}

.abs-info-side {
  flex: 1.2;
}

.abs-top-badge {
  color: #dc3545;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 800;
}

.abs-main-title {
  color: #001e42;
  margin: 0 0 10px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.abs-main-title span {
  color: #001e42;
  position: relative;
}

.abs-description p {
  color: #516177;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px !important;
}

.abs-primary-cta {
  color: #fff;
  cursor: pointer;
  background: #dc3545;
  border: none;
  border-radius: 50px;
  padding: 16px 45px;
  font-weight: 700;
  transition: all .4s;
  box-shadow: 0 10px 20px #ff313133;
}

.abs-primary-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px #ff31314d;
}

.abs-glass-card {
  background: #fff;
  border: 1px solid #f0f4f8;
  border-radius: 30px;
  flex: .8;
  transition: all .3s;
  overflow: hidden;
  box-shadow: 0 40px 100px #00000014;
}

.abs-card-head {
  color: #fff;
  text-align: center;
  background: #dc3545;
  padding: 20px 30px;
}

.abs-card-head h3 {
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: 800;
}

.abs-card-head p {
  color: #fff;
}

.abs-form-body {
  padding: 40px 35px;
}

.abs-tab-container {
  text-align: center;
  margin-bottom: 30px;
}

.abs-tab-label {
  color: #001e42;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.abs-sliding-tabs {
  z-index: 1;
  background: #f1f5f9;
  border-radius: 12px;
  padding: 6px;
  display: flex;
  position: relative;
}

.abs-tab {
  cursor: pointer;
  z-index: 2;
  color: #64748b;
  background: none;
  border: none;
  flex: 1;
  padding: 12px;
  font-weight: 700;
  transition: all .4s;
  position: relative;
}

.abs-tab.active {
  color: #fff;
}

.abs-tab-bg {
  z-index: 1;
  background: #dc3545;
  border-radius: 10px;
  width: calc(50% - 6px);
  height: calc(100% - 12px);
  transition: transform .4s cubic-bezier(.65, 0, .35, 1);
  position: absolute;
  top: 6px;
  left: 6px;
}

.slide-right {
  transform: translateX(100%);
}

.abs-field {
  margin-bottom: 18px;
}

.abs-field input, .abs-field select {
  background: #f8fafc;
  border: 2px solid #f1f5f9;
  border-radius: 12px;
  outline: none;
  width: 100%;
  padding: 15px 20px;
  font-size: 15px;
  transition: all .3s;
}

.abs-field input:focus {
  background: #fff;
  border-color: #dc3545;
}

.abs-glow-btn {
  color: #fff;
  cursor: pointer;
  background: #dc3545;
  border: none;
  border-radius: 12px;
  width: 100%;
  margin-top: 10px;
  padding: 18px;
  font-size: 16px;
  font-weight: 800;
  transition: all .4s;
}

.abs-glow-btn:hover {
  letter-spacing: 1px;
  background: #e62020;
}

@media (max-width: 992px) {
  .abs-container {
    text-align: center;
    flex-direction: column;
    gap: 50px;
  }

  .abs-glass-card {
    width: 100%;
  }
}

/* [project]/src/components/CourseCard.css [app-client] (css) */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #f07c3c;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

* {
  color: var(--bs-dark);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.row {
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
  flex-wrap: wrap;
  display: flex;
}

.col-lg-2, .col-md-3, .col-lg-8, .col-md-6, .col-md-4 {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}

.vjed-subject-book {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  position: sticky;
  top: 20px;
  box-shadow: 0 2px 10px #0000000d;
}

.vjed-sub-links {
  flex-direction: column;
  display: flex;
}

.vjed-sub-links a {
  color: var(--bs-dark);
  border-radius: 5px;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  padding: 8px 10px;
  font-size: .95rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.vjed-sub-links a img {
  object-fit: cover;
  border-radius: 50%;
  width: 35px;
}

.vjed-sub-links a:hover, .vjed-sub-links a.active {
  background-color: var(--bs-light);
  color: var(--bs-primary);
}

.vjed-sub-links a i {
  color: var(--bs-gray-dark);
  margin-left: auto;
}

.vjed-sub-links a.active i {
  color: var(--bs-primary);
}

.vjed-sub-links a > i.fa-chevron-right {
  font-size: .8rem;
}

@media (max-width: 992px) {
  .vjed-subject-book {
    margin-bottom: 20px;
    position: static;
  }

  .vjed-sub-links a {
    font-size: .8rem;
  }
}

.vjed-sub-links a i.fa-chevron-right {
  font-size: 12px;
}

.card {
  background: var(--bs-white);
  border: 1px solid #eee;
  border-radius: 10px;
  flex-direction: column;
  height: 100%;
  transition: all .3s ease-in-out;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 6px #0000001a;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px #00000026;
}

.courses .card-image {
  margin-bottom: 20px;
}

.card-image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.content {
  flex-grow: 1;
  padding: 12px;
}

.content .heading h4, .content .heading h3 {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.content p {
  color: var(--bs-gray-dark);
  margin-bottom: 10px;
  font-size: 14px;
}

.content p h1, .content p h2, .content p h3, .content p h4, .content p h5, .content p h6 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: .9rem !important;
  font-weight: normal !important;
}

.card-btn {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 0 12px 10px;
  display: flex;
}

.card-btn a {
  background: var(--bs-yellow);
  color: #000;
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.card-btn p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

.card-footer {
  background: #fafafa;
  border-top: 1px solid #eee;
  padding: 12px;
}

.footer-price {
  align-items: center;
  gap: 10px;
  display: flex;
}

.footer-price h4 {
  color: var(--bs-dark);
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.footer-price span {
  color: var(--bs-gray);
  font-size: 14px;
  text-decoration: line-through;
}

.footer-price p {
  color: var(--bs-success);
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

.footer-card-btn {
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px;
  display: flex;
}

.btn-page {
  text-align: center;
  background: var(--bs-danger);
  color: var(--bs-white);
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.btn-page:hover {
  opacity: .9;
}

@media (max-width: 991px) {
  .vjed-subject-book {
    margin-bottom: 20px;
  }
}

.all-courses .card-footer {
  background-color: #fff;
}

.all-courses .card-btn span {
  color: #fff;
  text-transform: uppercase;
  background-color: #798181;
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.all-courses .card-btn span.hindi {
  background-color: #ffc107;
}

.all-courses .card-btn p {
  color: #0d9c1e;
  border: 2px dashed #0d9c1e;
  border-radius: 5px;
  padding: 4px 9px;
  font-size: 12px;
  line-height: 1.3em;
  margin-bottom: 0 !important;
}

.footer-price p span {
  color: #fff;
  background-color: #0d9c1e;
  border-radius: 6px;
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
}

section.all-courses {
  background-color: #f8f9fa;
}

.all-courses .card {
  box-shadow: none;
  border: 1px solid #cecece;
  border-radius: 20px;
}

section.bg-light.all-courses .card {
  background: linear-gradient(359deg, #f9e4e400, #d1312e80);
  border: 1px solid #d1312e;
}

.all-courses .footer-price {
  justify-content: space-between;
}

.all-courses .footer-price p {
  color: #7c7c7c;
}

.all-courses .footer-card-btn .explore-btn {
  color: var(--bs-danger);
  align-items: center;
  margin: 0;
  display: flex;
  background-color: #0000 !important;
}

.all-courses .card-image {
  padding: 10px;
}

.all-courses .card-image img {
  border-radius: 6px;
}

.all-courses .vjed-sub-links a {
  margin: 0;
}

.all-courses .vjed-sub-links a span {
  font-size: 16px;
}

.all-courses .vjed-sub-links a:hover, .all-courses .vjed-sub-links a.active {
  background-color: #d1312e;
  color: #fff !important;
}

@media (max-width: 768px) {
  .all-courses .vjed-sub-links, .sidebar-sub-links {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    gap: 12px;
    padding-bottom: 6px;
    display: flex;
  }

  .all-courses .vjed-sub-links {
    flex-direction: row;
    overflow-x: auto;
  }
}

/* [project]/src/components/StudyBlocks.css [app-client] (css) */
.study-blocks-section, .vjed-about-count {
  background: #f2f2f2;
  padding: 60px 0;
  font-family: Poppins, sans-serif;
}

.study-blocks-section .container, .vjed-about-count .container {
  max-width: 1200px;
  margin: auto;
}

.study-block {
  text-align: center;
  background: #fff;
  border: 1px solid #d1312e;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding: 0;
  transition: all .3s ease-in-out;
  display: flex;
  box-shadow: 0 5px #d1312e;
}

.study-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px #0000001a;
}

.study-block i {
  color: #d1312e;
  margin-bottom: 0;
  font-size: 50px;
}

.study-block h5 {
  color: #0b1d51;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .study-block {
    min-height: auto;
    margin-bottom: 20px;
  }
}

/* [project]/src/components/CourseCategory.css [app-client] (css) */
.category {
  padding: 50px 0;
}

.heading h2 {
  margin-bottom: 0;
  font-weight: bold;
}

.faculty-card {
  border: 1px solid #eee;
  border-radius: 10px;
  flex-direction: column;
  height: 100%;
  transition: transform .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 8px #0000000d;
}

.faculty-card:hover {
  transform: translateY(-5px);
}

.faculty-card-img {
  aspect-ratio: 1;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.faculty-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-body {
  text-align: center;
  flex-direction: column;
  flex: 1;
  padding: 15px;
  display: flex;
}

.faculty-name {
  margin-bottom: 10px;
  font-weight: 600;
}

.card-body p {
  color: #555;
  flex-grow: 1;
  font-size: 14px;
}

.category-btn .btn-page {
  color: #fff;
  background: #d32f2f;
  border-radius: 5px;
  padding: 10px 25px;
  text-decoration: none;
  transition: background .3s;
}

.category-btn .btn-page:hover {
  background: #b71c1c;
}

/* [project]/src/components/FacultyCarousel.css [app-client] (css) */
.faculti {
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
}

.faculti h2 {
  color: #111;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
}

.owl-slider .card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  flex-direction: column;
  margin-right: 5px;
  transition: all .3s ease-in-out;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 12px #0000001a;
}

.owl-slider .image-box {
  background: #d0cece;
  border-bottom: 1px solid #302f2f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  display: flex;
}

.owl-slider .image-box img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

.owl-slider .content {
  text-align: left;
  background: #fff;
  padding: 15px;
}

.owl-slider .content h5 {
  color: #222;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: bold;
}

.owl-slider .content p {
  color: #9c9a9a;
  margin: 0;
  font-size: 14px;
}

.owl-slider .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px #00000026;
}

.owl-nav .fa {
  color: #fff;
  background: #e63946;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 12px;
  font-size: 18px;
  transition: background .3s;
}

.owl-nav .fa:hover {
  background: #c70039;
}

.single-item-center .owl-stage {
  justify-content: center !important;
  display: flex !important;
}

.single-item-center .owl-item {
  width: 250px !important;
}

/* [project]/src/components/YoutubeSection.css [app-client] (css) */
.video-card {
  text-align: left;
  background: #fff;
  border-radius: 8px;
  height: 100%;
  transition: transform .3s, box-shadow .3s;
  overflow: hidden;
  box-shadow: 0 4px 12px #0000001a;
}

.video-card img {
  border-radius: 0;
  width: 100%;
  display: block;
}

.video-card h5 {
  color: #000;
  margin: 8px 0 4px;
  font-size: 1rem;
  font-weight: 600;
}

.video-card p {
  color: #444;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: .85rem;
  display: -webkit-box;
  overflow: hidden;
}

.channel-grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  display: flex;
}

section.youtube-section {
  background-color: #b1b1b12b;
}

.channel-card {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 20px;
  align-items: center;
  padding: 12px 16px;
}

.channel-card .video-box {
  margin: 0;
}

.channel-img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 12px;
}

.channel-card .video-box img {
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
  max-height: 230px;
}

.channel-card .content {
  padding: 10px 0 0;
}

.channel-info {
  text-align: left;
  flex: 1;
}

.channel-title {
  color: #000;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.channel-subs {
  color: #555;
  margin: 4px 0;
  font-size: .9rem;
}

.subscribe-btn {
  color: #fff;
  cursor: pointer;
  background: #c00;
  border: none;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: .9rem;
  text-decoration: none;
}

.subscribe-btn:hover {
  background: #e60000;
}

.visit-all-btn {
  color: #fff;
  cursor: pointer;
  background: #c00;
  border: none;
  border-radius: 30px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: background .3s;
  display: inline-block;
}

.visit-all-btn:hover {
  color: #fff;
  background: #e60000;
}

.youtube-section {
  background: #fff;
}

.owl-carousel {
  visibility: visible !important;
  display: block !important;
}

.video-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  height: 100%;
  transition: transform .3s, box-shadow .3s;
  overflow: hidden;
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px #0000001f;
}

.video-box {
  width: 100%;
  overflow: hidden;
}

.video-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-card .content {
  padding: 15px;
}

.video-card h5 {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.video-card p {
  color: #666;
  font-size: 13px;
  line-height: 1.5;
}

.owl-nav button {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  color: #fff !important;
  background: #0d6efd !important;
}

.owl-nav button:hover {
  background: #084298 !important;
}

.owl-dots .owl-dot span {
  background: #ccc;
}

.owl-dots .owl-dot.active span {
  background: #0d6efd;
}

/* [project]/src/components/TestimonialsSection.css [app-client] (css) */
.testimonials {
  --primary: #f07c3c;
  --text-main: #1e293b;
  --text-muted: #64748b;
  --card-radius: 24px;
  --glass-bg: #fffffff2;
  background-color: #f8faff;
}

.testimonials .heading .section-title {
  color: var(--text-main);
  margin-bottom: 12px;
}

.testimonials .heading p {
  color: var(--text-muted);
  max-width: 500px;
  margin: 0 auto 50px;
  font-size: 1.1rem;
}

.testimonials .testimonials-swiper {
  padding: 60px 20px !important;
}

.testimonials .item {
  background: var(--glass-bg);
  border-radius: var(--card-radius);
  border: 2px dashed #e2e8f0cc;
  flex-direction: column;
  height: 100%;
  padding: 50px 30px 30px;
  transition: all .5s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  position: relative;
  box-shadow: 0 4px 6px -1px #0000000d;
}

.testimonials .item .image {
  background: linear-gradient(135deg, var(--primary), #6366f1);
  border-radius: 22px;
  width: 80px;
  height: 80px;
  padding: 4px;
  position: absolute;
  top: -40px;
  left: 30px;
  box-shadow: 0 15px 30px #2563eb33;
}

.testimonials .item .image img {
  object-fit: cover;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

.testimonials .content {
  flex-direction: column;
  flex-grow: 1;
  display: flex;
}

.testimonials .content h5 {
  color: var(--text-main);
  letter-spacing: -.3px;
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: 700;
}

.testimonials .content p {
  color: #475569;
  margin: 0;
  font-size: .95rem;
  line-height: 1.7;
  position: relative;
}

.testimonials .item:before {
  content: "“";
  color: var(--primary);
  opacity: .08;
  font-size: 5rem;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 30px;
}

.testimonials .item:hover {
  border: 2px dashed var(--primary);
  transform: translateY(-12px);
  box-shadow: 0 30px 60px -12px #00000014;
}

.swiper-button-next, .swiper-button-prev {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  width: 50px;
  height: 50px;
  transition: all .3s;
  box-shadow: 0 4px 12px #0000000d;
  color: var(--primary) !important;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background: #f07c3c;
  transform: scale(1.1);
  color: #fff !important;
}

.testimonials .swiper-button-next:after, .testimonials .swiper-button-prev:after {
  font-weight: 900;
  font-size: 1.1rem !important;
}

.testimonials .swiper-pagination-bullet {
  opacity: 1;
  background: #cbd5e1;
  width: 8px;
  height: 8px;
  transition: all .3s;
}

.testimonials .swiper-pagination-bullet-active {
  background: var(--primary);
  border-radius: 4px;
  width: 24px;
}

@media (max-width: 768px) {
  .testimonials .heading .section-title {
    font-size: 2rem;
  }

  .testimonials .item {
    padding: 45px 20px 25px;
  }

  .testimonials .item .image {
    width: 65px;
    height: 65px;
    top: -32.5px;
    left: 20px;
  }
}

/* [project]/src/components/BewiseHero.css [app-client] (css) */
.hero {
  background: #f3f3f3;
  padding: 80px 0 40px;
  font-family: Poppins, sans-serif;
}

.hero-container {
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  max-width: 1200px;
  margin: auto;
  padding-left: 20px;
  display: flex;
}

.hero-left {
  flex: 1;
}

.hero-title {
  color: #222;
  margin-bottom: 18px;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

.brand {
  font-size: 40px;
  font-weight: 800;
}

.hero-sub {
  color: #6c757d;
  margin-bottom: 8px;
  font-size: 13px;
}

.hero-btn {
  color: #fff;
  background: #f07c3c;
  border-radius: 6px;
  margin-top: 22px;
  padding: 12px 26px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.hero-btn:hover {
  color: #fff;
  background: #00f;
}

.hero-right {
  text-align: center;
  flex: 1;
}

.hero-img {
  width: 100%;
  max-width: 520px;
}

@media (max-width: 768px) {
  .hero-container {
    text-align: center;
    flex-direction: column;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-img {
    margin-top: 20px;
  }
}

/* [project]/src/components/FeaturesSection2.css [app-client] (css) */
.features {
  padding: 0;
  font-family: Poppins, sans-serif;
}

.features-wrapper {
  text-align: center;
  background: #cfd2ff;
  border: 2px dashed #383eb0;
  border-radius: 100px;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  display: grid;
  box-shadow: 0 4px 20px #0000000a;
}

.feature-icon {
  mix-blend-mode: darken;
  width: 85px;
  margin-bottom: 15px;
}

.feature-card h5 {
  color: #222;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 600;
}

.feature-card p {
  color: #6c757d;
  margin: 0;
  font-size: 14px;
}

@media (max-width: 992px) {
  .features-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 20px 10px;
  }

  .feature-icon {
    width: 75px;
  }

  .features-wrapper {
    background: none;
    border: 0;
    border-radius: 0;
    gap: 20px 10px;
    box-shadow: 0 4px 20px #0000000a;
  }

  .banner-wrapper {
    margin-bottom: 0;
  }

  .feature-card h5 {
    font-size: 14px;
  }

  .feature-card p {
    font-size: 12px;
    line-height: normal;
  }
}

/* [project]/src/components/Explore-S104.css [app-client] (css) */
.exc-custm {
  background-color: #fcfcfc;
  padding: 60px 0;
}

.section-title {
  color: #1a1a1a;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}

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

.course-grid {
  flex-wrap: wrap;
  grid-template-columns: repeat(4, minmax(260px, 1fr));
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  display: flex;
}

.course-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  flex-direction: column;
  flex: 260px;
  max-width: 300px;
  padding: 22px 22px 0;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 12px #0000000f;
}

.course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px #0000001a;
}

.course-card:before {
  content: "";
  background: #fdf2ef;
  border-radius: 30px;
  width: 140px;
  height: 140px;
  transition: all .4s;
  position: absolute;
  top: 20%;
  bottom: 60px;
  right: -20px;
  transform: rotate(15deg);
}

.course-card:nth-child(2):before {
  background: #f4f0ff;
}

.course-card:nth-child(3):before {
  background: #f0fff4;
}

.course-card:nth-child(4):before {
  background: #fffaf0;
}

.course-card:hover:before {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transform: none;
}

.card-header {
  z-index: 2;
  position: relative;
}

.card-header h3 {
  color: #1a1a1a;
  min-height: 50px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.card-header p {
  color: #999;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 400;
}

.content-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 170px;
  margin-top: 14px;
  display: flex;
  position: relative;
}

.exc-custm .content-wrapper {
  flex: 1;
}

.tags-container {
  z-index: 3;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 16px;
  display: flex;
}

.tag-btn {
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 8px;
  min-width: 100px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 700;
  transition: opacity .2s;
}

.tag-btn.active {
  color: #fff;
  background-color: #f07c3c;
  box-shadow: 0 3px 8px #f07c3c59;
}

.tag-btn.inactive {
  color: #555;
  background-color: #ebebeb;
}

.tag-btn:hover {
  opacity: .85;
}

.image-container {
  z-index: 3;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.image-container img {
  object-fit: contain;
  width: 150px;
  height: auto;
  transition: transform .3s;
  display: block;
}

.course-card:hover .image-container img {
  transform: scale(1.05);
}

.explore-btn {
  color: #fff;
  cursor: pointer;
  letter-spacing: .3px;
  z-index: 3;
  background: linear-gradient(90deg, #f07c3c, #fd9a5a);
  border: none;
  border-radius: 0 0 18px 18px;
  width: calc(100% + 44px);
  margin-top: 0;
  margin-left: -22px;
  margin-right: -22px;
  padding: 14px;
  font-size: 15px;
  font-weight: 700;
  transition: filter .2s;
  display: block;
  position: relative;
}

.explore-btn:hover {
  filter: brightness(1.08);
}

@media (max-width: 768px) {
  .course-grid {
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 15px;
    margin-left: -25px;
    margin-right: -25px;
    padding: 0 25px;
    display: flex;
    overflow-x: auto;
  }

  .exc-custm {
    padding: 20px 0;
  }

  .course-grid::-webkit-scrollbar {
    display: none;
  }

  .course-card {
    scroll-snap-align: center;
    flex-shrink: 0;
    min-width: 270px;
  }

  .image-container img {
    width: 120px;
  }

  .card-header h3 {
    min-height: auto;
    font-size: 16px;
  }
}

/* [project]/src/components/WhyChooseClasses.css [app-client] (css) */
.why-section {
  background-color: #fff;
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 20px;
}

.why-header {
  text-align: center;
  margin-bottom: 50px;
}

.why-header h2 {
  color: #000;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 800;
}

.why-header p {
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.why-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: grid;
}

.why-card {
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 35px 20px;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.why-card:hover {
  border-color: #1e25a5;
  transform: translateY(-10px);
  box-shadow: 0 20px 40px #00000014;
}

.why-icon-box {
  background: #edeefe;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-bottom: 20px;
  transition: all .4s;
  display: flex;
}

.why-icon-box svg {
  stroke: #1e25a5;
  width: 32px;
  height: 32px;
  transition: all .4s;
}

.why-card:hover .why-icon-box {
  background: #1e25a5;
  transform: scale(1.1);
}

.why-card:hover .why-icon-box svg {
  stroke: #fff;
}

.why-info h3 {
  color: #001e42;
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 700;
  transition: color .3s;
}

.why-card:hover h3 {
  color: #1e25a5;
}

.why-info p {
  color: #666;
  font-size: 14.5px;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 600px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-section {
    padding: 50px 15px;
  }

  .why-header h2 {
    font-size: 26px;
  }

  .why-card {
    padding: 30px 20px;
  }
}

/* [project]/src/components/StatsSection.css [app-client] (css) */
.stats-wrapper {
  background: #fdfdfd;
  padding: 0 20px 40px;
}

.stats-container {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.stat-card {
  text-align: center;
  z-index: 1;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 24px;
  padding: 15px 30px;
  transition: all .5s cubic-bezier(.25, 1, .5, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px #00000005;
}

.stat-icon-wrapper svg {
  width: 60px;
  height: 60px;
}

.stat-card:hover {
  border-color: var(--accent);
  transform: translateY(-15px);
  box-shadow: 0 30px 60px #0000001a;
}

.stat-icon-wrapper {
  color: var(--accent);
  margin-bottom: 25px;
  font-size: 50px;
  transition: all .5s;
  display: inline-block;
}

.stat-card:hover .stat-icon-wrapper {
  transform: scale(1.2)rotateY(180deg);
}

.stat-number {
  color: #001e42;
  letter-spacing: -1px;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
}

.stat-label {
  color: #64748b;
  font-size: 16px;
  font-weight: 600;
}

.stat-circle-decor {
  background: var(--accent);
  opacity: .03;
  z-index: -1;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  transition: all .6s;
  position: absolute;
  top: -50px;
  right: -50px;
}

.stat-card:hover .stat-circle-decor {
  opacity: .05;
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
}

@media (max-width: 992px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .stats-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .stat-card {
    padding: 40px 20px;
  }

  .stat-number {
    font-size: 28px;
  }
}

/* [project]/src/components/ResultsSection.css [app-client] (css) */
.results-section {
  background: #f4f4f4;
  padding: 20px 0;
  font-family: Poppins, sans-serif;
}

.results-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.results-heading {
  text-align: center;
  margin-bottom: 40px;
}

.results-heading h2 {
  color: #111;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 700;
}

.results-heading p {
  color: #777;
  font-size: 16px;
}

.results-slider {
  position: relative;
}

.result-card {
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  overflow: hidden;
}

.result-card img {
  border-radius: 10px;
  width: 100%;
}

.owl-nav {
  pointer-events: none;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  top: 45%;
}

.owl-nav button {
  pointer-events: all;
  width: 45px;
  height: 45px;
  color: #fff !important;
  background: #1f3bb3 !important;
  border: none !important;
  border-radius: 50% !important;
  font-size: 20px !important;
}

.owl-nav button:hover {
  background: #162d8a !important;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot span {
  border-radius: 50%;
  display: block;
  background: #ccc !important;
  width: 10px !important;
  height: 10px !important;
}

.owl-dot.active span {
  background: #000 !important;
}

/*# sourceMappingURL=_0mwm97_._.css.map*/