/*================================================
   Marketive — Softro-accurate section styles
=================================================*/

.mb-60 { margin-bottom: 32px; }
.mb-120 { margin-bottom: 56px; }
.container-fluid.one {
  padding-left: clamp(16px, 3.5vw, 48px);
  padding-right: clamp(16px, 3.5vw, 48px);
}

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.reveal.in {
  opacity: 1;
  transform: none;
}

/*------------------------------------------------
  Section titles
------------------------------------------------*/
.section-title.home3-section-title > span {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--title-color);
  margin-bottom: 12px;
  background: transparent;
  padding: 5px 12px;
  border-radius: 100px;
  border: 1px solid #c8c8c8;
}

.section-title.home3-section-title h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.15;
  color: var(--title-color);
  margin: 0;
  max-width: 518px;
}

.section-title.home3-section-title.text-center h2 {
  margin-left: auto;
  margin-right: auto;
}

.section-title.home3-section-title .section-subtitle {
  margin: 18px auto 0;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-color);
}

.view-all-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  color: var(--title-color);
  letter-spacing: 0.02em;
}

.view-all-link i { transition: transform 0.35s; }
.view-all-link:hover { color: var(--primary-color2); }
.view-all-link:hover i { transform: translateX(4px); }

.details-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 15px;
  color: var(--title-color);
  margin-top: 20px;
  background-image: linear-gradient(to right, var(--title-color), var(--title-color));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1.5px;
  padding-bottom: 2px;
  transition: background-size 0.45s, color 0.35s;
}

.details-link:hover {
  background-size: 100% 1.5px;
}
.details-link i { transition: transform 0.35s; }
.details-link:hover i { transform: rotate(-45deg); }

/*------------------------------------------------
  Legacy primary-btn2 — unified with .btn-cta
------------------------------------------------*/
.primary-btn2 {
  display: inline-flex;
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.primary-btn2 .icon { display: none !important; }

.primary-btn2 .content {
  background: var(--brand-gradient);
  color: #ffffff;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  padding: 14px 24px;
  border-radius: 10px;
  display: inline-block;
  transition: filter 0.25s ease, transform 0.25s ease;
  box-shadow: 0 8px 20px rgba(67, 56, 202, 0.18);
}

.primary-btn2:hover .content {
  color: #fff;
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.primary-btn2.transparent .content {
  background: transparent;
  color: var(--title-color);
  border: 1.5px solid var(--title-color);
  box-shadow: none;
}

.primary-btn2.transparent:hover .content {
  background: var(--primary-color1);
  border-color: var(--primary-color1);
  color: #ffffff;
  filter: none;
}

/* Back to top */
#scroll-percentage {
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--black-color);
  color: #fff;
  z-index: 990;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  border: 1px solid transparent;
}

#scroll-percentage.show { opacity: 1; visibility: visible; }
#scroll-percentage:hover {
  background: var(--brand-gradient);
  color: #ffffff;
}
#scroll-percentage-value { font-size: 11px; font-weight: 600; line-height: 1; }
#scroll-percentage i { font-size: 12px; }

.section-placeholder { display: none; }

/*================================================
   HERO
=================================================*/
.home3-banner-section {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}

.home3-banner-section .container-fluid.one {
  padding-left: 0;
  padding-right: 0;
}

.home3-banner-section .banner-wrapper {
  background: linear-gradient(135deg, #F8FAFC 0%, #eef2ff 100%);
  background-size: cover;
  border-radius: 0;
  display: grid;
  grid-template-columns: 50% 50%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.home3-banner-section .banner-content-wrap {
  padding: 72px 0 64px;
  margin-left: clamp(24px, 8vw, 120px);
  margin-right: 4%;
  position: relative;
  z-index: 2;
}

.home3-banner-section .banner-content-wrap h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(36px, 4.6vw, 56px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--title-color);
  margin: 0 0 20px;
  max-width: 560px;
}

.home3-banner-section .banner-content-wrap h1 span {
  display: block;
  font-weight: 500;
  color: var(--primary-color1);
}

.home3-banner-section .para-area {
  display: block;
  margin-bottom: 28px;
  max-width: 480px;
}

.home3-banner-section .para-area .diamond-icon { display: none; }

.home3-banner-section .para-area .diamond-icon {
  width: auto;
  height: auto;
  min-width: 6px;
  background: none;
  border-radius: 0;
  padding-top: 4px;
  color: inherit;
}

.home3-banner-section .para-area p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  color: var(--text-color);
}

