/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/styles/site-base.scss ***!
  \***********************************************************************************************************************/
.navbar-avatar {
  object-fit: cover;
  width: 32px;
  height: 32px;
  max-height: inherit !important;
  border-radius: 50%;
}

.navbar-item li {
  list-style: none;
}

#profile-picture {
  display: flex;
  justify-content: center;
}
#profile-picture img.avatar {
  object-fit: cover;
  width: 128px;
  height: 128px;
  border-radius: 50%;
}

#profile-upload-holder {
  padding-top: 0.5em;
}
#profile-upload-holder input[type=file] {
  display: none;
}

.progress-bar {
  background-color: var(--primary);
  width: 2px;
}

#progress-bar-message {
  color: var(--gray);
}

.add-loading-dots:after {
  content: " .";
  animation: dots 1s steps(5, end) infinite;
}
@keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: black;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 black, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%, 100% {
    text-shadow: 0.25em 0 0 black, 0.5em 0 0 black;
  }
}

.upgrade-features {
  padding: unset;
}
.upgrade-features li {
  display: flex;
}
.upgrade-features li .pg-icon {
  margin-right: 0.5rem;
}
.upgrade-features li .upgrade-feature {
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  color: #7e7e7e;
  margin-top: 3px;
}

#subscription-details-table .subscription-detail {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0.5rem;
}
#subscription-details-table .subscription-detail .subscription-detail-label {
  width: 16rem;
  text-align: right;
  margin-right: 1rem;
}
#subscription-details-table .subscription-detail .subscription-detail-value {
  width: 100%;
}
#subscription-details-table .subscription-detail .subdetail {
  font-size: 0.8rem;
  margin-top: 0.2rem;
}

#plan-selector .plan {
  height: 100%;
  border: 3px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  padding: 1rem;
  box-shadow: 0px 0px 7.11px 0px rgba(0, 0, 0, 0.121);
}
#plan-selector .plan.is-selected {
  border: 3px solid var(--primary);
}
#plan-selector .plan .plan-summary {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#plan-selector .plan .price {
  font-size: 2rem;
  font-weight: 700;
}
#plan-selector .plan .interval {
  font-weight: 500;
  font-size: 10.67px;
  color: #7e7e7e;
}
#plan-selector .plan .plan-details {
  display: flex;
  width: 100%;
  justify-content: center;
}
#plan-selector .plan .plan-details h5 {
  font-weight: 700;
}
#plan-selector .plan .lead {
  color: #7e7e7e;
  font-weight: 500;
  font-size: 10.67px;
  text-align: center;
}

[x-cloak] {
  display: none !important;
}

.h-100 {
  height: 100%;
}

.muted-link {
  color: hsl(0, 0%, 71%);
}
.muted-link:hover {
  color: hsl(0, 0%, 48%);
  text-decoration: underline;
}

.errorlist {
  color: var(--danger);
}

img.socialicon {
  padding-right: 0.5em;
  max-width: 24px;
  max-height: 24px;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid var(--primary);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
#home {
  position: relative;
  top: 2rem;
}

.logo-color-text {
  color: #06a0e8;
}

#home section {
  display: flex;
  justify-content: center;
}

#home .first {
  background-color: #fff;
}

#home .first-title {
  font-weight: 700;
}

#home .first-image {
  width: 35rem;
  height: 33rem;
}

#home .second .heading {
  font-weight: 700;
}

#home .second .points > div {
  background-color: #fff;
  font-weight: 500;
  width: 30%;
}

#home .second .points .point {
  font-weight: 500;
}

#home .second .points .bullet {
  font-weight: 500;
  position: relative;
  top: -0.5rem;
}

#home .third {
  background-color: #fff;
}

#home .third .third-title > p {
  font-weight: 700;
}

/*sixth section -> testimonial  */
.testimonials-section .swiper {
  width: 1024.5px;
  height: 313.75px;
  position: relative;
  margin-top: 47.3px;
}

.testimonials-section .testimonial-item {
  width: 320.16px;
  height: 230.51px;
  box-sizing: border-box;
  position: relative;
  top: 25px;
  box-shadow: 0px 0px 7.11px 0px rgba(0, 0, 0, 0.1215686275);
  background-color: #ffffff;
  border-radius: 7.11px;
  padding: 28px;
  gap: 20px;
}

.testimonials-section .testimonial-item .user-img-box {
  width: 56.92px;
  height: 56.92px;
  border-radius: 28.46px;
}

.testimonial-item .user-img-box img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.testimonials-section .testimonial-item .user-name {
  font-weight: 700;
  font-size: large;
  color: black;
  position: relative;
  top: 9px;
  display: flex;
  flex-direction: column;
}

.testimonials-section .testimonial-item .user-name > span {
  color: #7e7e7e;
  font-weight: 500;
  font-size: medium;
}

.testimonials-section .testimonial-item .feedback {
  color: black;
  font-size: large;
  font-weight: 500;
  line-height: 25.61px;
  margin-top: 20px;
}

.testimonials-section .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background-color: black !important;
  opacity: unset;
  cursor: pointer;
}

.testimonials-section .swiper-pagination .swiper-pagination-bullet-active {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background-color: #ffffff !important;
  border: 0.7px solid black;
  position: relative;
  top: 2px;
}

#home .price .card {
  background-color: #ffffff;
  border: none;
  border-radius: 1rem;
  box-shadow: 0px 0px 7.11px 0px rgba(0, 0, 0, 0.1215686275);
  min-height: 26rem;
}

#home .price .card h5 {
  font-weight: 700;
  text-align: center;
}

#home .price .card > p {
  color: #7e7e7e;
  font-weight: 500;
  font-size: 10.67px;
  text-align: center;
}

#home .price .card hr {
  color: #7e7e7e;
}

#home .price .card .card-body > p {
  font-weight: 600;
}

#home .price .card .card-body .service p {
  font-weight: 600;
  font-size: 10.67px;
  color: #7e7e7e;
}

.custom-accordion {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.custom-accordion-header {
  background-color: #f1f1f1;
  padding: 15px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
}

.header-radius {
  border-radius: 0.75rem;
}

.active-header-radius {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  box-shadow: 0px 5.11px 5px rgba(0, 0, 0, 0.1215686275);
  position: relative;
  z-index: 10;
}

.custom-accordion-header:hover {
  background-color: #e0e0e0;
}

.custom-accordion-body {
  display: none;
  padding: 15px;
  background-color: #fafafa;
  font-size: 16px;
  color: #555;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1215686275);
}

.custom-accordion-button {
  font-size: 18px;
}

.custom-active .custom-accordion-body {
  display: block;
}

.custom-active .custom-accordion-button i {
  transform: rotate(180deg);
  /* Rotate the arrow when open */
}

.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  transition: opacity 0.3s ease;
  width: 100%;
}

.image-container:hover img {
  opacity: 0.6;
  /* Dulls the image */
}

.image-container .download-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-container:hover .download-icon {
  opacity: 1;
  /* Makes the download icon visible */
}
