@media screen and (min-width: 1440px) {
  html {
    font-size: 1vw;
  }
  .container.large,
  .container.rr-container-1405 {
    max-width: 80% !important;
  }
}
span.hero-title-last {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}
.section-title {
  font-size: 3.25rem;
}

img.title-shape-logo.fade-anim {
  width: 10rem;
  margin: 0.625rem 1.25rem 1.25rem 0;
}

img.normal-logo {
  width: 10.625rem;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

img.leaf-bg {
  position: absolute;
  left: 0;
  width: 12.5rem;
  bottom: 12.5rem;
  z-index: -3;
  opacity: 0.35;
}

.mt-5rem {
  margin-top: 5rem;
}

img.leaf-bg.right-0 {
  right: 0;
  left: auto;
  transform: rotateY(180deg);
  top: 5rem;
  z-index: 2;
}

.leaf-static img.leaf-svg {
  filter: brightness(0.75);
  width: 12.5rem;
  margin-top: 3.125rem;
}

.service-area {
  background-color: #eee;
}

.service-box .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  gap: 0.625rem;
  height: 100%;
}

.service-box .content p {
  font-size: 1.125rem;
}

.circle-text .icon {
  transform: translate(-3%, -86%) scale(3);
}

.funfact-area h2.section-title {
  font-size: 2.5rem;
  line-height: 1.2;
}

.client-area h2.section-title {
  line-height: 1;
}

.running-text {
  background-color: #874b87;
  margin-top: 1.875rem;
  margin-bottom: -0.25rem;
}

main {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.productivity-area-inner.section-spacing {
  padding: 0.625rem 0 1.875rem;
}

/* Leaf Animation Styles */
.leaf-animation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5625rem;
  margin-bottom: 0.9375rem;
  overflow: visible;
  height: 7.5rem;
}

.leaf-animation .leaf-svg {
  width: 6.25rem;
  height: auto;
  max-height: 7.5rem;
  opacity: 0.8;
  animation: leafFloat 8s ease-in-out infinite;
  transform-origin: center center;
  /* Create outline/sketch effect */
  filter: brightness(0) saturate(100%) invert(25%) sepia(60%) saturate(2500%) hue-rotate(280deg) brightness(0.85) contrast(1.3) drop-shadow(0 0.125rem 0.375rem rgba(135, 75, 135, 0.25));
  /* Make it look more like a sketch */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

@keyframes leafFloat {
  0%, 100% {
    transform: translateY(0) translateX(0) rotate(0deg) scale(1);
    opacity: 0.7;
  }
  15% {
    transform: translateY(-0.9375rem) translateX(0.625rem) rotate(4deg) scale(1.05);
    opacity: 0.85;
  }
  30% {
    transform: translateY(-0.5rem) translateX(-0.5rem) rotate(-3deg) scale(0.97);
    opacity: 0.75;
  }
  45% {
    transform: translateY(-1.25rem) translateX(-0.75rem) rotate(5deg) scale(1.03);
    opacity: 0.9;
  }
  60% {
    transform: translateY(-0.3125rem) translateX(0.9375rem) rotate(-4deg) scale(0.98);
    opacity: 0.8;
  }
  75% {
    transform: translateY(-1.125rem) translateX(0.3125rem) rotate(3deg) scale(1.02);
    opacity: 0.85;
  }
  90% {
    transform: translateY(-0.1875rem) translateX(-0.625rem) rotate(-2deg) scale(0.99);
    opacity: 0.75;
  }
}
/* Add subtle glow pulse effect */
.leaf-animation::before {
  content: "";
  position: absolute;
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(135, 75, 135, 0.15) 0%, transparent 70%);
  animation: leafPulse 4s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
}

@keyframes leafPulse {
  0%, 100% {
    transform: scale(0.85);
    opacity: 0.2;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.4;
  }
}
/* Add subtle shimmer effect */
.leaf-animation::after {
  content: "";
  position: absolute;
  width: 6.25rem;
  height: 6.25rem;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
  border-radius: 50%;
  animation: leafShimmer 6s ease-in-out infinite;
  pointer-events: none;
  mix-blend-mode: overlay;
  opacity: 0;
}

@keyframes leafShimmer {
  0%, 100% {
    transform: translateX(-150%) translateY(-150%) rotate(0deg);
    opacity: 0;
  }
  50% {
    transform: translateX(150%) translateY(150%) rotate(180deg);
    opacity: 0.3;
  }
}
.productivity-area h2.section-title {
  font-size: 2.625rem;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .productivity-area h2.section-title {
    font-size: 24px;
  }
  .client-area .client-box {
    width: 100px;
    font-size: 12px;
    line-height: 1;
  }
  img.leaf-svg {
    display: none;
  }
  .funfact-area h2.section-title {
    font-size: 56px;
  }
  .funfact-area .funfact-item .number {
    font-size: 40px;
  }
  img.leaf-bg {
    opacity: 0.2;
  }
}
.header-area .header__nav {
  margin-left: auto;
}

/* Modern Footer Styles */
.footer-area {
  background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.footer-main {
  padding: 5rem 0 3.75rem;
}
@media (max-width: 991px) {
  .footer-main {
    padding: 3.75rem 0 2.5rem;
  }
}

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 2.8fr;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  padding-top: 1.875rem;
}
@media (max-width: 1199px) {
  .footer-top {
    gap: 2.5rem;
  }
}
@media (max-width: 991px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}