.home3-banner-section .para-area p span {
  color: var(--title-color);
  font-weight: 600;
}

.home3-banner-section .button-area { margin-bottom: 0; }

.home3-banner-section .btm-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px 64px;
  margin-top: 80px;
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
  max-width: 520px;
  position: relative;
}

.home3-banner-section .btm-area > li:first-child {
  position: relative;
  padding-right: 40px;
}

.home3-banner-section .btm-area > li:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 68px;
  background: #d9d9d9;
}

.rating-area .review {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 8px;
  color: var(--text-color);
}

.rating-area .review strong {
  color: var(--title-color);
  font-weight: 600;
}

.rating-area .star {
  display: flex;
  gap: 3px;
  color: #ff3d2e;
  margin-right: 8px;
  font-size: 12px;
}

.rating-area .rating {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: var(--text-color);
}

.author-area {
  display: flex;
  align-items: center;
  gap: 14px;
}

.author-img-grp {
  display: flex;
  padding-left: 12px;
}

.author-img-grp li { margin-left: -14px; }

.author-img-grp img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
}

.author-area h2 {
  font-family: var(--font-counter);
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  max-width: 170px;
  line-height: 1.35;
  color: var(--title-color);
}

.author-area h2 strong {
  font-weight: 700;
}

.global-icon { display: none !important; }

/* Banner image */
.banner-img-wrap {
  position: relative;
  min-height: 480px;
  align-self: stretch;
}

.banner-img-wrap .home3-banner-slide {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border-radius: 0;
  overflow: hidden;
  background: #c8d0e0;
}

.banner-img-wrap .home3-banner-slide:not(.swiper-initialized) .swiper-slide { display: none; }
.banner-img-wrap .home3-banner-slide:not(.swiper-initialized) .swiper-slide:first-child { display: block; }

.banner-img-wrap .img-area {
  height: 100%;
  min-height: 480px;
  overflow: hidden;
}

.banner-img-wrap .img-area img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  display: block;
}

.banner-img-wrap .banner-pagi {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 4;
  width: auto !important;
}

.banner-img-wrap .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.45;
  width: 8px;
  height: 8px;
}

.banner-img-wrap .swiper-pagination-bullet-active {
  background: var(--primary-color1);
  opacity: 1;
  width: 22px;
  border-radius: 10px;
}

.banner-img-wrap .counter-wrap {
  position: absolute;
  left: -17px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  z-index: 5;
}

.banner-img-wrap .counter-area {
  background: rgba(15, 23, 42, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 22px 28px;
  border-radius: 12px 0 0 0;
  min-width: 170px;
  color: #fff;
}

.banner-img-wrap .counter-area.two {
  background: rgba(15, 23, 42, 0.82);
  border-radius: 0 12px 0 0;
}

.banner-img-wrap .counter-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.banner-img-wrap .counter-content p {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.85);
}

.banner-img-wrap .counter-content .number {
  display: flex;
  align-items: flex-start;
  gap: 2px;
}

.banner-img-wrap .counter-content .number h2 {
  font-family: var(--font-counter);
  font-size: 44px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  line-height: 1;
}

.banner-img-wrap .counter-content .number span {
  font-family: var(--font-counter);
  font-weight: 500;
  font-size: 18px;
  color: var(--primary-color1);
}

/*================================================
   ROADMAP
=================================================*/
.roadmap-section {
  padding: var(--section-space) 0;
  background: #fff;
}

