@charset "UTF-8";
@font-face {
  font-family: "IRANSans";
  src: url("fonts/Iransans/IRANSansWeb.woff2") format("woff2"), url("fonts/Iransans/IRANSansWeb.woff") format("woff"), url("fonts/Iransans/IRANSansWeb.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IRANSans";
  src: url("fonts/Iransans/IRANSansWeb_Bold.woff2") format("woff2"), url("fonts/Iransans/IRANSansWeb_Bold.woff") format("woff"), url("fonts/Iransans/IRANSansWeb_Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "IRANSans";
  src: url("fonts/Iransans/IRANSansWeb_Black.woff2") format("woff2"), url("fonts/Iransans/IRANSansWeb_Black.woff") format("woff"), url("fonts/Iransans/IRANSansWeb_Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "IRANSans";
  src: url("fonts/Iransans/IRANSansWeb_Light.woff2") format("woff2"), url("fonts/Iransans/IRANSansWeb_Light.woff") format("woff"), url("fonts/Iransans/IRANSansWeb_Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "IRANSans";
  src: url("fonts/Iransans/IRANSansWeb_Medium.woff2") format("woff2"), url("fonts/Iransans/IRANSansWeb_Medium.woff") format("woff"), url("fonts/Iransans/IRANSansWeb_Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "IRANSans";
  src: url("fonts/Iransans/IRANSansWeb_UltraLight.woff2") format("woff2"), url("fonts/Iransans/IRANSansWeb_UltraLight.woff") format("woff"), url("fonts/Iransans/IRANSansWeb_UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
.btn-success-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 8px 6vw;
  border-radius: 10px;
  box-shadow: none;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .btn-success-custom {
    padding: 8px 36px;
  }
}
.btn-success-custom > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.btn-success-custom span {
  font-weight: 500;
  font-size: 3vw;
}
@media (min-width: 768px) {
  .btn-success-custom span {
    font-size: 14px;
  }
}
.btn-success-custom {
  background-color: rgb(0, 69, 52);
  border: none;
  color: #fff;
}
.btn-success-custom span {
  color: white;
}
.btn-success-custom:hover:not(:disabled), .btn-success-custom:focus:not(:disabled) {
  background-color: rgb(19, 109, 87) !important;
  color: white !important;
}
.btn-success-custom:hover:not(:disabled) span, .btn-success-custom:focus:not(:disabled) span {
  color: white !important;
}
.btn-success-custom:disabled, .btn-success-custom.ant-btn-disabled {
  background-color: rgba(0, 69, 52, 0.7) !important;
  border: none !important;
}
.btn-success-custom:disabled span, .btn-success-custom.ant-btn-disabled span {
  color: rgba(255, 255, 255, 0.7) !important;
}

.btn-primary {
  background-color: #34495e;
  border-color: #34495e;
  color: #ffffff;
  font-weight: 500;
}
.btn-primary:hover {
  background-color: #2c3e50;
  border-color: #2c3e50;
}

.btn-secondary {
  background-color: #7f8c8d;
  border-color: #7f8c8d;
  color: #ffffff;
  font-weight: 500;
}
.btn-secondary:hover {
  background-color: #6c7a7b;
  border-color: #6c7a7b;
}

.btn-primary-rtl {
  background-color: #27657B;
  border-color: #27657B;
  color: #ffffff;
  font-weight: 500;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.btn-primary-rtl:hover {
  background-color: #1f5062;
  border-color: #1f5062;
}

.btn-secondary-rtl {
  background-color: #6A8690;
  border-color: #6A8690;
  color: #ffffff;
  font-weight: 500;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.btn-secondary-rtl:hover {
  background-color: #597078;
  border-color: #597078;
}

.download-btn {
  min-width: 180px;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 1rem;
}
.download-btn i {
  font-size: 1.2rem;
}

html,
body {
  overflow-x: hidden;
}

body {
  background-color: #E8F6F3 !important;
  font-family: "IRANSans", sans-serif;
}
body.page-template-page-full #main {
  max-width: 100%;
}
body.admin-bar #header.fixed-top {
  top: var(--wp-admin--admin-bar--height);
}
body.admin-bar .edit-link a {
  color: #fff !important;
  font-weight: normal !important;
  text-decoration: none !important;
}
body.admin-bar .edit-link a::before {
  content: "✎";
  display: inline-block;
  margin-right: 5px;
}

nav#header {
  background-color: #E8F6F3 !important;
}

button,
a.btn {
  --bs-border-radius: 0.5rem !important;
}

img {
  vertical-align: middle;
}

.card-img-wrapper {
  width: 100%;
  aspect-ratio: 1.68;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.card-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.navbar-brand {
  font-size: 2rem !important;
  font-weight: 600 !important;
}
.navbar-brand img {
  height: 60px;
  width: auto;
}

@media (max-width: 767px) {
  .navbar-brand {
    margin: 0 !important;
  }
}
header a.nav-link {
  font-size: 1.075rem !important;
  font-weight: 700 !important;
  margin-left: 10px;
  margin-right: 10px;
}

.search-form .form-control {
  max-width: 210px;
}

.header-img-wrapper {
  width: calc(100% - 2rem);
  margin: 0 auto 3rem;
  aspect-ratio: 1/0.45;
  border: 1px solid #475569;
  opacity: 1;
  border-radius: 20px;
}
.header-img-wrapper img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .header-img-wrapper {
    width: 100%;
    margin: 0 auto 5rem;
    aspect-ratio: 1/0.35;
  }
}

.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  justify-content: center !important;
  display: flex;
}

.navbar-static-top {
  margin-bottom: 30px;
}

#main {
  margin-top: 1rem;
}

.post-thumbnail,
.wp-video,
.embed-responsive {
  margin: 5px 0;
  width: 100% !important;
}

.post img,
.post-thumbnail img {
  max-width: 100%;
  height: auto;
}

.widget-area ul {
  list-style: none;
  padding: 0;
}

.author-avatar .avatar {
  width: 64px;
  height: auto;
}

.author-info {
  margin: 40px 0;
}
.author-info h2,
.author-info h3 {
  margin-top: 0;
}

.sticky .card {
  background-color: #f8f9fa;
}

.entry-meta {
  font-size: small;
  margin-top: 15px;
}

.single .entry-content,
.single .post-navigation,
.single #comments-title {
  margin: 30px 0;
}

#comments {
  margin-top: 30px;
}

.comment-meta {
  height: 40px;
}

.comment-reply-title {
  margin: 30px 0 15px;
}

.commentlist {
  list-style: none;
  margin: 0 auto;
  width: 68.9%;
}
.commentlist > li.comment {
  margin: 0 0 1.625em;
  padding: 1.625em;
  position: relative;
}
.commentlist .children {
  list-style: none;
  margin-top: 30px;
}
.commentlist .children > li.comment {
  border-top: 1px solid #dee2e6;
  padding-top: 30px;
  position: relative;
}
.commentlist .avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  box-shadow: 0 1px 2px #6c757d;
  padding: 0;
  position: absolute;
  top: 0;
  left: -102px;
}