.footer-brand .footer-logo {
  display: inline-block;
  margin-bottom: 1.5625rem;
}
.footer-brand .footer-logo img {
  filter: brightness(0) invert(1);
  width: 21.25rem;
  max-width: 16.25rem;
  margin-top: 0;
}
.footer-brand .footer-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.875rem;
  max-width: 21.875rem;
}
.footer-brand .footer-social {
  display: flex;
  gap: 0.9375rem;
  flex-wrap: wrap;
}
.footer-brand .footer-social .social-link {
  width: 2.625rem;
  height: 2.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  text-decoration: none;
}
.footer-brand .footer-social .social-link i {
  font-size: 1rem;
}
.footer-brand .footer-social .social-link:hover {
  background: var(--theme, #874b87);
  border-color: var(--theme, #874b87);
  color: #ffffff;
  transform: translateY(-0.1875rem);
}

.footer-widgets {
  display: grid;
  grid-template-columns: 1fr 10rem 1fr 18.75rem;
  gap: 2.5rem;
}
@media (max-width: 1199px) {
  .footer-widgets {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.1875rem;
  }
}
@media (max-width: 767px) {
  .footer-widgets {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.footer-widget input.wpcf7-form-control {
  width: 100%;
}

.footer-widget .wpcf7-not-valid-tip {
  position: absolute;
  top: 3.5rem;
  left: 1rem;
}

.newsletter-input-group {
  overflow: visible !important;
}

button.newsletter-btn {
  border-radius: 0 3rem 3rem 0;
}

.footer-widget .wpcf7-response-output {
  border: 0 !important;
  color: #eee;
  font-size: 0.75rem;
}

.footer-widget .widget-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5625rem;
  position: relative;
  padding-bottom: 0.9375rem;
}
.footer-widget .widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 0.125rem;
  background: var(--theme, #874b87);
}
.footer-widget .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-widget .footer-menu li {
  margin-bottom: 0.75rem;
}
.footer-widget .footer-menu li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.9375rem;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}
.footer-widget .footer-menu li a::before {
  content: "";
  position: absolute;
  left: -0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0.125rem;
  background: var(--theme, #874b87);
  transition: width 0.3s ease;
}
.footer-widget .footer-menu li a:hover {
  color: var(--theme, #874b87);
}
.footer-widget .footer-menu li a:hover::before {
  width: 0.5rem;
}
.footer-widget .footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-widget .footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
  line-height: 1.6;
}
.footer-widget .footer-contact li i {
  color: var(--theme, #874b87);
  font-size: 1.125rem;
  margin-top: 0.1875rem;
  flex-shrink: 0;
}
.footer-widget .footer-contact li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-widget .footer-contact li a:hover {
  color: var(--theme, #874b87);
}
.footer-widget .newsletter-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.footer-widget .newsletter-form {
  margin-bottom: 0.9375rem;
}
.footer-widget .newsletter-form .newsletter-input-group {
  display: flex;
  gap: 0;
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  border-radius: 3.125rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}
.footer-widget .newsletter-form .newsletter-input-group:focus-within {
  border-color: var(--theme, #874b87);
  background: rgba(255, 255, 255, 0.08);
}
.footer-widget .newsletter-form .newsletter-input-group input {
  flex: 1;
  padding: 0.875rem 1.25rem;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 0.9375rem;
  outline: none;
}
.footer-widget .newsletter-form .newsletter-input-group input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget .newsletter-form .newsletter-input-group input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget .newsletter-form .newsletter-input-group .newsletter-btn {
  padding: 0.875rem 1.5rem;
  background: var(--theme, #874b87);
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-widget .newsletter-form .newsletter-input-group .newsletter-btn i {
  font-size: 1rem;
}
.footer-widget .newsletter-form .newsletter-input-group .newsletter-btn:hover {
  background: #9d5a9d;
  transform: scale(1.05);
}
.footer-widget .newsletter-privacy {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}
.footer-widget .newsletter-privacy a {
  color: var(--theme, #874b87);
  text-decoration: none;
}
.footer-widget .newsletter-privacy a:hover {
  text-decoration: underline;
}

.footer-bottom {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
  padding: 1.875rem 0;
  background: rgba(0, 0, 0, 0.3);
}
.footer-bottom .footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .footer-bottom .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }
}
.footer-bottom .copyright-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
  margin: 0;
}
.footer-bottom .copyright-text strong {
  color: #ffffff;
  font-weight: 600;
}
.footer-bottom .footer-links {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
.footer-bottom .footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.9375rem;
  transition: color 0.3s ease;
}
.footer-bottom .footer-links a:hover {
  color: var(--theme, #874b87);
}
.footer-bottom .footer-links .separator {
  color: rgba(255, 255, 255, 0.3);
}

/* Contact Page Styles */
.contact-page-wrapper {
  position: relative;
  min-height: calc(100vh - 12.5rem);
  padding: 5rem 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .contact-page-wrapper {
    padding: 3.75rem 0;
    min-height: auto;
  }
}

.contact-form input.wpcf7-form-control.wpcf7-submit {
  width: -moz-max-content;
  width: max-content;
  padding: 1rem 2rem;
  font-size: 1rem;
  border: 0;
  transition: 0.3s;
}

.contact-form input.wpcf7-form-control.wpcf7-submit:hover {
  background: #14a29d;
}

#consultation-popup .consultation-form input.wpcf7-form-control.wpcf7-submit {
  font-size: 1rem !important;
  padding: 0.75rem 1.125rem !important;
  margin-top: 1rem !important;
  transform: translate(0px, 0px) !important;
  transition: 0.25s !important;
  box-shadow: none !important;
  border: none !important;
}
#consultation-popup .consultation-form input.wpcf7-form-control.wpcf7-submit:hover {
  background: #14a29d !important;
  color: #fff !important;
}
#consultation-popup .consultation-form .wpcf7-not-valid-tip {
  color: #e1e1e1;
  font-size: 0.85rem;
  margin: 0.5rem 0 1rem 0;
}
#consultation-popup .wpcf7-response-output {
  border: 0 !important;
  text-align: center;
  border-top: 1px solid #fff !important;
  padding: 1rem 0 0 0 !important;
  display: inline-block;
  margin: 0 !important;
}

/* Contact Cards Container */
.contact-cards-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2.5rem;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (max-width: 991px) {
  .contact-cards-wrapper {
    grid-template-columns: 1fr;
    gap: 1.875rem;
    max-width: 43.75rem;
  }
}
@media (max-width: 767px) {
  .contact-cards-wrapper {
    gap: 25px;
    padding: 0 15px;
  }
}

/* Contact Info Card (Left) */
.contact-info-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 3.125rem 2.5rem;
  box-shadow: 0 1.25rem 3.75rem rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .contact-info-card {
    padding: 2.5rem 2.1875rem;
    gap: 2.1875rem;
  }
}
@media (max-width: 767px) {
  .contact-info-card {
    padding: 35px 25px;
    gap: 30px;
    border-radius: 20px;
  }
}

.contact-info-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
.contact-info-item .info-icon {
  width: 3.125rem;
  height: 3.125rem;
  min-width: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(135, 75, 135, 0.1);
  border-radius: 0.75rem;
  color: var(--theme, #874b87);
  font-size: 1.375rem;
}
@media (max-width: 767px) {
  .contact-info-item .info-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    font-size: 20px;
    border-radius: 10px;
  }
}
.contact-info-item .info-content {
  flex: 1;
}
.contact-info-item .info-content .info-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111111;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .contact-info-item .info-content .info-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.contact-info-item .info-content .info-text {
  font-size: 0.9375rem;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767px) {
  .contact-info-item .info-content .info-text {
    font-size: 14px;
  }
}
.contact-info-item .info-content .info-text a {
  color: #666666;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-info-item .info-content .info-text a:hover {
  color: var(--theme, #874b87);
}

/* Contact Form Card (Right) */
.contact-form-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 3.125rem 2.8125rem;
  box-shadow: 0 1.25rem 3.75rem rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .contact-form-card {
    padding: 2.5rem 2.1875rem;
  }
}
@media (max-width: 767px) {
  .contact-form-card {
    padding: 35px 25px;
    border-radius: 20px;
  }
}
.contact-form-card .form-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #111111;
  margin-bottom: 2.1875rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .contact-form-card .form-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.contact-form .form-group {
  margin-bottom: 1.5625rem;
}
@media (max-width: 767px) {
  .contact-form .form-group {
    margin-bottom: 20px;
  }
}
.contact-form .form-group label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #111111;
  margin-bottom: 0.625rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .contact-form .form-group label {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.contact-form .form-group input,
.contact-form .form-group textarea {
  width: 100%;
  padding: 0.875rem 1.125rem;
  border: 0.0625rem solid #e0e0e0;
  border-radius: 0.75rem;
  font-size: 0.9375rem;
  color: #111111;
  background: #fafafa;
  transition: all 0.3s ease;
  font-family: inherit;
  outline: none;
}
@media (max-width: 767px) {
  .contact-form .form-group input,
  .contact-form .form-group textarea {
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 10px;
  }
}
.contact-form .form-group input::-moz-placeholder, .contact-form .form-group textarea::-moz-placeholder {
  color: #999999;
}
.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder {
  color: #999999;
}
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
  border-color: var(--theme, #874b87);
  background: #ffffff;
  box-shadow: 0 0 0 0.1875rem rgba(135, 75, 135, 0.1);
}
.contact-form .form-group textarea {
  resize: vertical;
  min-height: 7.5rem;
}
@media (max-width: 767px) {
  .contact-form .form-group textarea {
    min-height: 100px;
  }
}
.contact-form .submit-btn {
  width: 100%;
  padding: 1rem 1.875rem;
  background: var(--theme, #874b87);
  color: #ffffff;
  border: none;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 0.625rem;
}
@media (max-width: 767px) {
  .contact-form .submit-btn {
    padding: 14px 25px;
    font-size: 15px;
    border-radius: 10px;
  }
}
.contact-form .submit-btn:hover {
  background: #9d5a9d;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.5rem 1.25rem rgba(135, 75, 135, 0.3);
}
.contact-form .submit-btn:active {
  transform: translateY(0);
}

.service-area-service-page .service-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-area-service-page .service-box .number {
  font-size: 1.5rem;
  letter-spacing: 0.0625rem;
  margin-top: 2.5rem;
  background: #874b87;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  padding: 1.25rem 1.25rem 0.6875rem;
  color: #fff;
  border-radius: 0.625rem;
}
.service-area-service-page h2.title {
  font-size: 3.125rem !important;
  margin-top: 1.25rem;
}
.service-area-service-page .feature-list {
  margin-top: 1rem !important;
  padding-bottom: 16.875rem;
}
.service-area-service-page .feature-list p {
  font-size: 1rem;
  line-height: 130%;
  margin-top: 1.25rem;
}
.service-area-service-page .services-wrapper-4 {
  align-items: flex-start;
  padding-top: 2.5rem;
}

.main-menu ul.dp-menu {
  background: #fff !important;
  border-radius: 0.625rem;
  box-shadow: 0 0 0.5625rem hsla(0, 0%, 0%, 0.08);
}
.main-menu ul.dp-menu li a {
  color: #1a1a1a !important;
  border-bottom: 0.0625rem solid transparent;
  display: inline-block;
}
.main-menu ul.dp-menu li a:hover {
  color: #874b87 !important;
  border-color: #874b87;
  border-radius: 0 !important;
}
.main-menu ul.dp-menu li:hover a {
  color: #874b87 !important;
}

.rr-btn {
  background-color: #874b87;
  border: 0.0625rem solid #874b87;
}

.rr-btn.hover-bg-theme::before {
  background-color: #14a29d;
}

.lines-svg {
  max-width: 100%;
}

img.service-image-phase {
  width: 26.875rem;
  display: block;
}

.phase-box {
  position: absolute;
  top: 20.625rem;
  left: 50%;
  max-width: 80%;
  transform: translateX(-50%);
}

.page-title-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  top: 0;
  left: 0;
}

section.page-title-area {
  background-color: rgba(255, 205, 238, 0.15);
  padding-bottom: 3.75rem;
  background-size: 100%;
  position: relative;
}
section.page-title-area h1.page-title {
  font-size: 6.25rem;
  letter-spacing: 0.0625rem;
  font-family: "Thunder";
}

section.testimonial-area.moving-testimonial {
  background: #874b87;
}
section.testimonial-area.moving-testimonial .testimonial-item {
  padding: 1.5rem;
  min-width: 20rem;
  max-width: 20rem;
}

.testimonial-area .testimonial-item {
  background: #14a29d;
}

section.service-area-service-page {
  background: #eee;
}
section.service-area-service-page .section-header {
  border: none;
}

.service-area-service-page .section-title {
  max-width: 100%;
}

.approach-area {
  background: #eee;
}
.approach-area .section-spacing {
  padding: 1.25rem;
}
.approach-area span.steps.fade-anim {
  font-size: 2.75rem !important;
  line-height: 1 !important;
}
.approach-area .approach-box {
  grid-template-columns: 3.75rem 1fr;
}
.approach-area .approach-wrapper-box {
  grid-template-columns: 35% 62%;
}

section.process-section {
  padding: 7.5rem 0;
}
section.process-section .process-icon:before {
  border-color: var(--theme, #874b87);
}
section.process-section .process-icon img {
  width: 5.3125rem;
  height: 5.3125rem;
}

.approach-area img.logo-leaf {
  width: 11.25rem;
  display: block;
  margin-top: 4.375rem;
  filter: grayscale(1);
  opacity: 0.5;
}

.process-section .section-heading .section-title,
.approach-area .approach-wrapper-box .steps,
.about-content-7 .section-heading .section-title,
.service-area-service-page .section-title,
.our-agency-about-wrapper .section-title-4 h2 {
  font-family: var(--font_instrumentsans);
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 600;
}

.mobile-main {
  display: none;
}

.approach-wrapper-box > div:first-child {
  min-width: 23rem;
  max-width: 100%;
}

.hero-area .hero_img {
  width: 100%;
  max-width: 26rem;
}
.hero-area .hero-content {
  grid-template-columns: 8.125rem 1fr 26.5rem;
  margin-bottom: 6.25rem;
}
.hero-area .section-title {
  font-size: 4.375rem;
}
.hero-area .text-wrapper {
  margin-top: 1.5rem;
}

.funfact-area .funfact-item .number {
  font-size: 3rem;
}

.our-service-wrapper .section-title-4 h2,
.our-service-wrapper .section-title-4 p {
  color: #f3f3f3 !important;
}

img.bg-bottom-left {
  bottom: 0;
  position: absolute;
  left: 0;
  width: 22rem;
  max-width: 80%;
}

.about-section {
  padding: 10rem 0 4rem 0;
  overflow: hidden;
}
.about-section .round-shape {
  opacity: 0.4;
}
.about-section .about-wrap {
  background-color: transparent;
}
.about-section .about-wrap .about-content {
  padding: 2rem 0;
}
.about-section .about-wrap .about-content p a {
  color: #874b77;
  border-bottom: 1px solid #874b77;
}
.about-section .section-heading .sub-heading:after,
.about-section .section-heading .sub-heading:before {
  opacity: 1;
  background: linear-gradient(270deg, rgba(135, 75, 135, 0.4) 0%, transparent 100%);
}
.about-section .section-heading .sub-heading:after {
  opacity: 1;
  background: linear-gradient(-270deg, rgba(135, 75, 135, 0.4) 0%, transparent 100%);
}
.about-section .section-heading .sub-heading {
  color: #874b87;
}
.about-section .about-img.reveal,
.about-section .about-img-2.reveal {
  visibility: visible;
}

.our-service-wrapper {
  background-color: #874b87;
  padding-top: 10rem;
}
.our-service-wrapper .col-md-6.col-12.col-lg-4 {
  margin-bottom: 1.5rem;
}
.our-service-wrapper .service-item-card {
  height: 100%;
  background-color: #fff;
  border-radius: 1.25rem;
}
.our-service-wrapper .service-item-card .contents p {
  font-size: 1rem;
}
.our-service-wrapper .service-item-card .contents p,
.our-service-wrapper .service-item-card .contents h4 {
  color: #000000;
}
.our-service-wrapper .service-item-card .service-number {
  color: #9f9f9f;
}
.our-service-wrapper .service-item-card:hover .contents h4,
.our-service-wrapper .service-item-card:hover .contents p {
  color: #000000 !important;
}
.our-service-wrapper .service-item-card:hover .icon {
  color: #000000;
}
.our-service-wrapper .service-item-card .icon {
  color: #874b87;
  transition: 0.3s;
}
.our-service-wrapper .service-item-card .icon svg {
  width: 3.5rem;
  height: 3.5rem;
}
.our-service-wrapper .service-item-card::before {
  background: #f7f7f7;
}
.our-service-wrapper .service-item-card::after {
  background: #eeeeee;
}

.who-we-are-about {
  background: #fff;
  padding: 5rem 0 3rem 0;
}

.process-section-3 {
  padding: 5rem 0 5rem 0;
}
.process-section-3 .process-item-wrap {
  height: 100%;
}
.process-section-3 .process-item-2 {
  height: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.05);
  border: 0;
}
.process-section-3 .process-item-2 .icon svg {
  color: #874b87;
  width: 3.5rem;
  height: 4rem;
}
.process-section-3 .process-item-2:before {
  background-color: #874b87;
}
.process-section-3 .process-item-2:hover .icon {
  border-color: #874b87;
}

.blog-area-2 {
  padding-bottom: 5rem;
}
.blog-area-2 .blog .thumb {
  border-radius: 1.25rem;
}
.blog-area-2 .blog .title {
  letter-spacing: 0;
  font-size: 1.125rem;
  line-height: 1.2;
}
.blog-area-2 .blogs-wrapper > a:hover h2 {
  color: #874b87;
}

.blog-details-area .section-title {
  line-height: 1.2;
}

.blog-details-area .cta-text {
  font-weight: 500;
  margin-top: 1.5rem;
}
.blog-details-area .cta-text a {
  color: #874b87;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.blog-details-area .cta-text a:hover {
  text-decoration: underline;
}
.blog-details-area .details-info .text-wrapper strong {
  color: #874b87;
  font-weight: 600;
}

/* Vision Mission Section Styles */
.vision-mission-section {
  background-color: #f9f9f9;
  padding: 5rem 0 5rem 0;
}
.vision-mission-section .vm-card {
  background: #ffffff;
  padding: 2.5rem 1.875rem;
  border-radius: 1.25rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 0.0625rem solid rgba(135, 75, 135, 0.1);
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  z-index: 1;
}
.vision-mission-section .vm-card:hover {
  transform: translateY(-0.625rem);
  box-shadow: 0 1.25rem 2.5rem rgba(135, 75, 135, 0.15);
  border-color: rgba(135, 75, 135, 0.3);
}
.vision-mission-section .vm-card:hover .icon-wrapper {
  background: #874b87;
  color: #ffffff;
  transform: scale(1.1);
}
.vision-mission-section .vm-card:hover .icon-wrapper svg {
  transform: rotateY(180deg);
}
.vision-mission-section .vm-card:hover .card-bg-shape {
  opacity: 0.1;
  transform: scale(1.5) rotate(45deg);
}
.vision-mission-section .vm-card .icon-wrapper {
  width: 4.375rem;
  height: 4.375rem;
  background: rgba(135, 75, 135, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #874b87;
  transition: all 0.4s ease;
  margin-bottom: 0.625rem;
}
.vision-mission-section .vm-card .icon-wrapper svg {
  width: 2rem;
  height: 2rem;
  stroke-width: 1.5;
  transition: transform 0.6s ease;
}
.vision-mission-section .vm-card .content-wrapper {
  position: relative;
  z-index: 2;
}
.vision-mission-section .vm-card .content-wrapper .vm-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 0.9375rem;
  position: relative;
  display: inline-block;
}
.vision-mission-section .vm-card .content-wrapper .vm-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3125rem;
  width: 2.5rem;
  height: 0.125rem;
  background: #874b87;
  transition: width 0.3s ease;
}
.vision-mission-section .vm-card .content-wrapper .vm-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}
.vision-mission-section .vm-card:hover .content-wrapper .vm-title::after {
  width: 100%;
}
.vision-mission-section .vm-card .card-bg-shape {
  position: absolute;
  bottom: -3.125rem;
  right: -3.125rem;
  width: 12.5rem;
  height: 12.5rem;
  background: #874b87;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.6s ease;
  z-index: -1;
  transform: scale(0.5);
}

@media screen and (max-width: 991px) {
  .vision-mission-section {
    padding: 3.75rem 0;
  }
  .vision-mission-section .vm-card {
    padding: 1.875rem 1.5625rem;
  }
  .vision-mission-section .vm-card .vm-title {
    font-size: 1.375rem;
  }
}
/* Blog Table of Contents Sidebar */
.blog-content-wrapper {
  position: relative;
}

.blog-details-area .blog-content-wrapper {
  overflow: visible;
}

.blog-toc-sidebar {
  position: relative;
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.08);
  border: 0.0625rem solid rgba(135, 75, 135, 0.1);
  max-height: calc(100vh - 10rem);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100;
  transition: transform 0.05s linear;
}