.roadmap-card {
  background: #eef2ff;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 40px 28px;
  position: relative;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.roadmap-card:hover { transform: translateY(-6px); }

.roadmap-card.two { background: #f5f3ff; }
.roadmap-card.three { background: #eef2ff; }
.roadmap-card.four { background: #f5f3ff; }

.roadmap-card .corner-deco,
.roadmap-card .corner-deco::after {
  display: none !important;
}

.roadmap-card h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  color: var(--title-color);
  margin: 0 0 14px;
}

.roadmap-card p {
  font-size: 16px;
  line-height: 1.45;
  color: var(--text-color);
  margin: 0;
}

.trusted-bar {
  margin-top: 48px;
  text-align: center;
  padding-top: 36px;
  border-top: 1px solid var(--borders-color);
}

.trusted-bar p {
  font-size: 18px;
  margin-bottom: 28px;
  color: var(--title-color);
  font-weight: 500;
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 48px;
}

.partner-logos span {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  color: rgba(30, 30, 30, 0.28);
  letter-spacing: 0.02em;
  transition: color 0.35s;
}

.partner-logos span:hover { color: var(--primary-color2); }

/*================================================
   PROCESS / ABOUT
=================================================*/
.home3-process-section {
  padding: var(--section-space) 0;
  background: #F8FAFC;
}

.home3-process-section .section-title h2 { max-width: 350px; }

.process-content {
  display: flex;
  gap: 18px;
  margin-bottom: 36px;
  align-items: flex-start;
}

.process-content .icon {
  width: 28px;
  min-width: 28px;
  height: auto;
  background: none;
  border-radius: 0;
  color: #d4d4d4;
  font-size: 22px;
  display: flex;
  padding-top: 4px;
}

.process-content p {
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
  color: var(--text-color);
}

.process-content p span {
  font-weight: 600;
  color: var(--title-color);
}

.process-img-area {
  margin-top: 40px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  max-width: 574px;
}

.process-img-area img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.process-img-area::after,
.process-img-area::before {
  display: none !important;
}

.process-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.single-process {
  display: flex;
  gap: 22px;
  padding: 0;
  background: transparent;
  border: 0;
  align-items: flex-start;
  position: relative;
}

.single-process:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 23px;
  top: 52px;
  bottom: -36px;
  width: 1px;
  background: #c8c8c8;
}

.single-process .step-no span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #525252;
  color: var(--title-color);
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 18px;
  transition: 0.35s;
  position: relative;
  z-index: 1;
  background: #F8FAFC;
}

.single-process:hover .step-no span,
.single-process.active .step-no span {
  background: var(--brand-gradient);
  border-color: transparent;
  color: #ffffff;
}

.single-process h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 28px;
  margin: 0 0 10px;
  color: var(--title-color);
}

.single-process p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #595959;
}

/*================================================
   SERVICES — light Softro cards
=================================================*/
.home3-service-section {
  padding: var(--section-space) 0;
  background: #fff;
  color: var(--text-color);
}

.home3-service-section .section-title span {
  border-color: #c8c8c8;
  color: var(--title-color);
  background: transparent;
}

.home3-service-section .section-title h2,
.home3-service-section .view-all-link {
  color: var(--title-color);
}

.service-card {
  background: #fff;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  padding: 36px 28px;
  height: 100%;
  min-height: 280px;
  transition: 0.45s;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  background: #eef2ff;
  border-color: #eef2ff;
}

.service-card .icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(67, 56, 202, 0.08);
  color: var(--primary-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 28px;
  transition: 0.35s;
}

.service-card:hover .icon {
  background: var(--primary-color1);
  color: #ffffff;
}

.service-card h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 16px;
  color: var(--title-color);
  line-height: 1.25;
}

.service-card p {
  opacity: 1;
  margin-bottom: 0;
  line-height: 1.55;
  font-size: 16px;
  color: var(--text-color);
}

.service-card .details-link {
  color: var(--title-color);
  margin-top: 32px;
}

.home3-service-section .swiper-nav-wrap {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.home3-service-section .swiper-nav-wrap button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  color: var(--title-color);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
}

.home3-service-section .swiper-nav-wrap button:hover {
  background: var(--primary-color1);
  border-color: var(--primary-color1);
  color: #ffffff;
}

/*================================================
   PORTFOLIO
=================================================*/
.home3-portfolio-section {
  padding: var(--section-space) 0;
  background: #F8FAFC;
}

.home3-portfolio-section .portfolio-shell {
  background:
    linear-gradient(135deg, rgba(67, 56, 202, 0.92) 0%, rgba(124, 58, 237, 0.92) 100%),
    url("../images/placeholders/hero-2.jpg") center / cover no-repeat;
  border-radius: 16px;
  padding: 56px 32px 48px;
}