.wp-block-image img,
.wp-block-image video,
.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
}

@media (max-width: 575.98px) {
  #sidebar {
    margin-top: 60px;
  }
}
#header .search-form {
  min-width: 250px;
}

.nav-tabs {
  --bs-nav-tabs-link-active-bg: unset;
}
.nav-tabs .nav-link.active {
  border: unset;
  border-bottom: 0.1875rem solid rgba(0, 65, 21, 0.7098039216);
}

.custom-nav-link {
  --bs-nav-link-color: #0F4C45 !important;
  font-weight: bold !important;
}
.custom-nav-link:hover {
  color: #212529 !important;
}

.custom-nav-item {
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}

.news-label {
  font-weight: 500;
  font-size: 20px;
}
@media (min-width: 768px) {
  .news-label {
    font-size: 20px;
  }
}

.see-all-btn {
  color: #198754;
  text-decoration: none;
  font-weight: 800;
  font-size: 1rem;
}
.see-all-btn:hover {
  text-decoration: none;
  color: #000;
}

.news-description {
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .news-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
  }
}

.custom-news-card {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .custom-news-card {
    width: 390px;
    aspect-ratio: 390/495;
    border-radius: 15px;
    border: 1px solid rgba(0, 65, 21, 0.7098039216);
    justify-content: space-between;
    --bs-card-spacer-y: 2rem !important;
    --bs-border-radius: 0.8rem !important;
  }
  .custom-news-card .card-img-wrapper {
    width: 300px;
    aspect-ratio: 300/225;
    margin: 40px auto 0 auto;
    border-radius: 10px;
    overflow: hidden;
  }
  .custom-news-card .card-img-top {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .custom-news-card .card-body {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.news-box-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .news-box-wrapper {
    width: 1245px;
  }
}

.news-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  display: block;
  padding-left: 1rem;
  white-space: nowrap;
}
.news-scroll::-webkit-scrollbar {
  display: none;
}

.news-scroll-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}