.blog-toc-sidebar .toc-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 0.125rem solid rgba(135, 75, 135, 0.2);
}

.blog-toc-sidebar .toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-toc-sidebar .toc-list li {
  margin-bottom: 0.75rem;
}

.blog-toc-sidebar .toc-list li:last-child {
  margin-bottom: 0;
}

.blog-toc-sidebar .toc-list .toc-link {
  display: block;
  color: #666666;
  text-decoration: none;
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 1.25rem;
}

.blog-toc-sidebar .toc-list .toc-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.25rem;
  height: 0;
  background: #874b87;
  border-radius: 0.125rem;
  transition: height 0.3s ease;
}

.blog-toc-sidebar .toc-list .toc-link:hover {
  color: #874b87;
  background: rgba(135, 75, 135, 0.05);
  padding-left: 1.5rem;
}

.blog-toc-sidebar .toc-list .toc-link:hover:before {
  height: 1.25rem;
}

.blog-toc-sidebar .toc-list .toc-link.active {
  color: #874b87;
  background: rgba(135, 75, 135, 0.1);
  font-weight: 600;
  padding-left: 1.5rem;
}

.blog-toc-sidebar .toc-list .toc-link.active:before {
  height: 1.5rem;
}

/* Custom scrollbar */
.blog-toc-sidebar::-webkit-scrollbar {
  width: 0.25rem;
}