.home3-portfolio-section .portfolio-shell .section-title span {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.home3-portfolio-section .portfolio-shell .section-title h2,
.home3-portfolio-section .portfolio-shell .view-all-link {
  color: #fff;
}

.portfolio-card {
  background: transparent;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.portfolio-card .img-area {
  aspect-ratio: 16 / 12;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.portfolio-card .img-area::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.28) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
}

.portfolio-card:hover .img-area::after {
  transform: translateX(120%);
}

.portfolio-card .img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.55s;
}

.portfolio-card:hover .img-area img { transform: scale(1.06); }

.portfolio-card .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 30px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 0 6px 0 0;
  transform: translateY(8px);
  opacity: 0.96;
  transition: 0.4s;
}

.portfolio-card:hover .content {
  transform: translateY(0);
}

.portfolio-card h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 14px;
  color: var(--title-color);
}

.portfolio-card .stats {
  display: flex;
  gap: 24px;
  margin-bottom: 4px;
}

.portfolio-card .stats li {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
  color: var(--primary-color2);
  line-height: 1.1;
}

.portfolio-card .stats small {
  display: block;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  color: var(--text-color);
  margin-top: 4px;
}

.home3-portfolio-section .swiper-nav-wrap {
  display: flex;
  gap: 12px;
  margin-top: 36px;
}

.home3-portfolio-section .swiper-nav-wrap button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
}

.home3-portfolio-section .swiper-nav-wrap button:hover {
  background: var(--primary-color1);
  border-color: var(--primary-color1);
  color: #ffffff;
}

/*================================================
   TESTIMONIALS
=================================================*/
.testimonial-section {
  padding: var(--section-space) 0;
  background: #fff;
}

.testimonial-card {
  background: #fff;
  border-radius: 10px;
  padding: 48px 40px;
  border: 1px solid var(--borders-color);
  height: 100%;
  transition: 0.35s;
  margin: 4px 0 12px;
}

.testimonial-card:hover {
  border-color: transparent;
  background: #F8FAFC;
}

.testimonial-card .badge {
  display: inline-block;
  background: transparent;
  color: var(--title-color);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  padding: 0;
  border-radius: 0;
  margin-bottom: 18px;
}

.testimonial-card .badge::before {
  content: "★★★★★ ";
  color: #ff3d2e;
  letter-spacing: 1px;
  font-size: 12px;
}

.testimonial-card > p {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  color: var(--title-color);
  margin-bottom: 28px;
}

.testimonial-card .result-stats {
  display: flex;
  gap: 36px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}

.testimonial-card .result-stats strong {
  display: block;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  color: var(--title-color);
}

.testimonial-card .result-stats span {
  font-size: 13px;
  color: var(--text-color);
}

.testimonial-card .author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-card .author img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card .author h4 {
  margin: 0 0 4px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  color: var(--title-color);
}

.testimonial-card .author span {
  font-size: 14px;
  color: var(--text-color);
}

.testimonial-pagi {
  margin-top: 40px;
  position: relative !important;
}

.testimonial-pagi .swiper-pagination-bullet {
  background: var(--primary-color2);
  opacity: 0.2;
}

.testimonial-pagi .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color2);
  width: 22px;
  border-radius: 10px;
}

/*================================================
   STATS / VIDEO
=================================================*/
.video-counter-section {
  padding: var(--section-space) 0;
  background: #fff;
}

.video-card {
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.video-card img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.video-card .play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: var(--primary-color1);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: 0.35s;
  box-shadow: 0 0 0 12px rgba(67, 56, 202, 0.28);
}

.video-card .play-btn:hover {
  transform: scale(1.08);
  background: #ffffff;
  color: var(--primary-color1);
}

.video-content > p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 28px;
  color: #595959;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 48px;
  background: #f9f9f9;
  border-radius: 12px;
  overflow: hidden;
}

.stat-item {
  background: transparent;
  border-radius: 0;
  padding: 36px 28px;
  border: 0;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}

.stat-item:nth-child(2n) { border-right: 0; }
.stat-item:nth-child(n+3) { border-bottom: 0; }

.stat-item h3 {
  font-family: var(--font-counter);
  font-size: 56px;
  font-weight: 500;
  color: var(--title-color);
  margin: 0 0 8px;
  line-height: 1;
}

.stat-item p {
  margin: 0;
  font-size: 16px;
  color: var(--text-color);
}

/*================================================
   AWARDS
=================================================*/
.award-section {
  padding: var(--section-space) 0;
  background: #fff;
}

