/*
Theme Name: Sentpo Theme
Author: Flyoc Technologies
Author URI: https://www.flyoc.in/
Description: This is a custom theme designed for the Sentpo Study Abroad Consultancy.
Tags: tailwind css, responsive 
Requires at least: 6.4 
Tested up to: 6.5 
Requires PHP: 7.4
Version: 1.0
*/

.image-comparison {
  margin-right: auto;
  margin-left: auto;
}

.image-comparison__slider-wrapper {
  position: relative;
}

.image-comparison__label {
  font-size: 0;
  line-height: 0;
}

.image-comparison__label,
.image-comparison__range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: ew-resize;
  z-index: 20;
}

@media (hover) {
  .image-comparison__range:hover~.image-comparison__slider .image-comparison__thumb {
    transform: scale(1.2);
  }
}

.image-comparison .image-comparison__slider-wrapper .image-comparison__range:active~.image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range:focus~.image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range--active~.image-comparison__slider .image-comparison__thumb {
  transform: scale(0.8);
  background-color: rgba(0, 97, 127, 0.5);
}

.image-comparison__image-wrapper--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 1px);
  height: 100%;
  overflow: hidden;
}

.image-comparison__figure {
  margin: 0;
}

.image-comparison__figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}

.image-comparison__figure:not(.image-comparison__figure--overlay) {
  position: relative;
  padding-top: 66.666666667%;
}

.image-comparison__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 50%;
  object-position: 0 50%;
  overflow: hidden;
}

.image-comparison__figure--overlay .image-comparison__image {
  z-index: 1;
}

.image-comparison__caption {
  position: absolute;
  bottom: 12px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 40.063em) {
  .image-comparison__caption {
    font-size: 12px;
  }
}

.image-comparison__caption--before {
  left: 12px;
  z-index: 2;
}

.image-comparison__caption--after {
  right: 12px;
  text-align: right;
}

.image-comparison__caption-body {
  max-width: 40vmin;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.55);
}

.image-comparison__slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
  z-index: 10;
}

.image-comparison__range--active~.image-comparison__slider {
  background-color: rgba(255, 255, 255, 0);
}

