/* [project]/app/styles/tips.css [app-client] (css) */
.tips-searchbar input {
  color: #0e4444;
  background: #fff;
  border: none;
  height: 60px;
  font-weight: 400;
  line-height: 1.6;
  font-family: Poppins, sans-serif !important;
}

.tips-searchbar input::placeholder {
  color: #707070;
}

.tips-searchbar input:focus {
  box-shadow: none;
  outline: 1px solid #0e4444;
}

.tips-category .category-title {
  color: #0e4444;
  font-weight: 400;
}

.tips-category .category-list li {
  color: #6f6f6f;
  cursor: pointer;
  opacity: .6;
  transition: opacity .3s;
}

.tips-category .category-list li:hover, .tips-category .category-list li.active {
  opacity: 1;
}

.tips-popular-tags .tags-title {
  color: #0e4444;
  font-weight: 400;
}

.tips-tag {
  color: #0e4444;
  background: #fff;
  border: 1px solid #fff;
  font-weight: 400;
  transition: all .3s;
}

.tips-tag:hover, .tips-tag.active {
  color: #fff;
  background: #0e4444;
  border: 1px solid #0e4444;
}

.tips-subscribe input[type="email"] {
  z-index: 1;
  background: #fff;
  border: 1px solid #bdbdbd;
  border-right: none;
  border-radius: 6px 0 0 6px;
  padding: 8px 12px;
  font-size: 14px;
  transition: border-color .3s;
  position: relative;
}

.tips-subscribe input[type="email"]:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.tips-subscribe input[type="email"].is-invalid {
  border-color: #dc3545 currentColor #dc3545 #dc3545;
  border-right-style: none;
  border-right-width: medium;
}

.tips-subscribe .btn-dark {
  background: #1a3c3d;
  border: none;
  border-radius: 0 6px 6px 0;
  padding: 8px 18px;
  font-size: 15px;
  font-weight: 600;
}

.subBTN:disabled {
  color: #fff;
  background: var(--active-clr);
  cursor: not-allowed;
}

.blog-content img {
  object-fit: cover;
  width: 100%;
}

.subBTN:disabled:hover {
  background: var(--active-clr);
  cursor: not-allowed;
}

.tips-arrow-btn {
  z-index: 2;
  background: none;
  border: none;
  outline: none;
  top: 18px;
  right: 18px;
}

.arrow-circle {
  background: none;
  width: 40px;
  height: 40px;
}

.tips-card-body, .tips-card-date {
  color: #6f6f6f;
  font-weight: 400;
}

.tips-card-title {
  color: #0e4444;
  font-weight: 400;
  line-height: 1.4;
}

.tips-card-link {
  color: #3c3c3c;
  width: fit-content;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
}

.tips-card-link:hover {
  color: #0e4444;
}

.chevron-icon {
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
  display: inline-block;
}

.chevron-icon.rotated {
  transform: rotate(180deg);
}

.category-list-transition {
  opacity: 0;
  max-height: 0;
  transition: max-height .4s cubic-bezier(.4, 0, .2, 1), opacity .3s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
}

.category-list-transition.open {
  opacity: 1;
  max-height: 800px;
}

.tags-list-transition {
  opacity: 0;
  max-height: 0;
  transition: max-height .4s cubic-bezier(.4, 0, .2, 1), opacity .3s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
}

.tags-list-transition.open {
  opacity: 1;
  max-height: 800px;
}

.customInput {
  color: #0e4444 !important;
  background-color: #0000 !important;
  border: 1px solid #0e4444 !important;
  height: 50px !important;
  font-weight: 400 !important;
}

.customInput::placeholder {
  color: #0e4444 !important;
}

.subBTN {
  z-index: 2;
  position: relative;
  color: #fff !important;
  background-color: #0e4444 !important;
  border: 1px solid #0e4444 !important;
  border-left: none !important;
  height: 50px !important;
  font-weight: 400 !important;
}