.award-list {
  max-width: 960px;
  margin: 0 auto;
}

.award-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 40px 24px;
  border-bottom: 1px solid var(--borders-color);
  transition: 0.35s;
  border-radius: 8px;
  cursor: default;
}

.award-list li:hover,
.award-list li.active {
  background: #F8FAFC;
  border-bottom-color: transparent;
  padding-left: 28px;
  padding-right: 28px;
}

.award-list h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  color: var(--text-color);
  transition: color 0.35s;
}

.award-list li:hover h3,
.award-list li.active h3 {
  color: var(--title-color);
}

.award-list span {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  color: var(--text-color);
  min-width: 60px;
  text-align: right;
  transition: color 0.35s;
}

.award-list li:hover span,
.award-list li.active span {
  color: var(--primary-color2);
}

/*================================================
   TEAM
=================================================*/
.team-section {
  padding: var(--section-space) 0;
  background: #F8FAFC;
}

.team-section .team-shell {
  background: #fff;
  border-radius: 16px;
  padding: 48px 28px;
  border: 1px solid var(--borders-color);
}

.team-card { text-align: center; }

.team-card .img-area {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-bottom: 0;
  aspect-ratio: 1 / 1.15;
  background: #eef2ff;
}

.team-card .img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s;
}

.team-card .social {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleY(0);
  transform-origin: bottom;
  display: flex;
  justify-content: center;
  gap: 8px;
  background: #fff;
  padding: 16px 14px;
  border-radius: 0 0 20px 20px;
  transition: 0.35s;
  opacity: 1;
}

.team-card:hover .social {
  transform: translateX(-50%) scaleY(1);
}

.team-card:hover .img-area img { transform: scale(1.05); }

.team-card .social a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #595959;
  color: var(--title-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.team-card .social a:hover {
  background: var(--primary-color1);
  border-color: var(--primary-color1);
  color: #ffffff;
}

.team-card h3 {
  margin: 18px 0 4px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 22px;
  color: var(--title-color);
}

.team-card > span {
  color: var(--text-color);
  font-size: 15px;
}

/*================================================
   PRICING
=================================================*/
.pricing-section {
  padding: var(--section-space) 0;
  background: #fff;
}

.pricing-card {
  background: #fff;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  padding: 42px 34px;
  height: 100%;
  position: relative;
  transition: 0.35s;
}

.pricing-card:hover {
  border-color: var(--primary-color1);
  background: #F8FAFC;
}

.pricing-card.featured {
  background: var(--brand-gradient);
  border-color: transparent;
  color: #fff;
  transform: translateY(-10px);
  box-shadow: 0 24px 48px rgba(67, 56, 202, 0.22);
}

.pricing-card .popular {
  position: absolute;
  top: 18px;
  right: 18px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 100px;
  backdrop-filter: blur(6px);
}

.pricing-card h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 14px;
}

.pricing-card .price {
  font-family: var(--font-counter);
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 14px;
  color: var(--title-color);
}

.pricing-card.featured .price { color: #ffffff; }

.pricing-card .price sup {
  font-size: 20px;
  top: -18px;
}

.pricing-card .price span {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color);
}

.pricing-card.featured .price span { color: rgba(255, 255, 255, 0.65); }

.pricing-card > p {
  margin-bottom: 26px;
  min-height: 48px;
  font-size: 15px;
}

.pricing-card ul { margin-bottom: 30px; }

.pricing-card ul li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

.pricing-card.featured ul li { border-bottom-color: rgba(255, 255, 255, 0.12); }

.pricing-card ul li i { color: var(--primary-color2); }
.pricing-card.featured ul li i { color: var(--primary-accent); }

.pricing-card .primary-btn1.w-100 { width: 100%; justify-content: center; }

/*================================================
   FAQ
=================================================*/
.faq-section {
  padding: var(--section-space) 0;
  background: var(--section-bg);
}

.faq-intro {
  font-size: 17px;
  line-height: 1.6;
  margin-top: 18px;
  max-width: 420px;
  color: #595959;
}

.marketive-accordion .accordion-item {
  background: #fff;
  border: 1px solid var(--borders-color) !important;
  border-radius: 10px !important;
  margin-bottom: 14px;
  overflow: hidden;
}