.news-scroll-card {
  flex: 0 0 auto;
  width: 240px;
  height: 300px;
  scroll-snap-align: start;
  border-radius: 10px;
  border: 1px solid rgba(0, 65, 21, 0.7098039216);
  overflow: hidden;
}
.news-scroll-card .custom-news-card {
  box-sizing: border-box;
  width: 100% !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
}
.news-scroll-card .card-img-wrapper {
  width: 100%;
  aspect-ratio: 240/150;
  border-radius: 0;
  overflow: hidden;
  flex-shrink: 0;
  margin-top: 0;
}
.news-scroll-card .card-img-top {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.news-scroll-card .card-body {
  width: 100%;
  padding: 10px 12px;
  box-sizing: border-box;
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.news-scroll-card .news-label {
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}
.news-scroll-card .news-description {
  font-size: 0.72rem;
  line-height: 1.3;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
.news-scroll-card .btn-success-custom {
  padding: 6px 12px;
  font-size: 0.72rem;
  width: 100%;
}
@media (min-width: 768px) {
  .news-scroll-card {
    width: 164.813px;
    height: 235px;
  }
  .news-scroll-card .card-img-wrapper {
    width: 141.984px;
    height: 111.456px;
    margin: 10px auto 0;
  }
  .news-scroll-card .card-body {
    padding: 12px;
  }
  .news-scroll-card .news-label {
    font-size: 12px;
  }
  .news-scroll-card .btn-success-custom {
    padding: 6px 12px;
    font-size: 12px;
    width: auto;
  }
}

@media (max-width: 767.98px) {
  .see-all-btn {
    font-weight: 500;
    font-size: 0.8rem;
  }
  .news-section-label {
    font-size: 20px !important;
  }
  .row.d-md-flex {
    display: none !important;
  }
  .news-description {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
  }
}
.test-provider {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.test-provider-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 8rem;
  height: 8rem;
}

.test-provider-logo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}

.test-provider-scroll {
  overflow: hidden;
  direction: ltr;
  white-space: nowrap;
}
.test-provider-scroll::-webkit-scrollbar {
  display: none;
}
.test-provider-scroll .scroll-track {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  flex-shrink: 0;
}

.exam-tabs-label {
  font-weight: 800;
  font-size: 0.85rem;
}
@media (min-width: 768px) {
  .exam-tabs-label {
    font-size: 1rem;
  }
}

.exam-tabs-month-year {
  font-weight: 400;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .exam-tabs-month-year {
    font-size: 0.875rem;
  }
}

.exam-tabs-description-label {
  font-weight: 700;
  font-size: 0.8rem;
  text-align: right;
}
@media (min-width: 768px) {
  .exam-tabs-description-label {
    font-size: 1rem;
  }
}

.exam-tabs-description-text {
  font-weight: 400;
  font-size: 0.75rem;
  text-align: justify;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .exam-tabs-description-text {
    font-size: 0.875rem;
    height: 82px;
    -webkit-line-clamp: unset;
  }
}

.exam-tabs-footer-text {
  font-weight: 400;
  font-size: 11px;
}
@media (min-width: 768px) {
  .exam-tabs-footer-text {
    font-size: 12px;
  }
}

.make-block {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

p.make-block {
  margin-bottom: 10px;
}

.custom-star-full {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 2px solid black;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.custom-star-empty {
  display: none;
}

.month-year {
  font-weight: 500;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.431372549);
}
@media (min-width: 768px) {
  .month-year {
    font-size: 1rem;
  }
}

.sort-label {
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  letter-spacing: -4%;
}

.select-year {
  direction: rtl;
  text-align: right;
  padding-right: 1.5rem;
  background-position: 0.5rem center;
}

@media (max-width: 575.98px) {
  .exam-tabs-section-label {
    font-size: 20px;
  }
  .exam-tabs-section-description {
    font-size: 14px;
  }
}
.about-us-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .about-us-title {
    font-size: 28px;
    padding: 0;
  }
}

.about-us-img {
  width: 2.5rem;
  height: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  animation: shake-bottom 3s ease 3s infinite normal forwards;
}
@media (min-width: 768px) {
  .about-us-img {
    width: 3.1875rem;
    height: 5.1875rem;
  }
}

.about-us-content {
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: -0.01em;
  text-align: justify;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .about-us-content {
    line-height: 200%;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .about-us-img {
    width: 3.1875rem;
    height: 5.1875rem;
  }
}
@media (max-width: 767.98px) {
  .about-us-img {
    width: 30px;
    height: auto;
    aspect-ratio: 51/83;
  }
  .about-us-wrapper {
    margin-right: 10px;
  }
  .about-us-title {
    font-size: 20px;
  }
  .about-us-content-fade {
    -webkit-mask-image: linear-gradient(to bottom, #ffffff 60%, rgba(0, 0, 0, 0));
            mask-image: linear-gradient(to bottom, #ffffff 60%, rgba(0, 0, 0, 0));
    max-height: 11em;
    overflow: hidden;
  }
  .about-us-content-fade.expanded {
    -webkit-mask-image: none;
    mask-image: none;
    max-height: none;
    overflow: visible;
  }
  .about-us-toggle {
    color: #198754;
    text-decoration: none;
    font-weight: 800;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }
  .about-us-toggle:hover {
    color: #000;
  }
  .about-us-toggle .toggle-icon {
    font-size: 16px;
    width: 16px;
    height: 16px;
  }
}
.newsletter-wrapper {
  max-width: 350px;
  width: auto;
  flex-direction: column;
  gap: 8px;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .newsletter-wrapper {
    flex-direction: row;
    gap: 0;
    padding: 0;
  }
}

.newsletter-input {
  background-color: rgba(217, 217, 217, 0.78);
  border-radius: 10px;
  border: 1px solid #ccc;
  flex: 1;
  padding: 8px 1rem;
}
@media (min-width: 768px) {
  .newsletter-input {
    padding: 8px 0.75rem;
    border-radius: 0;
  }
}

.newsletter-wrapper .btn-success-custom {
  height: auto;
}

.newsletter-title {
  font-weight: bold;
}

.newsletter-description {
  font-size: 14px;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .newsletter-description {
    font-size: 16px;
    padding: 0;
  }
}

#footer {
  background-color: #093B3B;
  color: #fff;
  padding: 40px 0;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  color: #ccc;
  text-decoration: underline;
}
#footer .edit-link a {
  background-color: #fff;
  color: #093B3B;
  border-radius: 4px;
  padding: 4px 8px;
  font-weight: bold;
}
#footer p {
  margin-top: 10px;
}
#footer .menu-item a[aria-current=page] {
  color: #0a58ca;
}

.footer-menu-title {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 2;
  color: white;
}

.footer-menu-item {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  color: white;
}

.social-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer ul {
  padding: unset;
}
footer .nav {
  --bs-nav-link-padding-x: unset;
}

.member-plans-section {
  margin-top: 4rem;
}

.member-plans-wrapper .custom-gutter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  margin: 0;
}
@media (min-width: 768px) {
  .member-plans-wrapper .custom-gutter {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem;
  }
}

