/* ? Navbar Css Srt */
.navbar {
  background-color: #f0f0f8 !important;
}
.btn-primary {
  background-color: #605dba;
  border-color: #605dba;
}
.btn-primary:hover {
  background-color: #5048a8;
  border-color: #5048a8;
}
#navbarNav {
  margin-left: 80px;
}
/* ? Navbar Css End */
/* -------------------------- */

/* ? Sec-1 Css Srt */
.bg-soft-primary {
  background-color: #f0f0f8;
  font-size: 0.85rem;
  overflow-x: hidden;
}

.mark-color {
  color: #605dba;
}

.btn-grape {
  background-color: #605dba;
  border-color: #605dba;
  color: white;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.btn-grape:hover {
  background-color: #605dba;
  border-color: #605dba;
  color: white;
  transform: translateY(-0.15rem);
  box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
}

.btn-outline-grape {
  color: #605dba;
  border-color: #605dba;
  background-color: transparent;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.btn-outline-grape:hover {
  background-color: #605dba;
  border-color: #605dba;
  color: white;
  transform: translateY(-0.15rem);
  box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
}

.display-1 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  color: #343f52;
}

.lead {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #60697b;
}

.hero-image {
  position: relative;
  z-index: 3;
}

.hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

/* Animation classes */
.animate-slide {
  opacity: 0;
  transform: translateY(-30px);
  animation: slideInDown 0.7s ease forwards;
}

.animate-fade {
  opacity: 0;
  animation: fadeIn 0.7s ease forwards;
}

.delay-1 {
  animation-delay: 0.9s;
}
.delay-2 {
  animation-delay: 1.2s;
}
.delay-3 {
  animation-delay: 1.5s;
}
.delay-4 {
  animation-delay: 1.8s;
}
.delay-fade {
  animation-delay: 0.3s;
}
.cloud-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.wrapper {
  position: relative;
  overflow: hidden;
}
/* ? Sec-1 Css End */
/* --------------------------- */
/* ? Sec 2 css Srt */
.wwd-section {
  font-family: "Urbanist", sans-serif;
  padding: 60px 0;
}

.wwd-subtitle {
  color: #605dba;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.wwd-title {
  color: #343f52;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.3;
  margin-top: 10px;
}

.wwd-service-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.wwd-service-title {
  color: #343f52;
  font-weight: 600;
  font-size: 21px;
  line-height: 45px;
  margin-bottom: 10px;
}

.wwd-service-desc {
  color: #60697b;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
}

.wwd-learn-more {
  color: #605dba;
  font-weight: 500;
  font-size: 17px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  transition: all 0.3s ease;
}

.wwd-learn-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #605dba;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.1s ease-in;
}

.wwd-learn-more:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.wwd-learn-more:hover {
  color: #605dba;
}

.wwd-arrow {
  color: #605dba;
  margin-left: 8px;
}

.wwd-service-card {
  padding: 20px;
  text-align: center;
}
/* ? Sec 2 css End */
/* ---------------------------- */

/* ? Sec 3 css Srt */
::-moz-selection {
  background: rgba(96, 93, 186, 0.7);
  color: #fff;
}

::selection {
  background: rgba(96, 93, 186, 0.7);
  color: #fff;
}

.wcu-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.wcu-main-img {
  width: 90%;
  height: auto;
  max-width: 500px;
  object-fit: contain;
}

.wcu-content {
  padding-top: 100px;
  padding-left: 50px;
}

.wcu-subtitle {
  color: #605dba;
  font-size: 15px;
  font-weight: 600;
}

.wcu-title {
  color: #343f52;
  font-size: 40px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 30px;
  line-height: 50px;
}

.feature-item {
  margin: 10px 0;
}

.feature-icon {
  width: 25px;
  height: auto;
  margin-top: 10px;
}

.feature-title {
  color: #343f52;
  font-size: 19px;
  font-weight: 600;
  margin-left: 18px;
  line-height: 40px;
}