.image-comparison__thumb {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0091df;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
  transform-origin: center;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.image-comparison__range::-webkit-slider-runnable-track {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-moz-range-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-webkit-slider-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-ms-fill-lower {
  background-color: transparent;
}

.image-comparison__range::-ms-track {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: transparent;
  outline: none;
  cursor: col-resize;
}

.image-comparison__range::-ms-thumb {
  width: 0.5%;
  height: 100%;
  opacity: 0;
}

.image-comparison__range::-ms-tooltip {
  display: none;
}


body {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.bottom-footer a,
.other-pages a,
.cookies-pages a {
  color: #3b82f6;
}

.bg-btn {
  background-color: #02abea;
}

.font-small {
  font-size: 10px;
}

.w-max-unset {
  max-width: unset;
}

nav {
  font-size: 14px;
}

.mega-menu {
  opacity: 0;
  visibility: hidden;
  z-index: -900;
  left: 0;
  background-color: #FFF;
  position: absolute;
  text-align: left;
  width: 100%;
  transition: all 0.15s linear 0s;
}

.hoverable {
  position: static;
}

.group:hover .group-block-display,
.sub-submenu:hover+.submenu-block-display {
  display: block;
}

.sub-submenu:hover>.submenu-block-display {
  display: block;
}

.submenu-block-display:hover {
  display: block;
}

.menu-item-hoverable>a:after,
.hoverable>a:after {
  content: "\25BC";
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}

.min-h-bg {
  min-height: 320vh;
}

.masonry {
  column-count: 3;
  column-gap: 1.25rem;
}

.masonry-item {
  break-inside: avoid;
}

.max-height {
  max-height: calc(100vh - 120px);
}

.max-content-height img,
.max-content-height video,
.max-content-height iframe {
  max-height: calc(100vh - 160px);
}

.max-content-height iframe {
  height: calc(100vh - 160px);
  width: 63vw;
}

@media (max-width: 768px) {
  .masonry {
    column-count: 2;
  }

  .max-content-height iframe {
    width: 80vw;
  }
}

@media (max-width: 640px) {
  .masonry {
    column-count: 1;
  }
}

.hoverable:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  z-index: 900;
  margin-top: 8px;
}

.treatment-canada {
  background-image: url('assets/images/country-image/canada.webp');
}

.treatment-latvia {
  background-image: url('assets/images/country-image/latvia.webp');
}

.treatment-united-kingdom {
  background-image: url('assets/images/country-image/uk.webp');
}

.treatment-germany {
  background-image: url('assets/images/country-image/germany.webp');
}

.treatment-australia {
  background-image: url('assets/images/country-image/australia.webp');
}

.treatment-sweden {
  background-image: url('assets/images/country-image/sweden.webp');
}

.treatment-new-zealand {
  background-image: url('assets/images/country-image/new-zealand.webp');
}

.treatment-ireland {
  background-image: url('assets/images/country-image/ireland.webp');
}

.max-480 {
  max-height: 480px;
}

.banner-height {
  min-height: calc(100vh - 89px);
}

.bg-video {
  background-image: linear-gradient(to right, #8db737, #51b284, #02abea);
  opacity: 0.8;
}

.flag {
  height: 50px;
  display: inline;
}

@keyframes showup {

  0%,
  95% {
    display: block;
    opacity: 1;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes slide-in {

  0%,
  10% {
    margin-left: -800px;
  }

  35%,
  100% {
    margin-left: 0px;
  }
}

@keyframes hide {

  0%,
  95% {
    display: block;
    opacity: 1;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

.animate-showup {
  animation: showup 15s infinite;
}

.animate-slide-in {
  animation: slide-in 15s infinite;
}

.animate-hide {
  animation: hide 15s infinite;
}

.main-banner h1 {
  line-height: 70px;
}

.leading-loose {
  line-height: 2rem;
}

@media (max-width: 639px) {
  .main-banner {
    background-position-x: 40%;
  }

  .main-banner h1 {
    min-height: 300px;
  }

  .rounded-t-3xl {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .rounded-b-3xl {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }

}

@media (min-width: 639px) and (max-width: 1024px) {
  .banner-height {
    min-height: 100vh;
  }

  .treatment-details-wrap {
    margin: 20px 0 20px -50px;
  }
}

.typing-effect {
  border-right: 2px solid #2c5282;
  overflow: hidden;
  animation: blink 0.75s step-end infinite;
}

@media (min-width: 1024px) {
  .typing-effect {
    text-wrap: nowrap;
  }

  .max-w-56 {
    max-width: 14rem;
  }

  .treatment-details-wrap {
    margin: 70px 0 70px -110px;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.nhs-bg {
  background-color: #005eb9;
}

.bottom-footer {
  font-size: 12px;
}

.other-pages ul li {
  list-style-position: outside;
}

.other-pages a,
.cookies-pages a {
  text-decoration: underline;
}

.cookies-pages ol {
  counter-reset: item
}

.cookies-pages li {
  display: block;
  padding-left: 12px;
}

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

.b-box {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
}



.inline-block {
  max-width: 100%;
  display: inline-block;
}

.page-wrapper {
  z-index: 0;
  position: relative;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_date-text {
  letter-spacing: -0.03em;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 12px;
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  min-height: 12px;
  max-height: 12px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 7px #60b36f;
}

.timeline_progress {
  z-index: -2;
  background-color: #499152;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_progress-bar {
  z-index: -1;
  background: #8db737;
  background: -webkit-linear-gradient(to bottom, #8db737, #02abea);
  background: linear-gradient(to bottom, #8db737, #02abea);

  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.section-timeline {
  z-index: -3;
  position: relative;
}

.section-timeline-footer {
  min-height: 60vh;
}

.timeline_link {
  opacity: 0.6;
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity 0.3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

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

.text-colour-lightgrey {
  color: #ffffffa6;
}

.overlay-fade-top {
  background-image: linear-gradient(#fff, #ffffff00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #fff, #ffffff00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

@media screen and (max-width: 767px) {
  .timeline_item {
    grid-template-columns: 50px 1fr;
    width: 100%;
  }

  .timeline_left {
    text-align: left;
    grid-area: 1 / 2 / 2 / 3;
    padding-right: 12px;
  }

  .timeline_centre {
    justify-content: center;
    grid-area: 1 / 1 / 3 / 2;
  }

  .timeline_right {
    grid-area: span 1 / span 1 / span 1 / span 1;
    padding-right: 12px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
  }

  .timeline_progress {
    left: 24px;
  }

}

.marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-content {
  display: flex;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

.mh-500 {
  min-height: 500px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: unset
}

.swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  background-color: #cbd5e1;
  border-radius: 9999px;
  transition: all 0.3s ease;
  margin: 0 4px !important;
}

.swiper-pagination-bullet-active {
  width: 40px;
  background-color: #2563eb !important;
}

.study-country li {
  list-style-type: disc;
  margin-left: 1.25rem;
  padding-bottom: .5rem;
}

/* Pagination container */
.page-navigation {
  text-align: center;
  margin-top: 3rem;
}

/* Pagination links */
.page-numbers {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #4a5568;
  /* Gray 700 */
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  /* Light Gray */
  border-radius: 0.375rem;
  /* Rounded corners */
  transition: background-color 0.3s, color 0.3s;
}

.page-numbers.current {
  background-color: #38b2ac;
  /* Teal 500 */
  color: #ffffff;
  border-color: #38b2ac;
  /* Teal 500 */
}

.page-numbers:hover {
  background-color: #38b2ac;
  /* Teal 500 */
  color: #ffffff;
  border-color: #38b2ac;
  /* Teal 500 */
}

/* Previous and next buttons */
.prev,
.next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #4a5568;
  /* Gray 700 */
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  /* Light Gray */
  border-radius: 0.375rem;
  /* Rounded corners */
  transition: background-color 0.3s, color 0.3s;
}

.prev:hover,
.next:hover {
  background-color: #38b2ac;
  /* Teal 500 */
  color: #ffffff;
  border-color: #38b2ac;
  /* Teal 500 */
}

/* Ellipsis for skipped pages */
.page-numbers.dots {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #a0aec0;
  /* Light Gray */
  background-color: transparent;
  border: none;
}

.small-thumb {
  max-width: 100px;
  max-height: 70px;
}

.bg-logo-green {
  background-color: #8db737;
}

.bg-logo-blue {
  background-color: #02abea;
}