.blog-toc-sidebar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0.625rem;
}

.blog-toc-sidebar::-webkit-scrollbar-thumb {
  background: #874b87;
  border-radius: 0.625rem;
}

.blog-toc-sidebar::-webkit-scrollbar-thumb:hover {
  background: #6d3a6d;
}

/* Offset for sticky header */
.blog-details-area .details-info .title[id] {
  scroll-margin-top: 6.25rem;
}

.blog-area-2 .blog .thumb img {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-details-area .meta,
.blog-details-area .section-details .tags-wrapper {
  margin-top: 1rem;
}

.promo-banner-cta .container {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 5rem;
  padding: 5rem 3rem;
}
.promo-banner-cta .container h2 {
  font-size: 2.75rem;
}

.blog-details-area .section-details img {
  margin: 1.5rem auto;
  display: block;
  max-height: 400px;
  border-radius: 1rem;
  box-shadow: 0 0 9px hwb(0deg 0% 100%/12%);
}

.g-map {
  height: 30rem;
  width: 100%;
  filter: grayscale(1);
  transition: 0.3s;
  margin-top: -10rem;
}
.g-map:hover {
  filter: grayscale(0);
}

span.contact-bg-image {
  position: absolute;
  width: 90%;
  height: 4rem;
  background: #874b87;
  top: 30%;
  left: 5%;
  filter: blur(16px);
  border-radius: 2rem;
  animation: blurTranslateAnimation 10s infinite;
}

@keyframes blurTranslateAnimation {
  20% {
    filter: blur(16px);
    transform: translateY(0);
    background: #874b87;
  }
  50% {
    filter: blur(8px) scale(0.8);
    transform: translateY(5rem);
    background-color: #14a29d;
  }
  90% {
    filter: blur(16px);
    transform: translateY(0);
    background: #874b87;
  }
}
dotlottie-wc {
  width: 100%;
  height: 300px;
  margin: -2rem 0;
}

.odoo-services-block .approach-box {
  display: block !important;
}

.odoo-benifits h2.section-title {
  color: #fff;
  padding-top: 6.5rem;
  margin-bottom: 7rem;
}

.feature-area .features-wrapper {
  gap: 5.75rem 2.5rem;
}

.feature-area .feature-box {
  gap: 4rem;
}

.odoo-benifits .thumb svg {
  width: 4.5rem;
  height: 5rem;
}

.odoo-benifits .feature-box:before {
  background: #874b87;
  opacity: 0.3;
}

.feature-area .feature-box:after {
  position: absolute;
  content: "";
  height: 0.0625rem;
  width: 100%;
  bottom: -2.5rem;
  left: 0;
  background: #874b87;
  opacity: 0.3;
}

img.bg-right-bottom {
  position: absolute;
  right: 5rem;
  bottom: 2rem;
  width: 25rem;
}

.theme_color {
  color: #874b87;
}

.our-agency-about-wrapper {
  position: relative;
}
.our-agency-about-wrapper .agency-img img {
  border-radius: 1.5rem;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: -2.5rem 0rem;
     object-position: -2.5rem 0rem;
}

.promo-banner-cta p {
  font-size: 1rem;
  color: #eee !important;
  margin-top: 1.35rem;
}

.brand-section .brand-content li {
  margin-bottom: 0;
  max-width: 43.125rem;
  width: 100%;
  color: #74787C;
  font-size: 1rem;
  line-height: 1.75rem;
  border-top: 2px dotted #d2d2d2;
  padding: 0.5rem 0;
}

.brand-content .section-heading p {
  max-width: 100%;
}

.brand-section .section-heading {
  margin-bottom: 0;
}

.right-center {
  position: absolute;
  right: 0;
  width: 36rem;
  height: 100%;
  top: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateY(-50%);
}

.brand-section .brand-wrap {
  padding: 5rem 0 !important;
}

.odoo-suppot-lottie {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  z-index: 2;
}

.feature-title-p {
  margin-top: -5.5rem;
  margin-bottom: 5rem;
  color: #b1b1b1;
}

.why-choose-consultancy .approach-box {
  padding: 0.75rem 0;
}
.why-choose-consultancy p {
  font-size: 1rem;
}

span.client-box {
  width: -moz-max-content !important;
  width: max-content !important;
  font-size: 1.5rem;
  padding: 1.125rem 2rem !important;
  height: -moz-max-content !important;
  height: max-content !important;
}

.client-area.services-pills .text-wrapper {
  margin-top: 2rem !important;
  margin-left: 0rem !important;
  max-width: 90% !important;
}
.client-area.services-pills span.client-box {
  width: -moz-max-content !important;
  width: max-content !important;
  font-size: 1rem;
  padding: 1rem !important;
  height: -moz-max-content !important;
  height: max-content !important;
}
.client-area.services-pills .bg-black {
  background-color: #000000 !important;
}
.client-area.services-pills .client-capsule-wrapper {
  height: 36rem;
}

.left-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.05;
}

.feature-area .features-wrapper.two-column-grid {
  grid-template-columns: repeat(2, 1fr);
}

.feature-area .feature-box .title {
  letter-spacing: 0;
}

.feature-box ul {
  margin-top: 0.5rem;
}
.feature-box li {
  font-weight: 400;
  line-height: 1.75rem;
  color: var(--white-2);
  border-bottom: 2px dotted #5c5c5c;
  padding: 0.35rem 0;
  display: inline-block;
}

.service-migration-wrapper .section-title-4 h2 {
  font-size: 2.25rem;
}

.section-heading.heading-3 .section-title {
  text-transform: capitalize;
}

/* Theme Tab Section Styles - Modern Dark Glassmorphism */
.theme-tab {
  position: relative;
  background-color: var(--theme, #874b87);
  z-index: 1;
  color: #ffffff;
  overflow: hidden;
  padding: 4rem 0;
  /* consistent spacing */
}
.theme-tab::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -20%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  transform: rotate(30deg);
  pointer-events: none;
}
.theme-tab::after {
  content: "";
  position: absolute;
  bottom: -50%;
  right: -20%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0%, transparent 70%);
  transform: rotate(-30deg);
  pointer-events: none;
}