.member-card {
  width: 100%;
  max-width: 18rem;
  flex: 0 0 auto;
  background-color: #E8F6F3;
  border-radius: 20px;
  border: 2px solid #136E61;
  padding: 1rem;
  opacity: 1;
  transform: rotate(0deg);
  position: relative;
  text-align: right;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 768px) {
  .member-card {
    width: 19rem;
    padding: 1.5rem;
  }
}
.member-card.highlighted {
  transform: scale(1.065);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.membership-icon {
  position: absolute;
  top: -3rem;
  left: -1rem;
  width: 5rem;
  height: 5rem;
}
@media (min-width: 768px) {
  .membership-icon {
    top: -4rem;
    left: -2rem;
    width: 8rem;
    height: 8rem;
  }
}

.member-title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -4%;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .member-title {
    font-size: 32px;
    margin-bottom: 1rem;
  }
}

.member-features {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 1.8;
  height: 18.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.member-features li {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .member-features li {
    white-space: nowrap;
  }
}

.member-price {
  font-weight: 700;
  font-size: 18px;
  height: 3rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-label {
  color: black;
}

.price-value,
.toman-unit {
  color: #136E61;
}

.divider {
  color: black;
  margin: 0 8px;
  font-size: 20px;
}

.toman-unit {
  font-size: 14px;
}

.buy-button {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background-color: #136E61;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease;
  margin: 0 auto;
  width: 75%;
}
.buy-button:hover {
  background-color: #0f5c50;
  text-decoration: none;
}

.custom-exam-profile-card {
  width: 320px;
  aspect-ratio: 320/435;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  --bs-card-spacer-y: 1rem !important;
  --bs-border-radius: 0.8rem !important;
  --bs-border-width: 1.5px !important;
}
@media (min-width: 768px) {
  .custom-exam-profile-card {
    width: 320px;
  }
}

.scroll-card .custom-exam-profile-card {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto;
}
.scroll-card .custom-exam-profile-card .card-img-wrapper {
  width: 100%;
  aspect-ratio: 220/130;
  overflow: hidden;
  flex-shrink: 0;
}
.scroll-card .custom-exam-profile-card .card-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scroll-card .custom-exam-profile-card .card-body {
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow: hidden;
  flex: 1;
}
.scroll-card .custom-exam-profile-card .exam-tabs-label {
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.scroll-card .custom-exam-profile-card .exam-tabs-month-year {
  font-size: 0.68rem;
  margin-bottom: 2px;
}
.scroll-card .custom-exam-profile-card .exam-tabs-description-label {
  font-size: 0.68rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.scroll-card .custom-exam-profile-card .exam-tabs-description-text {
  display: none;
}
.scroll-card .custom-exam-profile-card .exam-tabs-footer-text {
  font-size: 0.6rem;
}
.scroll-card .custom-exam-profile-card .mt-3 {
  margin-top: auto !important;
  padding-top: 4px;
}
@media (min-width: 768px) {
  .scroll-card .custom-exam-profile-card .card-img-wrapper {
    height: 100px;
  }
  .scroll-card .custom-exam-profile-card .exam-tabs-description-label {
    display: none;
  }
}

.bg-page-color {
  background-color: #e8f6f3 !important;
}

.exam-profile-page .img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 320/190;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  border: 1px solid #475569;
  border-radius: 1.25rem;
}

.featured-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.8rem;
}

.exam-label {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  text-align: justify;
  padding: 0 0.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .exam-label {
    font-size: 36px;
    line-height: 28px;
    padding: 0;
  }
}

.description-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  text-align: justify;
}

.description-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  text-align: justify;
}