.marketive-accordion .accordion-button {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 20px;
  color: var(--title-color);
  background: #fff;
  box-shadow: none !important;
  padding: 22px 24px;
}

.marketive-accordion .accordion-button:not(.collapsed) {
  background: #eef2ff;
  color: var(--dark-title-color);
}

.marketive-accordion .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 24px;
  font-weight: 300;
  width: auto;
  height: auto;
  transform: none;
}

.marketive-accordion .accordion-button:not(.collapsed)::after { content: "−"; }

.marketive-accordion .accordion-body {
  color: #595959;
  line-height: 1.65;
  padding: 0 24px 22px;
}

/*================================================
   BLOG
=================================================*/
.blog-section {
  padding: var(--section-space) 0;
  background: #fff;
}

.blog-card { height: 100%; }

.blog-card .img-area {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  margin-bottom: 20px;
}

.blog-card .img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.blog-card:hover .img-area img { transform: scale(1.05); }

.blog-card .meta {
  display: flex;
  gap: 16px;
  font-size: 13px;
  color: var(--text-color);
  margin-bottom: 12px;
}

.blog-card .meta span:first-child {
  color: var(--primary-color2);
  font-weight: 600;
}

.blog-card h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.blog-card h3 a:hover { color: var(--primary-color2); }

/*================================================
   CONTACT
=================================================*/
.contact-section {
  padding: var(--section-space) 0;
  background: #F8FAFC;
}

.contact-intro {
  font-size: 17px;
  line-height: 1.6;
  margin: 18px 0 28px;
  color: #595959;
}

.contact-info-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 18px;
  font-size: 16px;
}

.contact-info-list i {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--brand-gradient);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  border: 1px solid var(--borders-color);
}

.contact-form .form-control,
.contact-form .form-select {
  border-radius: 10px;
  border: 1px solid var(--borders-color);
  padding: 14px 16px;
  font-size: 15px;
  box-shadow: none;
  font-family: var(--font-body);
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: var(--primary-color2);
  box-shadow: 0 0 0 3px rgba(67, 56, 202, 0.35);
}

.form-status {
  margin-top: 14px;
  font-weight: 600;
  color: var(--primary-color2);
  min-height: 24px;
}

.form-status.is-loading { color: #4b5563; }
.form-status.is-success { color: #137a43; }
.form-status.is-error { color: #b42318; }

.contact-form .form-control.is-invalid,
.contact-form .form-select.is-invalid {
  border-color: #d92d20;
  background-image: none;
  box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.12);
}

.field-error {
  display: block;
  color: #b42318;
  font-size: 13px;
  font-weight: 600;
  margin-top: 6px;
}

.captcha-box {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(120px, 0.7fr);
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--borders-color);
  border-radius: 12px;
  background: #f8fafc;
}

.captcha-prompt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-left: 4px;
  color: var(--title-color);
  font-weight: 700;
}

.captcha-refresh {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 1px solid var(--borders-color);
  border-radius: 9px;
  background: #fff;
  color: var(--primary-color2);
  transition: 0.2s ease;
}