.subBTN:hover {
  background-image: url("/assets/images/2sectionsBG.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #0e4444 !important;
  border: 1px solid #0e4444 !important;
}

.tips-container-BG {
  background-image: url("/assets/images/2sectionsBG.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.arrowContainer {
  background-image: url("/assets/images/2sectionsBG.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-bottom-left-radius: 10px;
}

.tipArrow {
  color: #0e4444;
  background-color: #6f6f6f40;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-weight: 700;
  transition: all .5s;
  display: flex;
}

.tips-card:hover .tipArrow {
  color: #fff;
  background-color: #0e4444;
  transform: rotate(305deg);
}

.tips-hero {
  width: 80%;
}

.tips-hero-img-overlay {
  content: "";
  width: 100%;
  height: 100%;
  padding: 3rem 3rem 5rem;
  position: absolute;
  bottom: 0;
  right: 2% !important;
}

.subscribe-container {
  width: 33%;
}

.tips-comments-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

.comments-container {
  margin-bottom: 80px;
}

.comment-item {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 20px;
}

.comments-list {
  flex-direction: column;
  gap: 40px;
  display: flex;
}

.comment-header {
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  display: flex;
}

.comment-avatar {
  border-radius: 50%;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

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

.comment-meta {
  flex: 1;
}

.comment-author {
  color: #0e4444;
  margin: 0 0 5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.comment-date {
  color: #888;
  font-size: 14px;
  font-weight: 400;
}

.comment-reply-btn {
  color: #40e0d0;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 6px;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.comment-reply-btn:hover {
  color: #fff;
  background: #40e0d0;
}

.reply-arrow {
  font-size: 16px;
  transition: transform .3s;
}

.comment-reply-btn:hover .reply-arrow {
  transform: translateX(3px);
}

.comment-content {
  padding-left: 75px;
}

.comment-content p {
  color: #666;
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.replies-container {
  margin-top: 20px;
  margin-left: 6rem;
  padding-left: 30px;
}

.reply-item {
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 15px;
  padding: 20px;
}

.reply-form-container {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-top: 20px;
  margin-left: 50px;
  padding: 20px;
}

.reply-form .form-label {
  color: var(--main-clr);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.required-star {
  color: #e74c3c;
  margin-left: 2px;
}

.form-label {
  margin-bottom: 8px;
  color: var(--main-clr) !important;
}

.form-control {
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 16px;
  transition: all .3s;
  background-color: var(--feild-clr) !important;
}

.form-control:focus {
  border-color: var(--active-clr);
  background-color: #fff;
  box-shadow: 0 0 0 .2rem #77c0c040;
}

.form-control.is-invalid {
  border-color: #dc3545;
}

.invalid-feedback {
  color: #dc3545;
  margin-top: 4px;
  font-size: 14px;
}

.btn-submit {
  color: #fff;
  cursor: pointer;
  background: #0e4444;
  border: 1px solid #0e4444;
  border-radius: 50px;
  padding: 12px 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}

.btn-submit:hover {
  color: #fff;
  background: var(--active-clr);
  border-color: var(--active-clr);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #40e0d04d;
}

.btn-submit:disabled {
  cursor: not-allowed;
  box-shadow: none;
  background: #6c757d;
  border-color: #6c757d;
  transform: none;
}

.reply-form .btn-primary {
  background: #0e4444;
  border-color: #0e4444;
  border-radius: 25px;
  padding: 8px 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  transition: all .3s;
}

.reply-form .btn-primary:hover {
  background: #40e0d0;
  border-color: #40e0d0;
  transform: translateY(-1px);
}

.reply-form .btn-secondary {
  border-radius: 25px;
  padding: 8px 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  transition: all .3s;
}

.reply-form .btn-secondary:hover {
  transform: translateY(-1px);
}

@media (width <= 1024px) {
  .tips-comments-section {
    padding: 40px 20px;
  }

  .comment-avatar {
    width: 50px;
    height: 50px;
  }

  .comment-content {
    padding-left: 65px;
  }

  .leave-comment-section {
    padding: 30px;
  }

  .form-row {
    gap: 15px;
  }

  .tips-hero-img {
    height: 340px;
  }

  .subscribe-container {
    width: 50%;
  }
}

@media (width <= 768px) {
  .tips-comments-section {
    padding: 30px 15px;
  }

  .comments-container {
    margin-bottom: 50px;
  }

  .tips-hero-img-overlay {
    padding: 3rem;
  }

  .tips-hero {
    width: 100%;
  }

  .tips-hero-img {
    height: 280px;
  }

  .comments-list {
    gap: 25px;
  }

  .comment-header {
    flex-wrap: wrap;
    gap: 10px;
  }

  .comment-avatar {
    width: 45px;
    height: 45px;
  }

  .comment-author {
    font-size: 16px;
  }

  .comment-date {
    font-size: 13px;
  }

  .comment-reply-btn {
    padding: 6px 10px;
    font-size: 13px;
  }

  .comment-content {
    margin-top: 15px;
    padding-left: 0;
  }

  .comment-content p {
    font-size: 14px;
    line-height: 1.6;
  }

  .replies-container {
    border-left-width: 2px;
    margin-left: 20px;
    padding-left: 15px;
  }

  .reply-item {
    padding: 15px;
  }

  .reply-form-container {
    margin-left: 20px;
    padding: 15px;
  }

  .leave-comment-section {
    padding: 25px 20px;
  }

  .leave-comment-section .form-control {
    padding: 10px 12px;
    font-size: 14px;
  }

  .btn-submit {
    width: 100%;
    padding: 12px 30px;
    font-size: 15px;
  }

  .subscribe-container {
    width: 70%;
  }
}

@media (width <= 480px) {
  .tips-comments-section {
    padding: 20px 10px;
  }

  .tips-hero-img {
    height: 250px;
  }

  .comment-header {
    gap: 8px;
  }

  .comment-avatar {
    width: 40px;
    height: 40px;
  }

  .comment-author {
    font-size: 15px;
  }

  .comment-date {
    font-size: 12px;
  }

  .replies-container {
    margin-left: 15px;
    padding-left: 10px;
  }

  .reply-item {
    padding: 12px;
  }

  .reply-form-container {
    margin-left: 15px;
    padding: 12px;
  }

  .leave-comment-section {
    padding: 20px 15px;
  }

  .subscribe-container {
    width: 100%;
  }

  .leave-comment-section .form-control {
    padding: 8px 10px;
    font-size: 13px;
  }

  .btn-submit {
    width: 100%;
    padding: 10px 25px;
    font-size: 14px;
  }
}

.tip-details-wrapper ul li button {
  cursor: pointer;
  transition: all .3s;
}

.tip-details-wrapper ul li button:hover {
  opacity: .8;
  transform: translateY(-2px);
}

.tip-details-wrapper ul li button:focus {
  border-radius: 4px;
  outline: none;
  box-shadow: 0 0 0 2px #007bff40;
}

.tip-details-wrapper ul li button:active {
  transform: translateY(0);
}


/* [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, 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");
  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 {
  -webkit-backface-visibility: hidden;
  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]/app/styles/home.css [app-client] (css) */
.homeHeroT {
  color: #0e4444;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
}

.homeHeroD {
  color: #6f6f6f;
  font-size: 19px;
  font-weight: 400;
  line-height: 140%;
}

.leftBord {
  border-left: 3px solid #83838380;
}

.homeIcons {
  color: #fbfbfb;
  cursor: pointer;
  border: 1px solid #fbfbfb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.BigHomeTXT {
  color: #fbfbfb;
  font-weight: 600;
}

.SmallHomeTXT {
  color: #fbfbfb;
  font-weight: 400;
}

.blueText {
  color: #77c0c0;
}

.posTextForH {
  bottom: 32%;
}

.bannerBG {
  background-color: #0e4444;
}

.home-mega-number {
  color: var(--gray-text);
  font-size: 180px;
  font-weight: 400;
  position: absolute;
  bottom: 30%;
  font-family: Impact, Haettenschweiler, Arial Narrow Bold, sans-serif !important;
}

.home-mega-number:after {
  content: "";
  background-color: #fbfbfb;
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.homeYearsText {
  color: #3c3c3c;
  font-weight: 600;
}

.homeFullButton {
  color: #fff;
  cursor: pointer;
  background: url("/assets/images/UnionGreen.png") 0 / contain no-repeat;
  border: none;
  justify-content: space-between;
  align-items: center;
  width: 294px;
  height: 56px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.homeFullButton:hover {
  color: #77c0c0;
  text-decoration: none;
}

.homeFullButton:focus-visible {
  outline: 2px solid var(--active-clr);
  outline-offset: 4px;
  border-radius: 28px;
}

.homeFullButton .text {
  text-align: center;
  padding-left: 50px;
}

.homeFullButton .icon {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.homeFullButton:hover .icon {
  background-color: #0000;
  transform: none;
}

.homeFullButton .icon svg {
  transition: transform .2s ease-in-out;
}

.homeFullButton:hover .icon svg {
  transform: translateX(2px);
}

.home-sol-title {
  color: #3c3c3c;
  font-weight: 700;
}

.home-sol-title-color {
  color: #77c0c0;
}

.home-sol-desc {
  color: #6f6f6f;
  font-weight: 400;
}

.nerdItSol {
  color: var(--light-gray-clr);
  width: fit-content;
  font-size: 47px;
  font-weight: 700;
  line-height: 1.4;
  bottom: 87.4%;
}

.home-text-unlock-pos {
  right: 25%;
}

.unlockLink {
  color: #0e4444;
  font-weight: 400;
  text-decoration: none !important;
}

.unlockBG {
  background-image: url("/assets/images/homeContact.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-at-nerd-title {
  color: var(--gray-text);
  font-weight: 700;
  line-height: 1.4;
}

.home-at-nerd-desc {
  color: #393939;
  font-weight: 400;
  line-height: 1.4;
}

.homeNumber {
  color: #393939;
  background-color: #d9d9d9;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-weight: 700;
  display: flex;
  font-family: Poppins, sans-serif !important;
}

.homeNumebrContainer {
  background-color: #fbfbfb;
  width: fit-content;
  max-width: fit-content;
  max-height: fit-content;
  position: relative;
}

[dir="ltr"] .homeNumebrContainer {
  border-bottom-right-radius: 20px;
}

[dir="rtl"] .homeNumebrContainer {
  border-bottom-left-radius: 20px;
}

.homeCardLink {
  color: #3c3c3c;
  width: fit-content;
  font-weight: 700;
  text-decoration: none;
}

.homeCardDesc {
  color: #6f6f6f;
  font-weight: 400;
}

.homeCardTitle {
  color: #0e4444;
  text-decoration: none !important;
}

.homeTitle span {
  color: #0e4444;
  font-weight: 400;
}

.homeCardBG {
  background-color: #d9d9d9;
  transition: all .5s;
}

.homeCardBG:hover {
  background-color: #0e4444;
}

.homeCardBG:hover .homeCardTitle span, .homeCardBG:hover .homeCardDesc {
  color: #fbfbfb !important;
}

.homeCardBG:hover .homeCardLink {
  color: #77c0c0 !important;
}

.homeCardBG:hover .homeCardIMG {
  filter: brightness(0) saturate() invert();
}

.home-view-all-services {
  color: #f5f5f5;
  background-color: #0e4444;
  border: 1px solid #0e4444;
  font-weight: 400;
  text-decoration: none !important;
}

.home-view-all-services:hover {
  color: #0e4444;
  background-color: #fbfbfb;
  border: 1px solid #0e4444;
}

.home-hero-section {
  position: relative;
}

.home-hero-wrapper {
  width: 100%;
  position: relative;
}

.home-hero-bg {
  object-fit: cover;
  border-radius: 16px;
  min-height: 350px;
}

.home-hero-headmaster {
  z-index: 2;
  width: 58%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-hero-content {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-hero-bottom {
  z-index: 10;
  pointer-events: none;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.home-hero-card {
  pointer-events: auto;
  background: #ddd;
  border-radius: 36px;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 900px;
  min-height: 180px;
  padding: 2.5rem;
  display: flex;
  box-shadow: 0 8px 32px #0000001a;
}

@media (width <= 1400px) {
  .home-mega-number {
    font-size: 140px;
    bottom: 30%;
  }

  .nerdItSol {
    font-size: 40.5px;
    bottom: 87.4%;
  }
}

@media (width <= 1200px) {
  .home-mega-number {
    font-size: 120px;
    bottom: 33%;
  }

  .nerdItSol {
    font-size: 33.5px;
    bottom: 87.4%;
  }
}

@media (width <= 991.98px) {
  .home-hero-headmaster {
    display: none !important;
  }

  .nerdItSol {
    font-size: 51.5px;
    bottom: 87.4%;
  }

  .home-hero-bottom {
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 .5rem;
    position: static;
  }

  .home-hero-card {
    width: 100vw;
    min-height: unset;
    border-radius: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    padding: 1.5rem 1rem;
  }

  .home-hero-stat-col {
    padding: .5rem;
  }
}

.home-hero-stat-col {
  min-width: 220px;
  padding: 0 2rem;
}

@media (width <= 768px) {
  .nerdItSol {
    font-size: 37.5px;
    bottom: 87.4%;
  }
}

@media (width <= 575.98px) {
  .home-hero-card {
    border-radius: 14px;
    padding: 1rem .5rem;
  }

  .home-hero-stat-col {
    min-width: 140px;
    padding: 0 .5rem;
  }
}

.home-hero-stats-card {
  z-index: 10;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  background: #ddd;
  border-radius: 36px 80px 36px 36px;
  align-items: center;
  min-width: 60%;
  max-width: 70%;
  min-height: 170px;
  padding: 2.5rem;
  display: flex;
  position: absolute;
  bottom: 2.5%;
  left: 2.5%;
  box-shadow: 0 8px 32px #0000001a;
}

@media (width <= 991.98px) {
  .home-hero-stats-card {
    clip-path: none;
    border-radius: 18px;
    min-width: 100%;
    max-width: 100%;
    margin-top: 1.5rem;
    padding: 1.5rem 1rem;
    position: static;
  }
}

.home-hero-social-icons {
  z-index: 11;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 4%;
  right: 3.5%;
}

.home-hero-stats-card-img-wrapper {
  z-index: 10;
  width: 58%;
  max-width: 58%;
  height: 22%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.stats-card-bg-img {
  object-fit: fill;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.stats-card-content {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

@media (width <= 1199.98px) {
  .homeHeroT {
    font-size: 21px !important;
  }

  .homeHeroD {
    font-size: 15px !important;
  }
}

@media (width <= 991.98px) {
  .homeHeroT {
    font-size: 16px !important;
  }

  .homeHeroD {
    font-size: 12px !important;
  }

  .stats-card-content {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    height: 100%;
    padding: 1.5rem 1rem;
  }
}

@media (width <= 767.98px) {
  .homeHeroT {
    font-size: 12px !important;
  }

  .homeHeroD {
    font-size: 8px !important;
  }
}

@media (width <= 575.98px) {
  .home-mega-number {
    font-size: 110px;
    bottom: 33%;
  }

  .stats-card-content {
    padding: 1rem .5rem;
  }
}

@media (width <= 530px) {
  .nerdItSol {
    font-size: 32.5px;
    bottom: 87.4%;
  }
}

@media (width <= 450px) {
  .home-mega-number {
    font-size: 100px;
    bottom: 33%;
  }

  .nerdItSol {
    font-size: 28.5px;
    bottom: 87.4%;
  }
}

@media (width <= 400px) {
  .nerdItSol {
    font-size: 24.5px;
    bottom: 87.4%;
  }

  .home-mega-number {
    font-size: 80px;
    bottom: 33%;
  }
}

.home-unlock-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.unlock-img {
  height: 532px;
}

[dir="ltr"] .unlock-img {
  transform: scaleX(-1);
}

[dir="rtl"] .unlock-img {
  transform: scaleX(1);
}

.home-unlock-text {
  background: #ffffffeb;
  border-radius: 1rem 0 0 1rem;
  min-width: 320px;
  max-width: 55%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  box-shadow: 0 4px 24px #00000012;
}

@media (width <= 991.98px) {
  .home-unlock-text {
    max-width: 100%;
    box-shadow: none;
    background: #fff;
    border-radius: 1rem;
    margin-top: 1rem;
    position: static;
    transform: none;
  }

  .banner-img {
    width: 160px !important;
  }
}

.home-unlock-card {
  z-index: 2;
  width: 50%;
  position: absolute;
  top: 33%;
}

[dir="ltr"] .home-unlock-card {
  left: 37%;
}

[dir="rtl"] .home-unlock-card {
  right: 37%;
}

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

.home-unlock-bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  min-height: 400px;
  position: relative;
}

.home-unlock-overlay {
  z-index: 2;
  background: #ffffffeb;
  border-radius: 1rem 0 0 1rem;
  min-width: 320px;
  max-width: 55%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  box-shadow: 0 4px 24px #00000012;
}

@media (width <= 991.98px) {
  .home-unlock-overlay {
    max-width: 100%;
    min-width: unset;
    box-shadow: none;
    border-radius: 1rem;
    margin-top: 1rem;
    position: static;
    transform: none;
  }

  [dir="ltr"] .home-unlock-card {
    left: 48%;
  }

  [dir="rtl"] .home-unlock-card {
    right: 48%;
  }

  .home-unlock-bg-img {
    min-height: 320px;
  }
}

@media (width <= 767.98px) {
  .home-unlock-card {
    z-index: 1;
    margin-top: 1.5rem;
    width: 100% !important;
    top: unset !important;
    position: static !important;
  }

  [dir="ltr"] .home-unlock-card {
    left: unset !important;
  }

  [dir="rtl"] .home-unlock-card {
    right: unset !important;
  }

  .unlock-img {
    height: 450px;
    margin: 0 auto;
    display: block;
    width: 100% !important;
  }

  .banner-img {
    width: 140px !important;
    height: 90px !important;
  }
}

@media (width <= 650px) {
  .unlock-img {
    height: 400px;
  }
}

@media (width <= 500px) {
  .unlock-img {
    height: 350px;
  }

  .banner-img {
    width: 100px !important;
    height: 70px !important;
  }
}

@media (width <= 400px) {
  .unlock-img {
    height: 300px;
  }

  .banner-img {
    width: 80px !important;
    height: 60px !important;
  }
}

@media (width <= 350px) {
  .nerdItSol {
    font-size: 21.5px;
    bottom: 87.4%;
  }
}

.testimonials-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.testimonials-title-wrapper {
  padding-right: 2rem;
}

.testimonials-main-title {
  color: #2c3e50;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.testimonials-highlight-title {
  color: #3498db;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.testimonials-slider-wrapper {
  width: 100%;
  overflow: hidden;
}

.testimonial-card {
  background: #f4f4f4;
  border-radius: 12px;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  box-shadow: 0 4px 20px #00000014;
}

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

.testimonial-content {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.testimonial-text {
  color: #666;
  flex-grow: 1;
  margin-bottom: 1.5rem;
  font-family: Inter, sans-serif;
  font-size: .95rem;
  line-height: 1.6;
}

.testimonial-rating {
  gap: .25rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial-star {
  font-size: 1.1rem;
  transition: color .2s;
}

.testimonial-star.filled {
  color: #f8a401;
}

.testimonial-star.half {
  background: linear-gradient(90deg, #f8a401 50%, #e0e0e0 50%);
  -webkit-text-fill-color: transparent;
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.testimonial-star.empty {
  color: #e0e0e0;
}

.testimonial-author {
  align-items: center;
  gap: 1rem;
  margin-top: auto;
  display: flex;
}

.author-avatar {
  border: 3px solid #d9d9d9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
}

.avatar-img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.avatar-placeholder {
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(135deg, #3498db, #2980b9);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
}

.author-info {
  flex: 1;
}

.author-name {
  color: #2c3e50;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

@media (width <= 992px) {
  .testimonials-section {
    padding: 60px 0;
  }

  .testimonials-main-title, .testimonials-highlight-title {
    font-size: 2.8rem;
  }

  .testimonials-title-wrapper {
    text-align: center;
    margin-bottom: 2rem;
    padding-right: 0;
  }

  .testimonials-slider-wrapper {
    margin-top: 1rem;
  }

  .testimonial-card {
    padding: 1.5rem;
  }
}

@media (width <= 768px) {
  .testimonials-section {
    padding: 40px 0;
  }

  .testimonials-main-title, .testimonials-highlight-title {
    font-size: 2.2rem;
  }

  .testimonials-slider-wrapper {
    margin-top: 1.5rem;
  }

  .testimonial-card {
    padding: 1.5rem;
  }

  .testimonial-text {
    font-size: .9rem;
  }

  .author-avatar {
    width: 45px;
    height: 45px;
  }

  .author-name {
    font-size: 1rem;
  }
}

@media (width <= 480px) {
  .testimonials-main-title, .testimonials-highlight-title {
    font-size: 1.8rem;
  }

  .testimonial-card {
    padding: 1.25rem;
  }

  .testimonial-text {
    font-size: .85rem;
    line-height: 1.5;
  }

  .testimonial-star {
    font-size: 1rem;
  }

  .author-avatar {
    width: 40px;
    height: 40px;
  }

  .author-name {
    font-size: .95rem;
  }
}

@media (width <= 350px) {
  .testimonials-main-title, .testimonials-highlight-title {
    font-size: 1.6rem;
  }

  .testimonial-card {
    padding: 1rem;
  }
}


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