.news-lead {
  font-weight: 700 !important;
  font-size: 18px !important;
}

.download-label {
  font-weight: 700;
  font-size: 36px;
  line-height: 28px;
  text-align: justify;
}

.download-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  text-align: justify;
}

.download-box {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease-in-out;
  text-align: center;
}
.download-box:hover {
  transform: translateY(-5px);
}

.box-title {
  color: #333333;
  font-weight: bold;
}

.box-subtitle {
  font-size: 0.9rem;
  color: #888888 !important;
}

.exam-profile-description {
  position: relative;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
}

.exam-profile-quarter-circle {
  position: absolute;
  top: -30px;
  left: 15px;
  width: 60px;
  height: 60px;
  background-color: #ccddbe;
  border-top-left-radius: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .exam-profile-quarter-circle {
    top: -50px;
    left: 30px;
    width: 100px;
    height: 100px;
  }
}

.section-title {
  color: #2c3e50;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.section-description {
  color: #5d6d7e;
  line-height: 1.8;
  margin-bottom: 5rem;
  text-align: justify;
  font-weight: 300;
  font-size: 1.05rem;
}

.suggested-exams-section-wrapper {
  margin-top: 6rem;
  position: relative;
}

.suggested-exams-hr {
  border-top: 1px solid #ccc;
  width: 25rem;
  margin: 0 auto;
  opacity: 1;
  position: relative;
  z-index: 2;
}