.captcha-refresh:hover,
.captcha-refresh:focus-visible {
  border-color: var(--primary-color2);
  transform: rotate(15deg);
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

button.is-loading {
  cursor: wait;
  opacity: 0.72;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.newsletter-status {
  min-height: 20px;
  margin: -12px 0 18px;
  font-size: 13px;
  line-height: 1.45;
}

.footer-widget .newsletter-status.is-loading { color: rgba(255, 255, 255, 0.72); }
.footer-widget .newsletter-status.is-success { color: #7ee2a8; }
.footer-widget .newsletter-status.is-error { color: #fda29b; }

.blog-search-results {
  padding: 14px 18px;
  margin-bottom: 4px;
  border: 1px solid var(--borders-color);
  border-radius: 12px;
  background: #f8fafc;
  color: var(--title-color);
  font-weight: 600;
}

@media (max-width: 575px) {
  .captcha-box { grid-template-columns: 1fr; }
}

/*================================================
   FOOTER
=================================================*/
.footer-section {
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  padding: 0 0 30px;
}

.footer-section .container-fluid.one {
  padding-top: 0;
}

.footer-menu-wrap {
  background: #0F172A;
  border-radius: 16px;
  padding: 56px 0 48px;
  position: relative;
  overflow: hidden;
}

.footer-menu-wrap::after {
  display: none !important;
}

.footer-top-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-bottom: 55px;
  margin-bottom: 60px;
  border-bottom: 1px solid #2f2f2f;
}

.footer-logo-area {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.footer-logo {
  width: auto;
  height: 72px;
  max-width: 220px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  opacity: 1;
}

.footer-logo-area h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(32px, 4.5vw, 72px);
  color: #939393;
  max-width: 520px;
  line-height: 1.1;
}

.footer-round-btn {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #d8d6d6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: 0.45s;
  box-shadow: inset 0 0 0 0 var(--primary-color1);
}

.footer-round-btn:hover {
  transform: rotate(-45deg);
  color: #ffffff;
  border-color: var(--primary-color1);
  box-shadow: inset 0 0 0 10em var(--primary-color1);
}

.footer-widget .widget-title h3 {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 24px;
}

.footer-widget .contact-list .single-contact {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.footer-widget .contact-list .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color1);
}

.footer-widget .contact-list .content span {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

.footer-widget .contact-list .content a,
.footer-widget .widget-list a {
  color: #fff;
}

.footer-widget .widget-list a:hover,
.footer-widget .contact-list .content a:hover {
  color: var(--primary-color1);
}

.footer-widget .widget-list li { margin-bottom: 12px; }

.mail-form {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  padding: 6px 6px 6px 18px;
  margin-bottom: 24px;
}

.mail-form input {
  flex: 1;
  background: transparent;
  border: 0;
  color: #fff;
  outline: none;
  min-width: 0;
  font-family: var(--font-body);
}

.mail-form input::placeholder { color: rgba(255, 255, 255, 0.45); }

.mail-form button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--brand-gradient);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
}

.mail-form button:hover { transform: scale(1.05); }

.footer-widget .social-area h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 14px;
}

.footer-widget .social-list {
  display: flex;
  gap: 10px;
}

.footer-widget .social-list a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.footer-widget .social-list a:hover {
  background: var(--primary-color1);
  border-color: var(--primary-color1);
  color: #ffffff;
}

.copyright-and-social-area-wrap {
  margin-top: 0;
  border-top: 0;
  padding: 22px 0 0;
}

.copyright-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  color: #888;
}

.copyright-inner p { margin: 0; font-size: 14px; }
.copyright-inner ul { display: flex; gap: 20px; }
.copyright-inner a:hover { color: var(--primary-color1); }

/*================================================
   INNER PAGE BANNER + LAYOUT
=================================================*/
.page-banner {
  padding: 120px 0 64px;
  background:
    linear-gradient(135deg, rgba(248, 250, 252, 0.92) 0%, rgba(238, 242, 255, 0.95) 100%),
    url("../images/placeholders/hero-2.jpg") center / cover no-repeat;
  text-align: center;
  position: relative;
  border-bottom: 1px solid var(--borders-color);
}

.page-banner h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(32px, 4.5vw, 48px);
  letter-spacing: -0.02em;
  color: var(--title-color);
  margin: 14px 0 12px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.page-banner-desc {
  max-width: 560px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-color);
}

.page-banner .breadcrumb {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 8px 16px;
  margin: 0;
  font-size: 14px;
  color: var(--text-color);
  border-radius: 100px;
  border: 1px solid var(--borders-color);
}

.page-banner .breadcrumb a { color: var(--primary-color1); font-weight: 500; }
.page-banner .breadcrumb a:hover { color: var(--primary-color2); }
.page-banner .breadcrumb .sep { opacity: 0.45; }

.inner-page-section { padding: var(--section-space) 0; }
.inner-page-section.alt-bg { background: var(--section-bg); }

.inner-lead {
  font-size: 18px;
  line-height: 1.65;
  color: var(--text-color);
  margin: 18px 0 14px;
}

.inner-subhead {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 24px;
  margin: 28px 0 12px;
  color: var(--title-color);
}

.inner-check-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.inner-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  color: var(--title-color);
}

.inner-check-list li i {
  color: var(--primary-color1);
  margin-top: 4px;
}

.inner-media-frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--borders-color);
  background: #eef2ff;
}

.inner-media-frame img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 320px;
}