.theme-tab-nav-wrap {
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 2;
}
.theme-tab-nav-wrap .nav-pills {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.5rem;
  border-radius: 4rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.theme-tab-nav-wrap .nav-pills .nav-item {
  margin: 0;
}
.theme-tab-nav-wrap .nav-pills .nav-item .nav-link {
  border-radius: 3.5rem;
  padding: 1rem 3rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  border: none;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .theme-tab-nav-wrap .nav-pills .nav-item .nav-link {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
}
.theme-tab-nav-wrap .nav-pills .nav-item .nav-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.theme-tab-nav-wrap .nav-pills .nav-item .nav-link.active {
  background-color: #ffffff;
  color: var(--theme, #874b87);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}

.consultancy-content-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 3.5rem;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .consultancy-content-box {
    padding: 2rem;
    text-align: left;
  }
}
.consultancy-content-box .consultancy-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .consultancy-content-box .consultancy-title {
    font-size: 2rem;
  }
}
.consultancy-content-box p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
}
.consultancy-content-box p:last-child {
  margin-bottom: 0;
}

.consultancy-img {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.consultancy-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.consultancy-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(135, 75, 135, 0.3), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.consultancy-img:hover img {
  transform: scale(1.03);
}
.consultancy-img:hover::after {
  opacity: 1;
}

/* Custom Animation for Tab Switching - Fixed Layout Shift */
.tab-content {
  display: grid;
  /* Overlap tabs in the same grid cell */
  grid-template-areas: "content";
}

.tab-pane {
  grid-area: content;
  display: block !important;
  /* Override Bootstrap's display: none */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transform: translateY(10px);
  width: 100%;
  /* Ensure full width */
}
.tab-pane.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  position: relative;
  z-index: 5;
}

/* Blog Search and Filter Section */
.blog-filter-section {
  position: relative;
  z-index: 10;
}

.blog-search-box {
  position: relative;
}
.blog-search-box input {
  width: 100%;
  height: 60px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 60px;
  padding: 0 60px 0 30px;
  font-size: 16px;
  color: #1a1a1a;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}
.blog-search-box input::-moz-placeholder {
  color: #999;
}
.blog-search-box input::placeholder {
  color: #999;
}
.blog-search-box input:focus {
  border-color: var(--theme, #874b87);
  box-shadow: 0 5px 25px rgba(135, 75, 135, 0.15);
  outline: none;
}
.blog-search-box button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: var(--theme, #874b87);
  border: none;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.blog-search-box button:hover {
  transform: translateY(-50%) scale(1.05);
  background: #6a366a;
  /* slightly darker for hover */
}
.blog-search-box button i {
  font-size: 16px;
}

.custom-multi-select {
  position: relative;
  width: 100%;
}
.custom-multi-select .select-btn {
  display: flex;
  height: 60px;
  background: #fff;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 60px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  color: #555;
}
.custom-multi-select .select-btn:hover {
  border-color: rgba(135, 75, 135, 0.3);
}
.custom-multi-select .select-btn.open {
  border-color: var(--theme, #874b87);
  box-shadow: 0 5px 25px rgba(135, 75, 135, 0.15);
}
.custom-multi-select .select-btn.open i {
  transform: rotate(-180deg);
}
.custom-multi-select .select-btn i {
  font-size: 14px;
  transition: transform 0.3s linear;
}
.custom-multi-select .select-content {
  position: absolute;
  top: 75px;
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  display: none;
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.custom-multi-select .select-content.open {
  display: block;
  animation: fadeInDown 0.3s ease forwards;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.custom-multi-select .select-content .options {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 250px;
  overflow-y: auto;
}
.custom-multi-select .select-content .options::-webkit-scrollbar {
  width: 6px;
}
.custom-multi-select .select-content .options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.custom-multi-select .select-content .options::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}
.custom-multi-select .select-content .options::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
.custom-multi-select .select-content .options li {
  margin-bottom: 15px;
}
.custom-multi-select .select-content .options li:last-child {
  margin-bottom: 0;
}
.custom-multi-select .select-content .options li .custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  padding-left: 35px;
  font-size: 15px;
  color: #555;
  transition: color 0.2s;
}
.custom-multi-select .select-content .options li .custom-checkbox:hover {
  color: var(--theme, #874b87);
}
.custom-multi-select .select-content .options li .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-multi-select .select-content .options li .custom-checkbox input:checked ~ .checkmark {
  background-color: var(--theme, #874b87);
  border-color: var(--theme, #874b87);
}
.custom-multi-select .select-content .options li .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-multi-select .select-content .options li .custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  /* Center with text approx */
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.custom-multi-select .select-content .options li .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.blog-area-2 .blogs-wrapper > *:nth-child(5n+4),
.blog-area-2 .blogs-wrapper > *:nth-child(5n+5) {
  grid-column: span 3;
}

header.header-area {
  position: fixed;
  transition: 0.4s;
}

.header__logo,
.header__nav {
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  background: rgba(249, 242, 246, 0.3411764706);
}

.service-box .content p b {
  display: block;
}

.page-title-area-inner .page-title-wrapper p {
  text-align: center;
  margin: 1rem auto 0;
  color: #575757;
  font-size: 1.5rem;
}

.primary_color {
  color: var(--theme, #874b87);
}

#consultation-popup,
button#consultation-float-btn {
  display: none;
}

.feature-area .features-wrapper.three-grid-template {
  grid-template-columns: repeat(3, 1fr);
}

section.process-section.pt-130.fade-wrapper.theme-bg {
  background: #874b87;
  padding: 6rem 0;
}
section.process-section.pt-130.fade-wrapper.theme-bg .section-heading .section-title {
  color: #fff;
}
section.process-section.pt-130.fade-wrapper.theme-bg .process-icon:before {
  border-color: #ffffff;
}
section.process-section.pt-130.fade-wrapper.theme-bg .process-item .process-content .title {
  color: #fff;
}
section.process-section.pt-130.fade-wrapper.theme-bg .process-item .process-content p {
  color: #eee;
  line-height: 1.3;
}
section.process-section.pt-130.fade-wrapper.theme-bg .process-icon svg {
  width: 3.85rem;
  height: 3.85rem;
}

.brand-section.text-center .brand-content li {
  margin: auto;
}
.brand-section.text-center h5 {
  color: #74787C;
  margin: 0 0 1rem 0;
}

/* Consultation Popup & Floating Button Styles */
.consultation-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 400px;
  background-color: #874b87;
  border-radius: 12px;
  z-index: 9999;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  color: #fff;
  transform-origin: bottom right;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
  pointer-events: none;
  transform: scale(0) translate(100px, 100px);
}
.consultation-popup.active {
  opacity: 1;
  pointer-events: all;
  transform: scale(1) translate(0, 0);
}
.consultation-popup.minimized {
  opacity: 0;
  pointer-events: none;
  transform: scale(0) translate(200px, 300px);
  /* Move towards the floating button position */
}
.consultation-popup .popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.consultation-popup .popup-header .popup-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.consultation-popup .popup-header .minimize-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
  transition: transform 0.3s;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.consultation-popup .popup-header .minimize-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
}
.consultation-popup .popup-body {
  padding: 1.5rem;
  background-color: #874b87;
}

.consultation-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.consultation-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.consultation-form .form-group label {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
.consultation-form .form-group input,
.consultation-form .form-group textarea {
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #fff;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.3s;
  color: #333;
}
.consultation-form .form-group input:focus,
.consultation-form .form-group textarea:focus {
  border-color: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
}
.consultation-form .form-group textarea {
  resize: vertical;
  min-height: 80px;
}
.consultation-form .submit-btn {
  background: #fff;
  color: #874b87;
  border: none;
  padding: 12px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  align-self: flex-start;
  padding-left: 30px;
  padding-right: 30px;
}
.consultation-form .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
}

.consultation-float-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  /* Initially hidden off-screen */
  background-color: #874b87;
  color: #fff;
  border: none;
  padding: 15px 20px 15px 15px;
  border-radius: 50px 0 0 50px;
  cursor: pointer;
  z-index: 9998;
  box-shadow: -2px 5px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 1rem;
}
.consultation-float-btn.visible {
  transform: translateY(-50%) translateX(0);
}
.consultation-float-btn .icon {
  font-size: 1.4rem;
  animation: pulse 2s infinite;
}
.consultation-float-btn .text {
  font-weight: 600;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: none;
  writing-mode: horizontal-tb;
}
.consultation-float-btn:hover {
  padding-right: 25px;
  background-color: #6e3d6e;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 576px) {
  .consultation-popup {
    width: 90%;
    right: 5%;
    bottom: 10%;
  }
}
/* Privacy Policy Page Styles */
.privacy-policy-area .privacy-content {
  max-width: 100%;
  margin: 0 auto;
}
.privacy-policy-area .privacy-content h1,
.privacy-policy-area .privacy-content h2,
.privacy-policy-area .privacy-content h3,
.privacy-policy-area .privacy-content h4,
.privacy-policy-area .privacy-content h5,
.privacy-policy-area .privacy-content h6 {
  color: #1a1a1a;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  font-weight: 600;
}
.privacy-policy-area .privacy-content h1 {
  font-size: 2.5rem;
  margin-bottom: 1em;
}
.privacy-policy-area .privacy-content h2 {
  font-size: 1.75rem;
  border-bottom: 0.0625rem solid #eee;
  padding-bottom: 0.5rem;
}
.privacy-policy-area .privacy-content h3 {
  font-size: 1.5rem;
}
.privacy-policy-area .privacy-content p {
  margin-bottom: 1.25em;
  line-height: 1.7;
  color: #555;
  font-size: 1.05rem;
}
.privacy-policy-area .privacy-content ul,
.privacy-policy-area .privacy-content ol {
  margin-bottom: 1.25em;
  padding-left: 1.5em;
}
.privacy-policy-area .privacy-content ul li,
.privacy-policy-area .privacy-content ol li {
  margin-bottom: 0.5em;
  line-height: 1.6;
  color: #555;
  font-size: 1.05rem;
}
.privacy-policy-area .privacy-content a {
  color: var(--theme, #874b87);
  text-decoration: underline;
  transition: color 0.3s ease;
}
.privacy-policy-area .privacy-content a:hover {
  color: #1a1a1a;
}
.privacy-policy-area .privacy-content strong {
  color: #1a1a1a;
  font-weight: 600;
}
.privacy-policy-area .privacy-content .table-responsive {
  margin-bottom: 1.5em;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.privacy-policy-area .privacy-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}
.privacy-policy-area .privacy-content table th,
.privacy-policy-area .privacy-content table td {
  padding: 1rem;
  border: 0.0625rem solid #e5e5e5;
  text-align: left;
  vertical-align: top;
  color: #555;
}
.privacy-policy-area .privacy-content table th {
  background-color: #f9f9f9;
  font-weight: 600;
  color: #1a1a1a;
}

/* Career Page Styles */
.career-lottie {
  padding: 6.5rem 0;
}
.career-lottie dotlottie-wc {
  width: 100%;
  height: 29rem;
  transform: scale(1.4);
}

@media (max-width: 1250px) {
  .career-lottie .col-xl-6 {
    max-width: 50%;
  }
  .career-values p.mt-20 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .career-lottie .col-xl-6 {
    max-width: 100%;
  }
  .career-lottie dotlottie-wc {
    width: 100%;
    height: auto;
    transform: scale(2);
    margin: 20px 0 40px 0;
  }
}
.career-values {
  background: #fff;
  padding: 5rem 0;
}
.career-values .section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1a1a1a;
}
@media (max-width: 576px) {
  .career-values {
    padding: 3rem 0 1rem 0;
  }
}
.career-values .values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 576px) {
  .career-values .values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .career-values .values-grid .value-card {
    padding: 16px !important;
  }
}
.career-values .values-grid .value-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  border: 1px solid #eee;
}
.career-values .values-grid .value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(135, 75, 135, 0.1);
  border-color: var(--theme, #874b87);
}
.career-values .values-grid .value-card .icon-box {
  font-size: 2.5rem;
  color: var(--theme, #874b87);
  margin-bottom: 20px;
}
.career-values .values-grid .value-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  color: #1a1a1a;
}
.career-values .life-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1rem;
}
.career-values .life-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #555;
}
.career-values .life-list li i {
  color: var(--theme, #874b87);
  margin-right: 15px;
  font-size: 1.2rem;
}
.career-values .life-image-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.career-profile {
  padding: 5rem 0;
}
.career-profile .section-title h2 {
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 2rem;
}
.career-profile .profile-card {
  background: #fff;
  padding: 40px 20px;
  border-radius: 16px;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.career-profile .profile-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-color: var(--theme, #874b87);
}
.career-profile .profile-card:hover .icon {
  transform: scale(1.1) rotate(5deg);
  background-color: var(--theme, #874b87);
  color: #fff;
}
.career-profile .profile-card .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: rgba(135, 75, 135, 0.1);
  color: var(--theme, #874b87);
  font-size: 1.75rem;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}
.career-profile .profile-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  color: #1a1a1a;
}
@media (max-width: 576px) {
  .career-profile {
    padding: 3rem 0 2rem 0;
  }
  .career-profile .section-title h2 {
    font-size: 32px;
  }
  .career-profile .col-md-6.col-lg-3 {
    max-width: 50%;
  }
  .career-profile .col-md-6.col-lg-3 .profile-card {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}

.career-benefits {
  padding: 5rem 0;
  background-color: #fff;
}
.career-benefits .section-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 1rem;
}
.career-benefits .section-title h2 {
  font-weight: 600;
}
.career-benefits .benefits-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.career-benefits .benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 12px;
  width: calc(33.333% - 10px);
  text-align: center;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .career-benefits .benefit-item {
    width: calc(50% - 8px);
  }
}
@media (max-width: 480px) {
  .career-benefits .benefit-item {
    width: 100%;
  }
}
.career-benefits .benefit-item:hover {
  background-color: var(--theme, #874b87);
  border-color: var(--theme, #874b87);
  transform: translateY(-5px);
}
.career-benefits .benefit-item:hover i,
.career-benefits .benefit-item:hover span {
  color: #fff;
}
.career-benefits .benefit-item i {
  font-size: 1.5rem;
  color: var(--theme, #874b87);
  margin-bottom: 10px;
  transition: color 0.3s ease;
}
.career-benefits .benefit-item span {
  font-size: 0.95rem;
  font-weight: 500;
  color: #555;
  transition: color 0.3s ease;
}

.hiring-process {
  background-color: #874b87 !important;
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}
.hiring-process .process-timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}
.hiring-process .process-timeline::before {
  content: "";
  position: absolute;
  top: 5rem;
  left: 5.25rem;
  width: 80%;
  height: 0.125rem;
  z-index: 1;
  border: 1px dashed rgba(238, 238, 238, 0.5019607843);
}
@media (max-width: 1250px) {
  .hiring-process .process-timeline::before {
    top: 6rem;
  }
}
@media (max-width: 768px) {
  .hiring-process .process-timeline {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
  .hiring-process .process-timeline::before {
    width: 1px !important;
    height: 79% !important;
    left: 50% !important;
    top: 50px !important;
    transform: translateX(-50%);
    opacity: 0.5;
  }
}
.hiring-process .process-timeline .process-step {
  position: relative;
  z-index: 2;
  text-align: center;
  flex: 1;
}
.hiring-process .process-timeline .process-step .step-number {
  width: 5rem;
  height: 5rem;
  line-height: 4rem;
  background: #222;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}
.hiring-process .process-timeline .process-step .step-number svg {
  width: 40%;
  height: 100%;
}
.hiring-process .process-timeline .process-step h4 {
  color: #fff !important;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}
.hiring-process .process-timeline .process-step:hover .step-number {
  background: #14a29d;
  transform: scale(1.1);
}

.career-cta {
  background: #eee;
  padding: 5rem 0;
}
.career-cta .sub-title {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--theme, #874b87);
  margin-bottom: 20px;
}
.career-cta h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
}
.career-cta p {
  color: #555;
  font-size: 1.1rem;
}
.career-cta .application-box {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  display: inline-block;
  border: 1px solid #eee;
}
.career-cta .application-box p {
  margin: 0;
  font-size: 1rem;
  color: #777;
}
.career-cta .application-box .email-link {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--theme, #874b87);
  margin: 10px 0;
  text-decoration: none;
  transition: color 0.3s ease;
}
.career-cta .application-box .email-link:hover {
  text-decoration: underline;
  color: #1a1a1a;
}
@media (max-width: 576px) {
  .career-cta .application-box .email-link {
    font-size: 1.25rem;
  }
}
.career-cta .application-box .subject-line {
  font-size: 0.9rem;
  background: #f5f5f5;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 10px;
  font-family: monospace;
  color: #333;
}

.privacy-wrapper {
  padding: 100px 0;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0.5rem 0;
}
.privacy-wrapper .last-updated {
  background-color: var(--theme, #874b87);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.privacy-wrapper tbody,
.privacy-wrapper td,
.privacy-wrapper tfoot,
.privacy-wrapper th,
.privacy-wrapper thead,
.privacy-wrapper tr {
  padding: 1rem;
  border: 1px solid;
  width: 30%;
}
.privacy-wrapper p,
.privacy-wrapper li,
.privacy-wrapper em,
.privacy-wrapper u {
  font-size: 1rem;
  line-height: 1.65;
  margin: 0.5rem 0;
}
.privacy-wrapper a {
  color: var(--theme, #874b87);
}
.privacy-wrapper h2 {
  font-size: 1.5rem;
  margin: 1rem 0 0.5rem 0;
}
.privacy-wrapper h3 {
  font-size: 1.3rem;
  margin: 1rem 0 0.5rem 0;
}

section.error-area span.section-subtitle {
  color: var(--theme, #874b87);
}

.error-area {
  background-color: rgba(255, 205, 238, 0.15);
}
.error-area .align-items-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.error-area .align-items-center .section-title {
  max-width: 100%;
}
.error-area .align-items-center p {
  font-size: 1.25rem;
  margin: 1rem 0 0;
}
.error-area .align-items-center .btn-wrapper {
  margin-top: 1rem !important;
}

.error-404-lottie {
  width: 38rem;
  height: 38rem;
}

@media screen and (max-width: 991px) {
  .blog-toc-sidebar {
    position: relative;
    top: 0;
    margin-bottom: 2rem;
    max-height: none;
  }
}
@media screen and (max-width: 768px) {
  .phase-box {
    position: relative;
    top: 0;
    left: 0%;
    transform: translateX(0%);
  }
  .services-wrapper-4 .service-box .feature-list {
    padding-bottom: 0;
  }
  img.service-image-phase {
    transform: scale(1.4);
  }
  .page-title-area h1.page-title {
    font-size: 60px;
  }
  section.page-title-area {
    background-size: cover;
  }
  .hero-area .hero-content.section-spacing-bottom {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 24px;
  }
  h2.section-title.font-instrumentsans-medium.char-anim {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .about-area-inner {
    height: -moz-max-content;
    height: max-content;
    padding: 60px 0;
  }
  .about-area-inner .section-content {
    padding: 50px 0;
  }
  section.page-title-area h1.page-title {
    font-size: 56px;
    line-height: 1.02;
    max-width: 90%;
    margin: auto;
  }
  .about-section {
    padding: 40px 0;
  }
  .about-section .about-img-2.reveal {
    display: none;
  }
  .about-section .about-wrap .about-content p {
    margin-bottom: 0;
  }
  .about-section img.img-1 {
    border-radius: 20px;
  }
  .our-service-wrapper {
    padding: 100px 0 50px 0;
  }
  .who-we-are-about {
    padding: 20px 0;
  }
  .who-we-are-about h2.section-title {
    font-size: 2.25rem !important;
    font-weight: 600;
  }
  .who-we-are-about img.leaf-bg.right-0 {
    top: auto;
    bottom: 0;
    opacity: 0.1;
  }
  .section-title-4 h2 {
    font-size: 32px !important;
  }
  .service-area-service-page .section-title {
    font-size: 32px;
  }
  .services-wrapper-4 .service-box .title {
    font-size: 35px !important;
    letter-spacing: 1px !important;
  }
  .phase-box {
    margin: auto;
  }
  .service-area-service-page .services-wrapper-4 {
    gap: 1rem;
  }
  .about-content-7 .section-heading .section-title {
    font-size: 32px;
  }
  img.leaf-bg.right-0 {
    bottom: 0;
    top: auto;
    z-index: -1;
    opacity: 0.1;
  }
  .testimonial-area .section-title {
    font-size: 42px;
  }
  .testimonial-area-inner.section-spacing-top {
    padding-top: 0;
  }
  .testimonial-area .testimonial-wrapper-box {
    padding-top: 0;
    padding-bottom: 20px;
  }
  section.testimonial-area.moving-testimonial .testimonial-item {
    max-width: 100%;
    border-radius: 20px;
  }
  .testimonial-area .testimonial-wrapper {
    gap: 1rem;
  }
  .approach-area .approach-wrapper-box {
    display: flex;
    flex-direction: column;
  }
  .approach-area span.steps.fade-anim {
    display: block;
    font-size: 32px !important;
    max-width: 100%;
    line-height: 1.1 !important;
  }
  .approach-wrapper-box > div:first-child {
    min-width: auto;
  }
  .approach-area .approach-box {
    grid-template-columns: 20px 1fr;
  }
  .approach-area .section-spacing {
    padding: 0;
  }
  h2.section-title.overflow-hidden {
    font-size: 32px !important;
  }
  section.process-section {
    padding: 60px 0;
  }
  img.logo-leaf {
    position: absolute;
    bottom: 0;
    opacity: 0.1 !important;
  }
  section.approach-area {
    position: relative;
  }
  .our-agency-about-wrapper,
  .process-section-3 {
    padding: 60px 0;
  }
  .odoo-benifits h2.section-title {
    font-size: 36px;
    margin-bottom: 0;
    padding-top: 70px;
  }
  .feature-area .feature-box {
    gap: 30px;
  }
  .feature-area .features-wrapper {
    gap: 50px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .feature-area img.bg-right-bottom {
    display: none;
  }
  img.right-center {
    position: relative;
    width: 70%;
    height: -moz-max-content;
    height: max-content;
    top: 0;
    left: 0;
    transform: translate(0px, 0px);
    margin: auto;
    display: block;
  }
  dotlottie-wc.odoo-suppot-lottie {
    width: 840px;
    transform: scale(1) translateX(-240px);
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 10px;
  }
  .feature-title-p {
    margin-top: 30px;
  }
  ul#consultancyTabs {
    display: flex;
    flex-direction: row;
  }
  ul#consultancyTabs > li {
    width: 50%;
    line-height: 1.25;
  }
  .client-area h2.section-title {
    font-size: 36px;
  }
  .client-area.services-pills .client-capsule-wrapper {
    height: 720px;
  }
  .feature-area .features-wrapper.two-column-grid {
    display: flex;
    flex-direction: column;
    gap: 90px !important;
  }
  img.right-center.mobile-rotate {
    transform: rotate(90deg);
    margin: -100px auto;
  }
  .blog-area-2 .blogs-wrapper {
    display: flex;
    flex-direction: column;
  }
  .blog-details-area .section-title {
    font-size: 36px;
  }
  .blog-details-area .section-details .tags-wrapper .heading {
    font-size: 16px;
  }
  .blog-details-area .meta {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
  }
  .blog-details-area .image-wrapper {
    margin: 14px 0;
  }
  .blog-details-area .details-info .title[id] {
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .blog-details-area .section-details img {
    max-height: 500px;
    max-width: 100%;
  }
  .promo-banner-cta br {
    display: block !important;
  }
  .promo-banner-cta .container h2 {
    font-size: 32px;
  }
  .promo-banner-cta .container {
    max-width: calc(100% - 30px);
    padding: 2rem 1rem;
  }
  .promo-banner-cta a {
    margin-top: 16px;
  }
  .blog-details-area-inner.section-spacing-top {
    padding-top: 14px;
  }
  .progress-wrap.active-progress {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2117647059);
    opacity: 0.75;
    background: none;
  }
  .progress-wrap svg.progress-circle path {
    fill: #eee;
  }
  .theme-tab-nav-wrap .nav-pills .nav-item .nav-link {
    margin: auto;
  }
  .footer-widgets {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .footer-widget:last-child,
  .footer-widget:nth-child(3) {
    width: 100%;
  }
  .footer-widget:first-child,
  .footer-widget:nth-child(2) {
    width: 50%;
  }
  .footer-main {
    padding: 20px 0 0;
  }
  .header__logo {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background: none;
  }
  header.header-area {
    background: rgba(249, 242, 246, 0.4392156863);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-radius: 0 0 30px 30px;
  }
  .scrolled {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
  }
  .offset-logo img {
    width: 160px;
    max-width: 160px;
  }
  .brand-wrap .round-shape {
    display: none;
  }
  .offset-widget-box .contact-item span {
    line-height: 1.15;
  }
  .page-title-area-inner .page-title-wrapper p {
    font-size: 18px;
    line-height: 1.25;
  }
  .our-agency-about-wrapper .agency-img img {
    height: auto;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 14px;
    -o-object-position: 0;
       object-position: 0;
  }
  .brand-section.text-center {
    text-align: left !important;
  }
  .brand-section.text-center .brand-wrap {
    padding: 3rem 0 !important;
  }
  .brand-section.text-center .brand-content li {
    margin: auto;
  }
  .privacy-wrapper {
    padding: 50px 0;
  }
  .error-area .section-content {
    display: block !important;
  }
  .error-404-lottie {
    width: 350px;
    height: 350px;
    max-width: 100%;
    margin: auto;
  }
  .consultation-form .form-group input,
  .consultation-form .form-group textarea {
    max-width: 100%;
  }
}
@media screen and (max-width: 1250px) and (min-width: 768px) {
  html {
    font-size: 1.2vw;
  }
  .about-area .section-content {
    height: auto;
    padding: 50px 0;
  }
  .about-area-inner.section-spacing {
    height: -moz-max-content;
    height: max-content;
  }
  .service-box.fade-anim {
    grid-template-columns: 60% 40%;
  }
  .funfact-area .funfact-area-inner {
    grid-template-columns: 30% 63%;
  }
  .funfact-item.go-visible {
    margin-top: 20px !important;
  }
  .productivity-area h2.section-title {
    max-width: 100%;
  }
  section.testimonial-area.moving-testimonial .testimonial-item {
    max-width: 100%;
    border-radius: 14px;
  }
  .testimonial-area .testimonial-wrapper {
    padding: 0;
  }
  .hero-area .section-title {
    font-size: 40px;
  }
  .hero-area .hero-content {
    margin-bottom: 0;
  }
  .client-area .client-box {
    font-size: 14px;
  }
  .about-section .about-wrap .col-lg-7,
  .about-section .about-wrap .col-lg-5 {
    width: 50%;
  }
  .container,
  .container-md,
  .container-sm {
    max-width: 90%;
  }
  .blog-area-2 .blogs-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .blog-area-2 .blogs-wrapper > a {
    width: 48%;
    display: block;
  }
  .brand-section .brand-wrap .right-center {
    position: relative;
    display: none;
  }
  .brand-wrap .round-shape,
  img.bg-right-bottom,
  .brand-section .col-lg-5.offset-lg-1 img {
    display: none;
  }
  .client-area .section-content .text-wrapper {
    margin-left: 0;
    width: 100% !important;
    max-width: 100%;
  }
  .client-area .section-content .text-wrapper p {
    font-size: 20px;
    line-height: 1.2;
  }
}
/* Career Form Section & General CF7 Styling */
.career-form-section {
  background-color: var(--theme, #874b87);
  padding: 6.25rem 0;
  overflow: hidden;
  /* Added to keep circles contained if they overflow */
}
@media (max-width: 991px) {
  .career-form-section {
    padding: 3.75rem 0;
  }
}

.career-content-left .section-title {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .career-content-left .section-title {
    font-size: 2.25rem;
  }
}
.career-content-left p {
  font-size: 1.125rem;
  line-height: 1.6;
}
.career-content-left:first-child {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3411764706);
}

.career-benefits-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}
.career-benefits-list li {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  margin-bottom: 1rem;
  font-size: 1.0625rem;
  color: #ffffff;
  font-weight: 500;
}
.career-benefits-list li i {
  color: #8FD6E8;
  /* Light blue accent */
  font-size: 1.25rem;
}

/* Glassmorphism Stylings */
.glass-form-container {
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) and (max-width: 991px) {
  .glass-form-container {
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .glass-form-container {
    margin-top: 30px;
  }
}

.form-circle {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  filter: blur(1px);
  /* Optional: slight blur on the circle itself if desired, or keep sharp as per glass usually blurring what is behind the glass */
  opacity: 1;
}

.circle-1 {
  width: 250px;
  height: 250px;
  background-color: #4d2a4d;
  top: -60px;
  left: -60px;
}

.circle-2 {
  width: 220px;
  height: 220px;
  background-color: #14a29d;
  bottom: -50px;
  right: -50px;
}

.career-form-wrapper {
  /* Glass Effect */
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.875rem;
  padding: 3.125rem;
  box-shadow: 0 1.25rem 3.75rem rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  overflow: hidden;
  /* To clip the blur at edges if needed */
  /* General Form Styles for CF7 Compatibility */
  /* Custom File Upload Styling */
}
@media (max-width: 767px) {
  .career-form-wrapper {
    padding: 1.875rem;
    border-radius: 1.25rem;
  }
}
.career-form-wrapper .form-title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3125rem;
  opacity: 0.8;
}
.career-form-wrapper .form-subtitle {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.875rem;
  /* Highlight specific text if needed, relying on HTML structure */
}
.career-form-wrapper .career-application-form,
.career-form-wrapper form {
  /* Inputs, Selects, Textareas */
  /* Submit Button */
}
.career-form-wrapper .career-application-form label,
.career-form-wrapper form label {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.career-form-wrapper .career-application-form input[type=text],
.career-form-wrapper .career-application-form input[type=email],
.career-form-wrapper .career-application-form input[type=tel],
.career-form-wrapper .career-application-form input[type=url],
.career-form-wrapper .career-application-form textarea,
.career-form-wrapper .career-application-form select,
.career-form-wrapper .career-application-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file),
.career-form-wrapper form input[type=text],
.career-form-wrapper form input[type=email],
.career-form-wrapper form input[type=tel],
.career-form-wrapper form input[type=url],
.career-form-wrapper form textarea,
.career-form-wrapper form select,
.career-form-wrapper form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file) {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3098039216);
  box-shadow: 0 0 9px rgba(75, 36, 75, 0.4392156863);
  border: 0;
  border-radius: 0.5rem;
  padding: 0.875rem 1.25rem;
  color: #ffffff;
  font-size: 0.9375rem;
  outline: none;
  transition: all 0.3s ease;
  height: auto;
}
.career-form-wrapper .career-application-form input[type=text]::-moz-placeholder, .career-form-wrapper .career-application-form input[type=email]::-moz-placeholder, .career-form-wrapper .career-application-form input[type=tel]::-moz-placeholder, .career-form-wrapper .career-application-form input[type=url]::-moz-placeholder, .career-form-wrapper .career-application-form textarea::-moz-placeholder, .career-form-wrapper .career-application-form select::-moz-placeholder, .career-form-wrapper .career-application-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file)::-moz-placeholder, .career-form-wrapper form input[type=text]::-moz-placeholder, .career-form-wrapper form input[type=email]::-moz-placeholder, .career-form-wrapper form input[type=tel]::-moz-placeholder, .career-form-wrapper form input[type=url]::-moz-placeholder, .career-form-wrapper form textarea::-moz-placeholder, .career-form-wrapper form select::-moz-placeholder, .career-form-wrapper form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file)::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.career-form-wrapper .career-application-form input[type=text]::placeholder,
.career-form-wrapper .career-application-form input[type=email]::placeholder,
.career-form-wrapper .career-application-form input[type=tel]::placeholder,
.career-form-wrapper .career-application-form input[type=url]::placeholder,
.career-form-wrapper .career-application-form textarea::placeholder,
.career-form-wrapper .career-application-form select::placeholder,
.career-form-wrapper .career-application-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file)::placeholder,
.career-form-wrapper form input[type=text]::placeholder,
.career-form-wrapper form input[type=email]::placeholder,
.career-form-wrapper form input[type=tel]::placeholder,
.career-form-wrapper form input[type=url]::placeholder,
.career-form-wrapper form textarea::placeholder,
.career-form-wrapper form select::placeholder,
.career-form-wrapper form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file)::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.career-form-wrapper .career-application-form input[type=text]:focus,
.career-form-wrapper .career-application-form input[type=email]:focus,
.career-form-wrapper .career-application-form input[type=tel]:focus,
.career-form-wrapper .career-application-form input[type=url]:focus,
.career-form-wrapper .career-application-form textarea:focus,
.career-form-wrapper .career-application-form select:focus,
.career-form-wrapper .career-application-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file):focus,
.career-form-wrapper form input[type=text]:focus,
.career-form-wrapper form input[type=email]:focus,
.career-form-wrapper form input[type=tel]:focus,
.career-form-wrapper form input[type=url]:focus,
.career-form-wrapper form textarea:focus,
.career-form-wrapper form select:focus,
.career-form-wrapper form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file):focus {
  border-color: #fff;
}
.career-form-wrapper .career-application-form input[type=submit],
.career-form-wrapper .career-application-form button[type=submit],
.career-form-wrapper .career-application-form .wpcf7-submit,
.career-form-wrapper form input[type=submit],
.career-form-wrapper form button[type=submit],
.career-form-wrapper form .wpcf7-submit {
  width: 100%;
  background-color: #552b55;
  color: #ffffff;
  font-weight: 600;
  padding: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1.625rem;
}
.career-form-wrapper .career-application-form input[type=submit]:hover,
.career-form-wrapper .career-application-form button[type=submit]:hover,
.career-form-wrapper .career-application-form .wpcf7-submit:hover,
.career-form-wrapper form input[type=submit]:hover,
.career-form-wrapper form button[type=submit]:hover,
.career-form-wrapper form .wpcf7-submit:hover {
  background-color: #000;
  color: #fff;
}
.career-form-wrapper .career-application-form select option {
  color: #000 !important;
}
.career-form-wrapper .file-upload-box {
  position: relative;
  border: 2px dashed rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  padding: 2.5rem 1.25rem;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.3098039216);
  /* The actual file input */
}
.career-form-wrapper .file-upload-box .upload-content {
  pointer-events: none;
}
.career-form-wrapper .file-upload-box .upload-content .icon {
  font-size: 2rem;
  color: #fff;
}
.career-form-wrapper .file-upload-box .upload-content p {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
}
.career-form-wrapper .file-upload-box .upload-content .small-text {
  display: block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.3125rem;
}
.career-form-wrapper .file-upload-box input[type=file],
.career-form-wrapper .file-upload-box .wpcf7-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.career-form-section .wpcf7 .wpcf7-response-output {
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  padding: 0.5rem;
}/*# sourceMappingURL=custom.css.map */