.floating-half-circle {
  position: absolute;
  width: 200px;
  height: 100px;
  background-color: #b8d4d0;
  opacity: 1;
  top: -50px;
  left: 30px;
  border-radius: 0 0 100px 100px;
  transform: rotate(0deg);
  z-index: 1;
}

@media (min-width: 768px) {
  .download-box-separator {
    border-right: 1px solid #dcdcdc;
  }
  .download-box-separator::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 20%;
    width: 1px;
    height: 60%;
    background-color: #dcdcdc;
  }
}

.category-page .img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.35;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  border: 1px solid #475569;
  border-radius: 1.25rem;
}
.category-page .featured-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.8rem;
}

.category-header-row {
  min-height: 80px;
}
@media (min-width: 768px) {
  .category-header-row {
    min-height: 65px;
  }
}

.custom-image-slider #landingCarousel {
  width: 100%;
  aspect-ratio: 1/0.45;
}
@media (min-width: 768px) {
  .custom-image-slider #landingCarousel {
    aspect-ratio: 1/0.35;
  }
}

.slider-ratio .carousel-inner,
.slider-ratio .carousel-item,
.slider-ratio img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .slider-ratio .carousel-inner,
  .slider-ratio .carousel-item,
  .slider-ratio img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.responsive-mx {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .responsive-mx {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media (min-width: 768px) and (min-width: 1280px) {
  .responsive-mx {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
.no-gutter-sm {
  --bs-gutter-x: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  .no-gutter-sm {
    --bs-gutter-x: initial;
    padding-left: initial;
    padding-right: initial;
  }
}

.no-radius-sm {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .no-radius-sm {
    border-radius: initial;
  }
}

.quarter-circle {
  width: 60px;
  height: 60px;
  background-color: #ccddbe;
  border-top-left-radius: 100%;
  animation: bounce 4s ease-in-out infinite;
}
@media (min-width: 768px) {
  .quarter-circle {
    width: 90px;
    height: 90px;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-15px);
  }
}
.quarter-circle-lg {
  width: 60px;
  height: 60px;
  background-color: #136e61;
  border-top-right-radius: 100%;
  border-top-left-radius: 0;
  flex-shrink: 0;
  transform-origin: 50% 50%;
}
@media (min-width: 768px) {
  .quarter-circle-lg {
    width: 80px;
    height: 80px;
  }
}

@keyframes shake-bottom {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }
  10% {
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}
.mobile-scroll {
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  display: block;
  white-space: nowrap;
  padding-left: 1rem;
  cursor: grab;
  position: relative;
  z-index: 1;
}
.mobile-scroll::-webkit-scrollbar {
  display: none;
}

.scroll-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 1rem;
}

.scroll-card {
  flex: 0 0 auto !important;
  width: 220px !important;
  height: 303.6px !important;
  scroll-snap-align: start;
}
.scroll-card .card {
  height: 100% !important;
}
@media (min-width: 768px) {
  .scroll-card {
    width: 167px !important;
    height: 223.78px !important;
  }
}

@media (max-width: 767.98px) {
  .row.d-md-flex {
    display: none !important;
  }
}
.tabs-scroll-container {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding-left: 1rem;
}
.tabs-scroll-container::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .tabs-scroll-container {
    display: none !important;
  }
}

.scroll-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  white-space: nowrap;
  border-bottom: none;
}
.scroll-tabs .nav-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
}/*# sourceMappingURL=main.css.map */