.page-content-card {
  background: #fff;
  border: 1px solid var(--borders-color);
  border-radius: 14px;
  padding: 28px 24px;
  height: 100%;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.page-content-card:hover {
  border-color: #c7d2fe;
  box-shadow: 0 12px 28px rgba(67, 56, 202, 0.08);
}

.page-content-card h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 10px;
  color: var(--title-color);
}

.page-content-card p {
  margin: 0;
  color: var(--text-color);
  line-height: 1.55;
}

.process-mini-card .step-label {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  color: var(--primary-color1);
  margin-bottom: 12px;
}

.process-mini-card h3 {
  font-size: 22px;
}

.inner-portfolio-card {
  position: relative;
  min-height: 380px;
  border-radius: 14px;
  overflow: hidden;
}

.inner-portfolio-card .img-area,
.inner-portfolio-card .img-area img {
  min-height: 380px;
  height: 100%;
  object-fit: cover;
}

.inner-cta-strip {
  padding: 0 0 var(--section-space);
}

.inner-cta-panel {
  background: var(--brand-gradient);
  border-radius: 16px;
  padding: 40px 36px;
  color: #fff;
}

.inner-cta-panel h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(24px, 3vw, 34px);
  margin: 0 0 8px;
  color: #fff;
}

.inner-cta-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  max-width: 540px;
}

.btn-cta.mt-3 { margin-top: 1rem; }

/*================================================
   BLOG DETAILS + SIDEBAR
=================================================*/
.blog-details-content .inner-media-frame img {
  min-height: 360px;
}

.blog-details-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  font-size: 14px;
  color: var(--text-color);
}

.blog-details-meta li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.blog-details-meta i {
  color: var(--primary-color1);
}

.blog-details-content > p {
  margin-bottom: 16px;
  line-height: 1.7;
  color: var(--text-color);
}

.blog-quote {
  margin: 28px 0;
  padding: 22px 24px;
  border-left: 3px solid var(--primary-color1);
  background: var(--section-bg);
  border-radius: 0 12px 12px 0;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.45;
  color: var(--title-color);
}

.blog-details-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 28px 0 8px;
}

.blog-details-tags span {
  font-weight: 600;
  color: var(--title-color);
}

.blog-details-tags a {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 100px;
  border: 1px solid var(--borders-color);
  background: #fff;
  font-size: 13px;
  color: var(--text-color);
}

.blog-details-tags a:hover {
  border-color: var(--primary-color1);
  color: var(--primary-color1);
}

.blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 992px) {
  .blog-sidebar {
    position: sticky;
    top: 110px;
  }
}

.blog-sidebar-card {
  background: #fff;
  border: 1px solid var(--borders-color);
  border-radius: 14px;
  padding: 24px;
}

.blog-sidebar-card h4 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 16px;
  color: var(--title-color);
}

.blog-search-form {
  display: flex;
  gap: 8px;
}

.blog-search-form input {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  padding: 12px 14px;
  font-family: var(--font-body);
  font-size: 14px;
  outline: none;
}

.blog-search-form input:focus {
  border-color: var(--primary-color1);
}

.blog-search-form button {
  width: 46px;
  border: none;
  border-radius: 10px;
  background: var(--brand-gradient);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.related-posts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.related-posts li + li {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--borders-color);
}

.related-post {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.related-post img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}

.related-post span {
  display: block;
  font-size: 12px;
  color: var(--primary-color1);
  margin-bottom: 4px;
}

.related-post strong {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  color: var(--title-color);
}

.related-post:hover strong {
  color: var(--primary-color2);
}

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

.blog-cat-list li + li {
  margin-top: 10px;
}

.blog-cat-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--section-bg);
  color: var(--title-color);
  font-size: 14px;
  font-weight: 500;
}

.blog-cat-list a span {
  color: var(--text-color);
  font-weight: 400;
}

.blog-cat-list a:hover {
  background: #eef2ff;
  color: var(--primary-color1);
}

.blog-sidebar-cta {
  background: var(--brand-gradient);
  border: none;
  color: #fff;
}

.blog-sidebar-cta h4,
.blog-sidebar-cta p {
  color: #fff;
}

.blog-sidebar-cta p {
  margin: 0 0 16px;
  line-height: 1.55;
  opacity: 0.9;
}

@media (max-width: 991px) {
  .blog-details-content .inner-media-frame img {
    min-height: 240px;
  }
}