.feature-description {
  color: #60697b;
  font-size: 16px;
  margin-left: 18px;
  width: 70%;
  line-height: 30px;
  font-weight: 600;
}
/* ? Sec 3 css End */
/* ---------------------------- */

/* ? Sec 4 css srt */
.solutions-section {
  margin-top: 50px;
}
.section-subtitle {
  color: #605dba;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 25px;
}

.section-title {
  color: #343f52;
  font-size: 37px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 50px;
}

.section-description {
  color: #60697b;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.stats-container {
  margin-top: 20px;
}

.stat-item {
  text-align: left;
}

.stat-number {
  font-size: 40px;
  font-weight: 600;
  color: #343f52;
  line-height: 1;
}

.stat-label {
  color: #343f52;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}

.rating-stars {
  color: #fcc032;
}

.rating-stars i {
  margin-right: 2px;
}

.content-image {
  width: 80%;
  max-width: 100%;
  height: auto;
}

.content-container {
  margin-top: 100px;
}
/* ? Sec 4 css End */
/* --------------------------- */

/* ? sec 5 css srt */
.testimonials-section {
  font-family: "Urbanist", sans-serif;
}

.testimonials-wrapper {
  background-color: #f0f0f8;
  border-radius: 20px;
  border: 1px solid #e9ecef;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  padding: 60px 40px;
  margin: 40px 0;
}

.section-title {
  color: #605dba;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  padding-top: 95px;
}

.section-subtitle {
  width: 55%;
  margin: 20px auto;
  font-size: 37px;
  font-weight: 600;
  text-align: center;
}

.testimonial-image {
  mask-image: url(https://sandbox.ui-lib.com/img/svg/blob2.svg);
  -webkit-mask-image: url(https://sandbox.ui-lib.com/img/svg/blob2.svg);
  max-width: 100%;
  height: auto;
}

.testimonial-carousel {
  height: 400px;
  position: relative;
  width: 100%;
}

.testimonial-card {
  padding: 40px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.stars {
  margin-bottom: 30px;
}

.stars .fa-star {
  color: #fcc032;
  margin-right: 2px;
}

.testimonial-text {
  color: #60697b;
  font-size: 21px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 20px;
}

.customer-name {
  font-size: 17px;
  color: #343f52;
  font-weight: 600;
  margin-bottom: 5px;
}

.customer-role {
  color: #60697b;
}

.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.25;
  margin: 0 8px;
  border: none;
}

.carousel-indicators .active {
  opacity: 1;
  background: none;
  border: 3.5px solid #aab0bc;
  width: 11px;
  height: 11px;
}
/* ? sec 5 css end */
/* ----------------------------- */

/* ? sec 6 css srt */
.pricing-section {
  font-family: "Urbanist", sans-serif;
  margin: 100px auto;
  width: 85%;
}

.pricing-info {
  margin-top: 100px;
}

.pricing-card {
  box-shadow: 0px 7px 20px rgba(30, 34, 40, 0.15);
  border-radius: 7px;
  padding: 30px 0px;
  margin-left: 30px;
}

.pricing-subtitle {
  color: #605dba;
  font-size: 17px;
  font-weight: 600;
}

.pricing-title {
  color: #343f52;
  font-size: 37px;
  font-weight: 600;
  margin-top: 20px;
}

.pricing-description {
  color: #60697b;
  font-size: 17px;
  line-height: 25px;
  margin-top: 20px;
  font-weight: 500;
}

.trial-link {
  color: #605dba;
  position: relative;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.trial-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  background-color: #605dba;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.1s ease-in;
}

.trial-link:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

.trial-link:hover {
  color: #605dba;
}

.pricing-btn {
  padding: 13px 21px;
  margin-top: 21px;
  border: 1px solid #605dba;
  background-color: #605dba;
  color: white;
  border-radius: 8px;
  font-size: 17.5px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  transition: all 0.19s;
}

.pricing-btn:hover {
  padding: 13px 21px;
  margin-top: 18px;
  border: 1px solid #605dba;
  background-color: #605dba;
  color: white;
  border-radius: 8px;
  font-size: 17.5px;
  font-family: "Urbanist", sans-serif;
  box-shadow: 0px 7px 20px rgba(30, 34, 40, 0.15);
}

.plan-price {
  font-size: 55px;
  font-weight: 500;
  color: #343f52;
}

.plan-currency {
  font-size: 17px;
  color: #60697b;
  font-weight: 500;
  vertical-align: super;
}

.plan-period {
  font-size: 17px;
  color: #60697b;
  font-weight: 500;
}

.plan-name {
  font-size: 20px;
  font-weight: 600;
  color: #343f52;
  margin-top: 10px;
}

.plan-features {
  margin-top: 30px;
}

.feature-item {
  font-size: 17px;
  color: #60697b;
  font-weight: 500;
  line-height: 35px;
}

.feature-check {
  color: #605dba;
  margin-right: 8px;
}

.feature-highlight {
  font-weight: 600;
}

.plan-content {
  width: 50%;
  margin: auto;
}

.plan-button {
  margin-top: 30px;
}
/* ? sec 6 css end */
/* ----------------------------- */

/* ? sec 7 css srt */

.lt-main {
  padding: 60px 0;
}
.lt-main-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.lt-info-1 {
  color: #605dba;
  font-size: 1.0625rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  letter-spacing: 0.5px;
}

.lt-info-2 {
  color: #343f52;
  font-size: 2.375rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  line-height: 1.2;
}

.lt-info-3 {
  color: #60697b;
  font-size: 1.0625rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 2rem;
}

.lt-ju {
  padding: 0.8125rem 1.3125rem;
  border: 1px solid #605dba;
  background-color: #605dba;
  color: white;
  border-radius: 0.5rem;
  font-size: 1.09375rem;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.lt-ju:hover,
.lt-ju:focus {
  transform: translateY(-2px);
  box-shadow: 0 0.4375rem 1.25rem rgba(96, 93, 186, 0.3);
  background-color: #524fb0;
  border-color: #524fb0;
  color: white;
}
/* ? sec 7 css end */
/* ---------------------------------- */

/* ? sec 8 css srt */
.bg-soft-primary {
  background-color: #f0f0f8;
}

.text-primary-custom {
  color: #605dba !important;
}

.btn-primary-custom {
  background-color: #605dba;
  border-color: #605dba;
  color: white;
  font-weight: 600;
  letter-spacing: normal;
  transition: all 0.2s ease-in-out;
}

.btn-primary-custom:hover {
  background-color: #505294;
  border-color: #505294;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
}

.form-control-custom {
  border: 0;
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.04);
  font-size: 0.75rem;
  font-weight: 500;
}

.form-floating-custom label {
  color: #959ca9;
}

.section-font {
  font-family: "Urbanist", sans-serif;
}

.heading-color {
  color: #343f52;
}

.input-group .btn-primary-custom:hover {
  transform: none;
}

.clouds-image {
  position: relative;
  z-index: 1;
}
/* ? sec 8 css end */
/* ------------------------------------- */

/* ? footer css srt */
.footer-custom {
  font-family: "Urbanist", sans-serif;
  background-color: #ffffff;
}

.social-icon {
  font-size: 1.25rem;
  margin-right: 0.7rem;
  color: #343f52;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.social-icon:hover {
  transform: translateY(-0.15rem);
  text-decoration: none;
}

.social-icon.twitter {
  color: #5daed5;
}
.social-icon.facebook {
  color: #4470cf;
}
.social-icon.dribbble {
  color: #e94d88;
}
.social-icon.instagram {
  color: #d53581;
}
.social-icon.youtube {
  color: #c8312b;
}

.icon-primary {
  color: #605dba !important;
  font-size: 1.75rem;
}

.custom-hr {
  border-color: rgba(164, 174, 198, 0.9);
  margin: 4rem 0 1.75rem 0;
}
/* ? footer css end */
