html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Google Sans", sans-serif;
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  transition: 0.5s;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.inner-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.no-scroll {
  overflow: hidden;
}

.whatsapp-float-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-color: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.whatsapp-float-btn i {
  font-size: 30px;
}
.whatsapp-float-btn:hover {
  background-color: #1da851;
  color: #fff;
  transform: translateY(-2px);
}

.btn-primary-link {
  height: 42px;
  padding: 0 20px;
  background-color: #F4B335;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #000;
  font-weight: 500;
}
.btn-primary-link:hover {
  background-color: #662b81;
  color: #fff !important;
}

.btn-secondary-link {
  height: 42px;
  padding: 0 20px;
  background-color: #662b81;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #000;
  font-weight: 500;
  color: #fff;
}
.btn-secondary-link i {
  margin-left: 8px;
}
.btn-secondary-link:hover {
  background-color: #F4B335;
  color: #000 !important;
}
.btn-secondary-link.secondary-btn {
  outline: none;
  border: none;
  transition: 0.5s;
}

textarea {
  resize: none;
}
textarea.form-control-no-border {
  height: 200px;
}

.form-control-no-border {
  width: 100%;
  border: none;
  outline: none;
  height: 50px;
  padding: 12px 0;
  border-bottom: 1px solid #e0cff0;
  margin-top: 10px;
}

.form-group-row {
  display: flex;
  gap: 20px;
}
.form-group-row .form-group-col {
  width: 50%;
}
.form-group-row .form-group-col .from-control {
  width: 100%;
}

.form-control {
  height: 55px;
  padding: 0 20px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}

textarea.form-control {
  height: 120px;
  padding-top: 12px;
}

.header-top {
  height: 44px;
  background-color: #662b81;
}
.header-top .header-top-inner {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top .header-top-inner .header-top-left ul {
  display: flex;
  align-items: center;
}
.header-top .header-top-inner .header-top-left ul li {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
.header-top .header-top-inner .header-top-left ul li i {
  margin-right: 5px;
  color: #F4B335;
}
.header-top .header-top-inner .header-top-left ul li:first-child {
  margin-right: 15px;
}

header {
  height: 80px;
  background-color: #fff;
}
header .header-inner {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-inner .header-left .logo-img {
  height: 52px;
}
header .header-inner .header-right .header-navigation-bar {
  display: flex;
  align-items: center;
  gap: 40px;
}
header .header-inner .header-right .header-navigation-bar > li {
  position: relative;
}
header .header-inner .header-right .header-navigation-bar > li > a {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  height: 75px;
  display: flex;
  align-items: center;
}
header .header-inner .header-right .header-navigation-bar > li > a .fa-angle-down {
  margin-left: 10px;
}
header .header-inner .header-right .header-navigation-bar > li > a:hover {
  color: #F4B335;
}
header .header-inner .header-right .header-navigation-bar > li > a:hover + .sub-menu {
  display: block;
}
header .header-inner .header-right .header-navigation-bar > li:last-child a {
  height: 42px;
}

.header-navigation-bar.active .slide-logo {
  display: block !important;
}

.sub-menu {
  position: absolute;
  top: 76px;
  left: 0;
  z-index: 99;
  background-color: white;
  min-width: 220px;
  display: none;
}
.sub-menu:hover {
  display: block;
}
.sub-menu li a {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 45px;
  border-bottom: 1px solid gray;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  line-height: 20px;
}
.sub-menu li a:hover {
  background-color: #662b81;
  color: #fff;
}
.sub-menu li:last-child a {
  border: none;
}

.menu-bar {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  display: none;
}
.menu-bar i {
  font-size: 20px;
  color: #000;
}

.social-links {
  display: flex;
  gap: 7px;
}
.social-links a {
  height: 26px;
  width: 26px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #662b81;
}
.social-links a:hover {
  background-color: #F4B335;
}

.overlay-header {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 99;
}
.overlay-header.active {
  display: block;
}

.close-btn {
  position: fixed;
  top: 16px;
  right: 14px;
  z-index: 999;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background: #1b1035;
  outline: none;
  border: none;
  display: none;
}
.close-btn i {
  color: #fff;
  font-size: 22px;
}
.close-btn.active {
  display: block;
}

@media (max-width: 992px) {
  .menu-bar {
    display: block;
  }
  header .header-inner .header-right .header-navigation-bar.active {
    display: block;
    position: fixed;
    background: #1b1035;
    width: 280px;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    padding-top: 30px;
    overflow: auto;
  }
  .sub-menu {
    position: static;
  }
  header .header-inner .header-right .header-navigation-bar {
    display: none;
    z-index: 999;
  }
  header .header-inner .header-right .header-navigation-bar > li > a {
    color: #fff;
    height: 45px;
    font-size: 15px;
    padding: 0 20px;
  }
  header .header-inner .header-right .header-navigation-bar > li:last-child a {
    margin: 20px 20px 0;
  }
}
@media (max-width: 767px) {
  .header-top {
    height: auto;
  }
  .header-top .header-top-inner {
    height: auto;
    padding: 15px 0;
  }
  .header-top .header-top-inner .header-top-left ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-top .header-top-inner .header-top-left ul li:first-child {
    margin-bottom: 8px;
  }
  header .header-inner .header-left .logo-img {
    height: 45px;
  }
  .sub-menu {
    background-color: transparent;
  }
  .sub-menu li a {
    color: #fff;
  }
}
.banner {
  position: relative;
  margin-bottom: 80px;
}
.banner video {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
.banner .banner-overlay {
  background-color: transparent;
  background-image: linear-gradient(135deg, rgba(102, 43, 129, 0.7) 0%, rgba(27, 16, 53, 0.1) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 3px;
  left: 0;
}
.banner .banner-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .banner-text-wrapper .banner-heading {
  color: #fff;
  font-size: 58px;
  font-weight: 600;
  line-height: 75px;
  max-width: 800px;
  margin: 0 auto 35px;
}
.banner .banner-text-wrapper .banner-text {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  max-width: 750px;
  margin: 0 auto 35px;
}

.our-service-wrapper {
  margin-bottom: 10px;
}
.our-service-wrapper .our-service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.our-service-wrapper .our-service-top .left-side {
  width: 50%;
}
.our-service-wrapper .our-service-top .left-side h2 {
  font-size: 43px;
  font-weight: 700;
  color: #000;
  line-height: 58px;
}
.our-service-wrapper .our-service-top .right-side {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.our-service-wrapper .our-service-top .right-side p {
  color: #666666;
  line-height: 34px;
  max-width: 450px;
}
.our-service-wrapper .our-service-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.our-service-wrapper .our-service-inner .our-service-box-col {
  width: calc(33.33% - 15px);
  margin-bottom: 70px;
}
.our-service-wrapper .our-service-inner .our-service-img {
  margin-bottom: 25px;
}
.our-service-wrapper .our-service-inner .our-service-img img {
  height: auto;
  width: 150px;
}
.our-service-wrapper .our-service-inner h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.our-service-wrapper .our-service-inner p {
  line-height: 34px;
  color: #666666;
  margin-bottom: 20px;
}

.service-left {
  margin-bottom: 80px;
}
.service-left .service-left-inner {
  display: flex;
  align-items: center;
  gap: 80px;
}
.service-left .service-left-inner .left-side {
  width: 50%;
}
.service-left .service-left-inner .left-side img {
  width: 100%;
  border-radius: 8px;
}
.service-left .service-left-inner .right-side {
  width: 50%;
}
.service-left .service-left-inner .right-side .right-side-heading {
  font-size: 45px;
  font-weight: 700;
  line-height: 65px;
  color: #000;
  margin-bottom: 35px;
}
.service-left .service-left-inner .right-side .right-side-text {
  line-height: 34px;
  margin-bottom: 35px;
}
.service-left .service-left-inner .right-side .divide-design {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 45px;
}
.service-left .service-left-inner .right-side .divide-design .seprator {
  height: 100px;
  width: 1px;
  background-color: #e0cff0;
}
.service-left .service-left-inner .right-side .divide-design .content-box h3 {
  font-size: 60px;
  color: #662b81;
  font-weight: 700;
  margin-bottom: 10px;
}
.service-left .service-left-inner .right-side .divide-design .content-box p {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.service-left .service-left-inner .right-side .read-more-btn {
  height: 55px;
  min-width: 180px;
}

.lacture-wrapper {
  margin-bottom: 80px;
}
.lacture-wrapper .lacture-heading {
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}

.custom-tabs-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.custom-tabs {
  width: auto;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0px 0px 0px 0.5px rgba(102, 43, 129, 0.08), 0px 2px 4px 0px rgba(102, 43, 129, 0.14), 0px 6px 12px 0px rgba(102, 43, 129, 0.07);
  border-radius: 50px;
}
.custom-tabs .nav-tabs {
  border: none;
}
.custom-tabs .nav-tabs .nav-link {
  border: none;
  padding: 12px 15px;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #000;
  font-weight: 500;
  margin: 0 10px;
  transition: all 0.25s ease;
}
.custom-tabs .nav-tabs .nav-link:hover {
  color: #662b81;
}
.custom-tabs .nav-tabs .nav-link.active {
  background-color: #662b81;
  color: #fff;
  border-radius: 29px !important;
  padding: 12px 15px;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.video-box-row {
  display: flex;
  gap: 20px;
}

.video-box {
  width: calc(33.33% - 15px);
  background-color: #fff;
  box-shadow: 0px 12px 32px -18px rgba(27, 16, 53, 0.35);
  border: 1px solid #e0cff0;
  padding: 23px;
  border-radius: 10px;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.video-box:hover {
  transform: translateY(-6px);
  box-shadow: 0px 18px 36px -18px rgba(27, 16, 53, 0.45);
}
.video-box .video-image {
  position: relative;
}
.video-box .video-image img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.35s ease;
}
.video-box .video-image i {
  position: absolute;
  top: 7px;
  left: 89%;
  color: #fff;
  font-size: 30px;
}
.video-box .video-image:hover img {
  transform: scale(1.04);
}
.video-box .video-title {
  font-size: 18px;
  font-weight: 600;
  margin: 23px 0 20px 0;
  line-height: 25px;
}
.video-box .video-class-subject-detail {
  margin-top: 15px;
}
.video-box .video-class-subject-detail ul {
  display: flex;
  gap: 18px;
}
.video-box .video-class-subject-detail ul li {
  font-size: 13px;
  font-weight: 500;
}
.video-box .video-class-subject-detail ul li span {
  margin-left: 3px;
}
.video-box .video-person-details {
  display: flex;
  align-items: center;
}
.video-box .video-person-details .video-person-image {
  height: 50px;
  width: 50px;
  border-radius: 100%;
}
.video-box .video-person-details .video-person-image img {
  height: 100%;
  width: 100%;
  border-radius: 100%;
}
.video-box .video-person-details .video-person-body {
  margin-left: 15px;
}
.video-box .video-person-details .video-person-body h3 {
  font-weight: 600;
  margin-bottom: 5px;
}
.video-box .video-person-details .video-person-body p {
  font-size: 13px;
  font-style: italic;
  color: #8383A3;
  font-weight: 500;
}

.testimonial-main-wrapper {
  background-color: #f4ebfb;
  margin-bottom: 80px;
}
.testimonial-main-wrapper .testimonial-wrapper {
  background: linear-gradient(rgba(244, 235, 251, 0.85), rgba(255, 255, 255, 0.9)), url("../assets/images/dot-map.png") center no-repeat;
  box-shadow: 0px 0px 0px 0.5px rgba(102, 43, 129, 0.08), 0px 2px 4px 0px rgba(102, 43, 129, 0.14), 0px 6px 12px 0px rgba(102, 43, 129, 0.07);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 70px 0;
}
.testimonial-main-wrapper .testimonial-wrapper .testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.testimonial-main-wrapper .testimonial-wrapper .testimonial-top .testimonial-top-left span {
  display: flex;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #F4B335;
  font-weight: 500;
  font-size: 13px;
}
.testimonial-main-wrapper .testimonial-wrapper .testimonial-top .testimonial-top-left h2 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
}
.testimonial-main-wrapper .testimonial-wrapper .testi-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  display: flex !important;
  min-height: 310px;
}
.testimonial-main-wrapper .testimonial-wrapper .testi-box .testi-box-left {
  width: 100%;
  margin-right: 20px;
}
.testimonial-main-wrapper .testimonial-wrapper .testi-box .testi-box-left .review-company-logo {
  margin-bottom: 20px;
}
.testimonial-main-wrapper .testimonial-wrapper .testi-box .testi-box-left .review-text {
  color: #8383A3;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.testimonial-main-wrapper .testimonial-wrapper .testi-box .testi-box-left .reviewer-details .reviewer-name {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 15px;
  color: #363539;
}
.testimonial-main-wrapper .testimonial-wrapper .testi-box .testi-box-left .reviewer-details .reviewer-position {
  font-size: 13px;
  font-style: italic;
  color: #8383A3;
}

.service-stripe-wrapper {
  background: #1b1035;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.service-stripe-wrapper .swiper-wrapper {
  padding-top: 170px;
}
.service-stripe-wrapper .swiper-slide {
  font-size: 80px;
  color: #fff;
  width: auto !important;
  font-weight: 500;
}
.service-stripe-wrapper .swiper-slide:before {
  content: "";
  background-color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  position: absolute;
  left: -47px;
  top: 30px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.home-contact-wrapper {
  margin-bottom: 80px;
}
.home-contact-wrapper .home-contact-inner {
  display: flex;
  gap: 80px;
  align-items: center;
}
.home-contact-wrapper .home-contact-inner .left-side {
  width: 40%;
}
.home-contact-wrapper .home-contact-inner .left-side .text-section {
  width: 100%;
}
.home-contact-wrapper .home-contact-inner .left-side .text-section .solution {
  margin-bottom: 0;
}
.home-contact-wrapper .home-contact-inner .right-side {
  width: 60%;
}

.slide-logo {
  margin-bottom: 25px;
  display: none !important;
}

.home-contact-box {
  background-color: #f4ebfb;
  padding: 35px;
  border-radius: 10px;
  border: 1px solid #e0cff0;
  box-shadow: 0 12px 30px -22px rgba(27, 16, 53, 0.45);
}
.home-contact-box .home-contact-heading {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.home-contact-box .seprator {
  height: 4px;
  width: 30px;
  background-color: #662b81;
  border-radius: 5px;
  margin: 15px 0 30px 0;
}
.home-contact-box .secondary-btn {
  height: 50px;
  min-width: 180px;
  text-transform: uppercase;
  font-size: 15px !important;
}
.home-contact-box .form-group {
  margin-bottom: 25px;
}
.home-contact-box .form-group .form-control:focus {
  border-color: #662b81;
  box-shadow: 0 0 0 3px rgba(102, 43, 129, 0.14);
}
.home-contact-box .form-group .form-control.input-error {
  border: 1px solid #dc3545;
}
.home-contact-box .error-text {
  color: #dc3545;
  font-size: 13px;
  margin-top: 8px;
  display: none;
}

.custom-bg-wrapper {
  background-image: url("../assets/images/bg.png");
  background-attachment: fixed;
  margin-bottom: 80px;
  background-position: center;
  background-size: cover;
}
.custom-bg-wrapper .custom-bg-container {
  background-color: transparent;
  background-image: linear-gradient(135deg, rgba(27, 16, 53, 0.95) 0%, rgba(27, 16, 53, 0.1) 100%);
  padding: 170px 0;
}
.custom-bg-wrapper .custom-bg-container .custom-bg-inner {
  color: white;
  gap: 40px;
}
.custom-bg-wrapper .custom-bg-container .custom-bg-inner h2 {
  font-size: 22px;
  margin-bottom: 35px;
}
.custom-bg-wrapper .custom-bg-container .custom-bg-inner p {
  font-size: 45px;
  line-height: 58px;
  max-width: 850px;
  font-weight: 500;
}

@media (max-width: 992px) {
  .banner .banner-text-wrapper .banner-heading {
    font-size: 45px;
  }
  .our-service-wrapper .our-service-inner .our-service-box-col {
    width: calc(50% - 15px);
  }
  footer .footer-inner {
    flex-wrap: wrap;
  }
  footer .footer-col-1 {
    width: 49% !important;
    margin-bottom: 30px;
  }
  footer .footer-col-2 {
    width: 48% !important;
    margin-bottom: 30px;
  }
  footer .footer-col-3 {
    width: 49% !important;
  }
  footer .footer-col-4 {
    width: 48% !important;
  }
}
@media (max-width: 767px) {
  .banner .banner-text-wrapper .banner-heading {
    font-size: 30px;
    line-height: 45px;
  }
  .banner {
    margin-bottom: 50px !important;
  }
  .our-service-wrapper .our-service-top {
    margin-bottom: 50px !important;
  }
  .our-service-wrapper .our-service-inner .our-service-box-col {
    margin-bottom: 40px;
  }
  .our-service-wrapper .our-service-inner .our-service-img {
    margin-bottom: 20px;
  }
  .banner video {
    height: 500px;
  }
  .banner .banner-text-wrapper .banner-text {
    font-size: 18px;
  }
  .our-service-wrapper .our-service-inner .our-service-box-col {
    width: 100%;
  }
  .our-service-box {
    text-align: center;
  }
  .our-service-wrapper .our-service-top {
    display: block;
  }
  .our-service-wrapper .our-service-top .left-side {
    width: 100%;
  }
  .our-service-wrapper .our-service-top .right-side {
    width: 100%;
  }
  .our-service-wrapper .our-service-top .left-side h2 {
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .our-service-wrapper .our-service-top .right-side p {
    text-align: center;
  }
  .our-service-wrapper {
    margin-bottom: 0;
  }
  .custom-bg-wrapper .custom-bg-container {
    padding: 50px 0;
  }
  .custom-bg-wrapper .custom-bg-container .custom-bg-inner h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .custom-bg-wrapper .custom-bg-container .custom-bg-inner {
    text-align: center;
  }
  .custom-bg-wrapper .custom-bg-container .custom-bg-inner p {
    font-size: 30px;
    max-width: 100%;
    line-height: 50px;
  }
  .custom-bg-wrapper {
    margin-bottom: 50px;
  }
  .service-left .service-left-inner {
    display: block;
  }
  .service-left .service-left-inner .left-side {
    width: 100%;
    display: none;
  }
  .service-left .service-left-inner .right-side {
    width: 100%;
  }
  .service-left .service-left-inner .right-side .right-side-heading {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .service-left .service-left-inner .right-side .divide-design {
    gap: 30px;
  }
  .service-left .service-left-inner .right-side .divide-design .content-box h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .service-left .service-left-inner .right-side .divide-design .content-box p {
    line-height: 30px;
    font-size: 18px;
  }
  .service-left {
    margin-bottom: 50px;
  }
  .service-stripe-wrapper {
    height: 200px;
    margin-bottom: 50px;
  }
  .service-stripe-wrapper .swiper-wrapper {
    padding-top: 115px;
  }
  .service-stripe-wrapper .swiper-slide {
    font-size: 40px;
  }
  .service-stripe-wrapper .swiper-slide:before {
    top: 13px;
  }
  .lacture-wrapper .lacture-heading {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .custom-tabs .nav-tabs .nav-link {
    padding: 10px 5px;
    font-size: 13px;
    margin: 0 5px;
  }
  .custom-tabs .nav-tabs .nav-link.active {
    padding: 10px 10px;
    font-size: 13px;
  }
  .custom-tabs-wrapper {
    margin-bottom: 40px;
  }
  .video-box-row {
    display: block;
  }
  .video-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .lacture-wrapper {
    margin-bottom: 50px;
  }
  .home-contact-wrapper .home-contact-inner {
    display: block;
  }
  .home-contact-wrapper .home-contact-inner .left-side {
    width: 100%;
    margin-bottom: 30px;
  }
  .home-contact-wrapper .home-contact-inner .right-side {
    width: 100%;
  }
  .text-section .heading {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .home-contact-box {
    padding: 30px 20px;
  }
  .home-contact-wrapper {
    margin-bottom: 50px;
  }
  footer .footer-col-1 {
    width: 100% !important;
    margin-bottom: 30px !important;
  }
  footer .footer-col-2 {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  footer .footer-col-3 {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  footer .footer-col-4 {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  footer {
    padding: 40px 0 30px 0;
  }
  .footer-copyright {
    margin-top: 40px !important;
  }
  .footer-copyright p {
    line-height: 20px;
  }
  .testimonial-main-wrapper {
    margin-bottom: 50px;
  }
  .testimonial-wrapper {
    padding: 50px 0 !important;
  }
  .testimonial-main-wrapper .testimonial-wrapper .testimonial-top .testimonial-top-left h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
footer {
  padding: 70px 0 35px 0;
  background-color: #1b1035;
  position: relative;
}
footer .footer-highlight {
  position: absolute;
  top: 50px;
  right: 60px;
  height: 80px;
}
footer .footer-inner {
  display: flex;
  gap: 20px;
}
footer .footer-col-1 {
  width: 35%;
}
footer .footer-col-1 .footer-logo {
  height: 55px;
}
footer .footer-col-1 .footer-col-1-text {
  line-height: 35px;
  margin: 25px 0;
  font-weight: 500;
  color: #d6dfef;
  max-width: 300px;
}
footer .footer-col-2 {
  width: 20%;
}
footer .footer-col-3 {
  width: 20%;
}
footer .footer-col-4 {
  width: 25%;
}
footer .footer-col-4 li {
  display: flex;
  align-items: center;
  line-height: 24px;
}
footer .footer-col-4 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 10px;
}
footer .footer-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 35px;
  color: #fff;
}
footer .footer-links li {
  margin: 17px 0;
  color: #d6dfef;
  font-weight: 500;
  line-height: 24px;
}
footer .footer-links li a {
  color: #d6dfef;
  font-weight: 500;
  transition: color 0.2s ease;
}
footer .footer-links li a:hover {
  color: #fff;
}
footer .footer-links li a i {
  margin-right: 5px;
}
footer .footer-copyright {
  margin-top: 70px;
  padding-top: 35px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-weight: 500;
  color: #d6dfef;
}
footer .footer-copyright span {
  color: #fff;
}

.footer-social-links {
  display: flex;
  gap: 8px;
}
.footer-social-links li a {
  display: flex;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.footer-social-links li a:hover {
  background-color: #662b81;
  transform: translateY(-2px);
}

.inner-banner-wrapper {
  background: radial-gradient(circle at 16% 18%, rgba(244, 179, 53, 0.24), transparent 38%), radial-gradient(circle at 82% 76%, rgba(102, 43, 129, 0.24), transparent 34%), linear-gradient(135deg, #1b0f2a 0%, #3d1f67 50%, #1b1035 100%);
  height: 420px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.inner-banner-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-35deg, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 2px, transparent 2px, transparent 28px);
  pointer-events: none;
}
.inner-banner-wrapper::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -70px;
  height: 260px;
  width: 260px;
  border-radius: 100%;
  background: radial-gradient(circle, rgba(244, 179, 53, 0.35) 0%, rgba(244, 179, 53, 0) 70%);
  pointer-events: none;
}
.inner-banner-wrapper .container {
  position: relative;
  z-index: 1;
}
.inner-banner-wrapper h2 {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
  text-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.custom-breadcrumb {
  display: flex;
  justify-content: center;
}
.custom-breadcrumb ul {
  display: flex;
}
.custom-breadcrumb ul li {
  font-size: 17px;
  font-weight: 600;
  color: #d6dfef;
}
.custom-breadcrumb ul li a {
  color: #fff;
  font-weight: 700;
}
.custom-breadcrumb ul li:first-child i {
  margin-right: 3px;
  color: #F4B335;
}
.custom-breadcrumb ul li:last-child i {
  margin-left: 10px;
  margin-right: 5px;
  color: #F4B335;
}

.static-content-wrapper {
  margin-bottom: 80px;
}
.static-content-wrapper .static-content-box {
  border: 1px solid #e0cff0;
  padding: 60px 60px 10px 60px;
  border-radius: 10px;
}
.static-content-wrapper .static-content-box h2 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.static-content-wrapper .static-content-box h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.static-content-wrapper .static-content-box p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 40px;
  font-weight: 500;
  color: #666666;
}
.static-content-wrapper .static-content-box p.gap-1 {
  margin-bottom: 12px;
}
.static-content-wrapper .static-content-box span {
  font-size: 17px;
  line-height: 30px;
  display: block;
  color: #666666;
  font-weight: 500;
  margin-bottom: 15px;
}
.static-content-wrapper .static-content-box ul {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 40px;
}
.static-content-wrapper .static-content-box ul.list-gap-1 {
  margin-bottom: 15px;
}
.static-content-wrapper .static-content-box ul li {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #666666;
}
.static-content-wrapper .static-content-box ol {
  list-style-type: disc;
  margin-left: 18px;
  margin-bottom: 40px;
}
.static-content-wrapper .static-content-box ol li {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #666666;
}

@media (max-width: 767px) {
  .inner-banner-wrapper {
    height: 300px;
    margin-bottom: 50px;
  }
  .static-content-wrapper .static-content-box p {
    font-size: 16px;
  }
  .static-content-wrapper .static-content-box h2 {
    line-height: 30px;
  }
  .static-content-wrapper .static-content-box ul {
    margin-left: 22px;
  }
  .static-content-wrapper .static-content-box ul li {
    font-size: 16px;
  }
  .static-content-wrapper {
    margin-bottom: 50px;
  }
  .inner-banner-wrapper h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .static-content-wrapper .static-content-box {
    padding: 40px 20px 0 20px !important;
  }
}
.contact-form-wrapper {
  margin-bottom: 80px;
}
.contact-form-wrapper .contact-form-inner-wrapper {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 16px 42px -24px rgba(27, 16, 53, 0.5);
  padding: 75px;
  position: relative;
}
.contact-form-wrapper .contact-form-inner-wrapper .heading {
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 18px;
}
.contact-form-wrapper .contact-form-inner-wrapper .input-field-wrapper {
  display: flex;
  gap: 20px;
}
.contact-form-wrapper .contact-form-inner-wrapper .input-field-wrapper .input-box {
  width: 50%;
}
.contact-form-wrapper .contact-form-inner-wrapper .secondary-btn {
  height: 55px;
}
.contact-form-wrapper .contact-form-inner-wrapper .secondary-btn i {
  margin-left: 0;
  margin-right: 10px;
}
.contact-form-wrapper .contact-form-inner-wrapper .leaf-img {
  position: absolute;
  bottom: 0;
  left: -80px;
  width: 150px;
  z-index: -1;
}
.contact-form-wrapper .contact-form-inner-wrapper .input-box {
  margin-bottom: 25px;
}
.contact-form-wrapper .contact-form-inner-wrapper .input-error {
  border-bottom: 1px solid #dc3545;
}
.contact-form-wrapper .contact-form-inner-wrapper .error-text {
  color: #dc3545;
  font-size: 13px;
  margin-top: 8px;
  display: none;
}

.contact-info-wrapper {
  display: flex;
  margin-bottom: 80px;
}
.contact-info-wrapper .contact-info-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-info-wrapper .contact-info-top h2 {
  width: 220px;
  height: 40px;
  color: #662b81;
  border: 1px solid #e0cff0;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 25px;
}
.contact-info-wrapper .contact-info-top h3 {
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 35px;
}
.contact-info-wrapper .contact-wrappers {
  display: flex;
  justify-content: space-between;
}
.contact-info-wrapper .contact-wrappers .wrapper {
  width: 30%;
  padding: 50px 40px;
  border: 1px solid rgba(102, 43, 129, 0.35);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.contact-info-wrapper .contact-wrappers .wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px -24px rgba(27, 16, 53, 0.45);
}
.contact-info-wrapper .contact-wrappers .wrapper img {
  width: 60px;
  margin-bottom: 15px;
}
.contact-info-wrapper .contact-wrappers .wrapper h3 {
  font-size: 22px;
  font-weight: 600;
}
.contact-info-wrapper .contact-wrappers .wrapper p {
  line-height: 30px;
  color: #666666;
  font-weight: 500;
}
.contact-info-wrapper .contact-wrappers .wrapper .link {
  color: #666666;
  transition: color 0.2s ease;
}
.contact-info-wrapper .contact-wrappers .wrapper .link:hover {
  color: #662b81;
}

.map-wrapper {
  margin-bottom: 80px;
}
.map-wrapper .map-frame {
  width: 100%;
  height: 400px;
}

@media (max-width: 767px) {
  .contact-form-wrapper .contact-form-inner-wrapper .leaf-img {
    display: none;
  }
  .contact-form-wrapper .contact-form-inner-wrapper {
    padding: 30px 25px;
  }
  .contact-form-wrapper .contact-form-inner-wrapper .heading {
    font-size: 30px;
  }
  textarea.form-control-no-border {
    height: 100px;
  }
  .contact-info-wrapper .contact-wrappers {
    flex-direction: column;
  }
  .contact-info-wrapper .contact-wrappers .wrapper {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    background-color: white;
  }
  .contact-info-wrapper .contact-info-top h3 {
    font-size: 30px;
    text-align: center;
  }
  .contact-info-wrapper .contact-wrappers .wrapper img {
    width: 40px;
  }
  .contact-info-wrapper {
    margin-bottom: 30px;
  }
  .contact-info-wrapper .contact-wrappers .wrapper h3 {
    font-size: 20px;
  }
  .contact-info-wrapper .contact-info-top h2 {
    font-size: 18px;
  }
  .map-wrapper {
    margin-bottom: 50px;
  }
}
.gallery-section-wrapper {
  margin-bottom: 80px;
}
.gallery-section-wrapper .gallery-section-design-1 {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.gallery-section-wrapper .gallery-section-design-1 .left {
  width: 50%;
}
.gallery-section-wrapper .gallery-section-design-1 .right {
  width: 50%;
  display: flex;
  gap: 20px;
}
.gallery-section-wrapper .gallery-section-design-1 .right .gallery-style-one-item {
  width: 50%;
}
.gallery-section-wrapper .gallery-section-design-1 .gallery-style-one-item {
  height: 400px;
}
.gallery-section-wrapper .gallery-section-design-1 .gallery-style-one-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.gallery-section-wrapper .gallery-section-design-2 {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.gallery-section-wrapper .gallery-section-design-2 .gallery-style-one-item {
  width: 32%;
  height: 400px;
}
.gallery-section-wrapper .gallery-section-design-2 .gallery-style-one-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.gallery-section-wrapper .gallery-section-design-3 {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.gallery-section-wrapper .gallery-section-design-3 .left {
  width: 50%;
  display: flex;
  gap: 20px;
}
.gallery-section-wrapper .gallery-section-design-3 .left .gallery-style-one-item {
  width: 50%;
}
.gallery-section-wrapper .gallery-section-design-3 .right {
  width: 50%;
}
.gallery-section-wrapper .gallery-section-design-3 .gallery-style-one-item {
  height: 400px;
}
.gallery-section-wrapper .gallery-section-design-3 .gallery-style-one-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .gallery-section-wrapper .gallery-section-design-1 {
    display: block;
  }
  .gallery-section-wrapper .gallery-section-design-1 .left {
    width: 100%;
  }
  .gallery-section-wrapper .gallery-section-design-1 .right {
    width: 100%;
    display: block;
  }
  .gallery-section-wrapper .gallery-section-design-1 .right .gallery-style-one-item {
    width: 100%;
  }
  .gallery-section-wrapper .gallery-section-design-2 {
    display: block;
    margin-bottom: 0;
  }
  .gallery-section-wrapper .gallery-section-design-2 .gallery-style-one-item {
    width: 100%;
  }
  .gallery-section-wrapper .gallery-section-design-3 {
    display: block;
    margin-bottom: 0;
  }
  .gallery-section-wrapper .gallery-section-design-3 .left {
    width: 100%;
    display: block;
  }
  .gallery-section-wrapper .gallery-section-design-3 .left .gallery-style-one-item {
    width: 100%;
  }
  .gallery-section-wrapper .gallery-section-design-3 .right {
    width: 100%;
  }
  .gallery-style-one-item {
    margin-bottom: 20px;
  }
  .gallery-section-wrapper {
    margin-bottom: 50px;
  }
}
.faq-question-wrapper {
  margin-bottom: 80px;
}
.faq-question-wrapper .faq-question-inner-section {
  display: flex;
  justify-content: space-between;
  gap: 120px;
  width: 100%;
}
.faq-question-wrapper .faq-question-inner-section .questions-wrapper {
  width: 65%;
}
.faq-question-wrapper .faq-question-inner-section .questions-wrapper .accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.faq-question-wrapper .faq-question-inner-section .questions-wrapper .accordion-item {
  border: 1px solid #e0cff0;
  border-radius: 5px;
  overflow: hidden;
}
.faq-question-wrapper .faq-question-inner-section .questions-wrapper .accordion-button {
  height: 70px;
  background-color: transparent;
  outline: none;
  border-bottom: 1px solid #e0cff0;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.faq-question-wrapper .faq-question-inner-section .questions-wrapper .accordion-button:hover {
  color: #662b81;
  background-color: rgba(102, 43, 129, 0.04);
}
.faq-question-wrapper .faq-question-inner-section .questions-wrapper .accordion-button.collapsed {
  border-bottom: none !important;
}
.faq-question-wrapper .faq-question-inner-section .questions-wrapper .accordion-button.collapsed:after {
  background-image: url("../assets/images/add.svg");
}
.faq-question-wrapper .faq-question-inner-section .questions-wrapper .accordion-button:focus {
  box-shadow: none;
}
.faq-question-wrapper .faq-question-inner-section .questions-wrapper .accordion-button::after {
  background-image: url("../assets/images/add.svg");
  transition: none !important;
}
.faq-question-wrapper .faq-question-inner-section .questions-wrapper .accordion-body {
  padding: 20px 25px;
  color: #666666;
  line-height: 36px;
}
.faq-question-wrapper .faq-question-inner-section .questions-wrapper .accordion-header button {
  font-size: 18px;
  color: #000;
  font-weight: 900;
}

.text-section {
  width: 35%;
}
.text-section .heading-box {
  display: inline-flex;
  border: 1px solid #e0cff0;
  border-radius: 5px;
  color: #662b81;
  padding: 5px 20px;
  line-height: 25px;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.text-section .heading {
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
  color: #000;
  margin-bottom: 20px;
}
.text-section .question-box {
  border-top: 1px solid #e0cff0;
  padding-top: 30px;
  line-height: 25px;
}
.text-section .question-box .question-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 32px;
}
.text-section .question-box .solution {
  color: #666666;
  font-size: 17px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 20px;
}
.text-section .question-box .btn-secondary-link {
  height: 50px;
  min-width: 160px;
}

@media (max-width: 767px) {
  .faq-question-wrapper .faq-question-inner-section {
    display: block;
  }
  .faq-question-inner-section .text-section {
    display: none;
  }
  .faq-question-wrapper .faq-question-inner-section .questions-wrapper .accordion-header button {
    line-height: 24px;
    font-size: 17px;
    padding: 0 15px;
  }
  .faq-question-wrapper .faq-question-inner-section .questions-wrapper .accordion-body {
    padding: 15px;
  }
  .faq-question-wrapper {
    margin-bottom: 50px;
  }
  .text-section {
    width: 100%;
  }
  .faq-question-wrapper .faq-question-inner-section .questions-wrapper {
    width: 100%;
  }
}
.about-section-wrapper {
  margin-bottom: 80px;
}
.about-section-wrapper .about-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about-section-wrapper .about-section .about-image-section {
  position: relative;
  width: 62%;
  height: fit-content;
  min-height: 470px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: none !important;
}
.about-section-wrapper .about-section .about-image-section .image-item-1,
.about-section-wrapper .about-section .about-image-section .image-item-2,
.about-section-wrapper .about-section .about-image-section .image-item-3,
.about-section-wrapper .about-section .about-image-section .image-item-4 {
  position: absolute;
}
.about-section-wrapper .about-section .about-image-section .image-item-main {
  position: relative;
  width: 100%;
  height: 470px;
  object-fit: cover;
  display: block;
  border-radius: 24px;
  box-shadow: none !important;
}
.about-section-wrapper .about-section .about-image-section .image-item-1 {
  width: 285px;
  z-index: 3;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  top: 0;
  right: 30px;
}
.about-section-wrapper .about-section .about-image-section .image-item-2 {
  width: 350px;
  z-index: 2;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  bottom: 0;
}
.about-section-wrapper .about-section .about-image-section .image-item-3 {
  opacity: 0.5;
}
.about-section-wrapper .about-section .about-image-section .image-item-4 {
  width: 100px;
  right: 90px;
  bottom: 18px;
}
.about-section-wrapper .about-section .about-image-section .about-video-player-btn {
  width: 120px;
  height: 120px;
  background-color: #662b81;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.about-section-wrapper .about-section .about-image-section .about-video-player-btn i {
  font-size: 40px;
  color: white;
}
.about-section-wrapper .about-section .about-image-section .about-video-player-btn .btn-border {
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 100%;
  border: 1px solid #fff;
  z-index: 9;
  animation: anime 0.8s ease-in infinite;
  opacity: 1;
}
@keyframes anime {
  0% {
    width: 120px;
    width: 120px;
  }
  25% {
    width: 160px;
    height: 160px;
  }
  50% {
    width: 180px;
    height: 180px;
  }
  75% {
    width: 200px;
    height: 200px;
  }
  100% {
    width: 230px;
    height: 230px;
    opacity: 0;
  }
}
.about-section-wrapper .about-section .about-text-section {
  width: 550px;
  margin-left: 50px;
}
.about-section-wrapper .about-section .about-text-section h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
  color: #000;
  margin-bottom: 25px;
}
.about-section-wrapper .about-section .about-text-section .about-pera {
  color: #666666;
  line-height: 34px;
  margin-bottom: 25px;
}
.about-section-wrapper .about-section .about-text-section .about-list {
  margin-left: 19px;
  list-style-type: disc;
}
.about-section-wrapper .about-section .about-text-section .about-list li {
  color: #666666;
  font-weight: 600;
  padding: 10px;
}

.video-model-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.video-model-box .video-box-with-close {
  position: relative;
  width: 700px;
}
.video-model-box .closeBtn {
  font-size: 25px;
  color: white;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -40px;
}
.video-model-box video {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.about-review-wrapper {
  margin-bottom: 60px;
}
.about-review-wrapper .heading-box-container {
  text-align: center;
  margin-bottom: 20px;
}
.about-review-wrapper .heading-box {
  display: inline-flex;
  border: 1px solid #e0cff0;
  border-radius: 5px;
  color: #662b81;
  padding: 5px 20px;
  line-height: 25px;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.about-review-wrapper .heading-text {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}

.about-review-box {
  border: 1px solid #e0cff0;
  width: 350px;
  border-radius: 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.about-review-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px -22px rgba(27, 16, 53, 0.42);
}
.about-review-box .about-review-box-header {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid #e0cff0;
}
.about-review-box .about-review-box-header .about-header-info {
  background-color: #662b81;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.about-review-box .about-review-box-header .about-header-info img {
  height: 15px;
}
.about-review-box .about-review-box-header h3 {
  font-size: 18px;
  font-weight: 700;
}
.about-review-box .about-review-text {
  color: #666666;
  line-height: 34px;
  padding: 20px;
}

.dc-continuous-review-swiper {
  width: 100%;
  padding: 20px 0;
  max-width: 100%;
  overflow: hidden;
}
.dc-continuous-review-swiper .swiper-slide {
  width: 320px;
}
.dc-continuous-review-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  will-change: transform;
}

.our-mission-and-vision-wrapper .head h2 {
  font-size: 44px;
  font-weight: 700;
  color: #000;
}
.our-mission-and-vision-wrapper .head .divider {
  height: 4px;
  width: 100px;
  background-color: #662b81;
  margin: 20px 0px 23px 0;
}
.our-mission-and-vision-wrapper p {
  line-height: 34px;
  margin-bottom: 50px;
}

.about-advantage-wrapper {
  background-color: #1b1035;
  margin-bottom: 80px;
}
.about-advantage-wrapper .about-advantage-inner {
  display: flex;
  gap: 70px;
}
.about-advantage-wrapper .left-side {
  width: 60%;
  padding: 100px 0;
}
.about-advantage-wrapper .left-side .heading-box {
  display: inline-flex;
  border: 1px solid #F4B335;
  border-radius: 5px;
  color: #F4B335;
  padding: 5px 20px;
  line-height: 25px;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.about-advantage-wrapper .left-side h2 {
  font-size: 45px;
  font-weight: 700;
  color: white;
  line-height: 60px;
  margin-bottom: 60px;
}
.about-advantage-wrapper .left-side .about-advantage-box-wrapper {
  display: flex;
}
.about-advantage-wrapper .left-side .about-advantage-box-wrapper .about-advantage-box {
  width: 33.33%;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  padding: 30px;
}
.about-advantage-wrapper .left-side .about-advantage-box-wrapper .about-advantage-box .about-advantage-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  color: #00f5d4;
  font-size: 44px;
}
.about-advantage-wrapper .left-side .about-advantage-box-wrapper .about-advantage-box img {
  height: 60px;
  margin-bottom: 15px;
}
.about-advantage-wrapper .left-side .about-advantage-box-wrapper .about-advantage-box h3 {
  color: #d6dfef;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-advantage-wrapper .left-side .about-advantage-box-wrapper .about-advantage-box p {
  font-weight: 700;
  color: #F4B335;
  font-size: 50px;
}
.about-advantage-wrapper .left-side .about-advantage-box-wrapper .about-advantage-box:nth-child(1) {
  border-right: 0;
  border-radius: 10px 0 0 10px;
}
.about-advantage-wrapper .left-side .about-advantage-box-wrapper .about-advantage-box:nth-child(2) {
  border-right: 0;
}
.about-advantage-wrapper .left-side .about-advantage-box-wrapper .about-advantage-box:nth-child(3) {
  border-radius: 0 10px 10px 0;
}
.about-advantage-wrapper .right-side {
  width: 40%;
}
.about-advantage-wrapper .right-side .advantage-right-box {
  background-color: #F4B335;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px;
}
.about-advantage-wrapper .right-side .advantage-right-box h4 {
  color: #1b1035;
  font-size: 37px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 40px;
}
.about-advantage-wrapper .right-side .advantage-right-box .advantage-contact-btn {
  display: inline-flex;
  max-width: 180px;
  height: 55px;
  border-radius: 10px;
  background-color: #662b81;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  transition: all 0.2s ease;
}
.about-advantage-wrapper .right-side .advantage-right-box .advantage-contact-btn:hover {
  background-color: #1b1035;
  color: #fff;
}

.why-choose-us-wrapper {
  background: linear-gradient(to left, #f4ebfb 0%, #f0eafc 30%, #fdf5ff 100%);
  margin-bottom: 80px;
  padding: 80px 0;
}
.why-choose-us-wrapper .why-choose-us-heading {
  font-size: 44px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.why-choose-us-wrapper .why-choose-us-sub-text {
  color: #666666;
  line-height: 34px;
  text-align: center;
  margin-bottom: 45px;
}
.why-choose-us-wrapper .why-choose-us-box-wrapper {
  display: flex;
  gap: 15px;
}
.why-choose-us-wrapper .why-choose-us-box {
  background-color: white;
  width: 33.33%;
  border-radius: 15px;
  padding: 30px;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.why-choose-us-wrapper .why-choose-us-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px -22px rgba(27, 16, 53, 0.4);
}
.why-choose-us-wrapper .why-choose-us-box h2 {
  color: transparent;
  -webkit-text-stroke: 1px #1b1035;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
}
.why-choose-us-wrapper .why-choose-us-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.why-choose-us-wrapper .why-choose-us-box p {
  line-height: 34px;
  color: #666666;
}
.why-choose-us-wrapper .why-choose-us-box .box-bg {
  height: 200px;
  position: absolute;
  bottom: -65px;
  right: 0;
  border-radius: 0 0 15px 0;
}
.why-choose-us-wrapper .why-choose-us-box.box-style-2 {
  background-color: #1b1035;
}
.why-choose-us-wrapper .why-choose-us-box.box-style-2 h2 {
  -webkit-text-stroke: 1px white;
}
.why-choose-us-wrapper .why-choose-us-box.box-style-2 h3 {
  color: white;
}
.why-choose-us-wrapper .why-choose-us-box.box-style-2 p {
  color: white;
}

@media (max-width: 1100px) {
  .about-section-wrapper .about-section .about-image-section {
    min-height: 400px;
  }
  .about-section-wrapper .about-section .about-image-section .image-item-main {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .about-section-wrapper .about-section .about-image-section {
    display: none;
  }
  .about-section-wrapper .about-section .about-text-section {
    width: 100%;
    margin-left: 0;
  }
  .about-section-wrapper {
    margin-bottom: 50px;
  }
  .about-section-wrapper .about-section .about-text-section h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .about-section-wrapper .about-section .about-text-section .about-list li {
    font-weight: 400;
  }
  .about-advantage-wrapper {
    margin-bottom: 50px;
  }
  .about-advantage-wrapper .about-advantage-inner {
    display: block;
  }
  .about-advantage-wrapper .left-side {
    width: 100%;
    padding: 50px 0;
  }
  .about-advantage-wrapper .right-side {
    width: 100%;
    padding-bottom: 50px;
  }
  .about-advantage-wrapper .left-side h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .about-advantage-wrapper .left-side .about-advantage-box-wrapper {
    display: block;
  }
  .about-advantage-wrapper .left-side .about-advantage-box-wrapper .about-advantage-box {
    width: 100%;
    padding: 25px 20px;
  }
  .about-advantage-wrapper .left-side .about-advantage-box-wrapper .about-advantage-box:nth-child(1) {
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
  }
  .about-advantage-wrapper .left-side .about-advantage-box-wrapper .about-advantage-box:nth-child(2) {
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-bottom: 0;
    border-radius: 0;
  }
  .about-advantage-wrapper .left-side .about-advantage-box-wrapper .about-advantage-box:nth-child(3) {
    border-radius: 0 0 10px 10px;
  }
  .about-advantage-wrapper .left-side .about-advantage-box-wrapper .about-advantage-box p {
    font-size: 40px;
  }
  .about-advantage-wrapper .right-side .advantage-right-box {
    padding: 40px 25px;
    border-radius: 10px;
  }
  .about-advantage-wrapper .right-side .advantage-right-box h4 {
    font-size: 30px;
    line-height: 40px;
  }
  .our-mission-and-vision-wrapper .head h2 {
    font-size: 30px;
  }
  .why-choose-us-wrapper {
    padding: 50px 0 30px 0;
    margin-bottom: 50px;
  }
  .why-choose-us-wrapper .why-choose-us-heading {
    font-size: 30px;
  }
  .why-choose-us-wrapper .why-choose-us-box-wrapper {
    display: block;
  }
  .why-choose-us-wrapper .why-choose-us-box {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }
  .why-choose-us-wrapper .why-choose-us-box h2 {
    font-size: 50px;
  }
  .about-review-wrapper .heading-text {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .about-review-wrapper {
    margin-bottom: 50px;
  }
}
.lecture-inner-banner {
  margin-bottom: 0;
  height: 420px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 16% 18%, rgba(244, 179, 53, 0.24), transparent 38%), radial-gradient(circle at 82% 76%, rgba(102, 43, 129, 0.24), transparent 34%), linear-gradient(135deg, #1b0f2a 0%, #3d1f67 50%, #1b1035 100%);
}
.lecture-inner-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-35deg, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 2px, transparent 2px, transparent 28px);
  pointer-events: none;
}
.lecture-inner-banner::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -70px;
  height: 260px;
  width: 260px;
  border-radius: 100%;
  background: radial-gradient(circle, rgba(244, 179, 53, 0.35) 0%, rgba(244, 179, 53, 0) 70%);
  pointer-events: none;
}
.lecture-inner-banner h2 {
  color: #fff;
  text-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}
.lecture-inner-banner .custom-breadcrumb ul li {
  color: #d6dfef;
}
.lecture-inner-banner .custom-breadcrumb ul li a {
  color: #fff;
}
.lecture-inner-banner .custom-breadcrumb ul li i {
  color: #F4B335;
}

.lecture-overview-wrapper {
  padding: 80px 0;
  background: linear-gradient(120deg, #fff8ec 0%, #f4ebfb 50%, #f0eafc 100%);
}
.lecture-overview-wrapper .lecture-overview-inner {
  display: flex;
  gap: 35px;
}
.lecture-overview-wrapper .lecture-overview-left {
  width: 58%;
}
.lecture-overview-wrapper .lecture-overview-left .lecture-tag {
  display: inline-block;
  background-color: #662b81;
  color: #fff;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.lecture-overview-wrapper .lecture-overview-left h2 {
  font-size: 44px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #000;
}
.lecture-overview-wrapper .lecture-overview-left p {
  color: #666666;
  line-height: 33px;
  margin-bottom: 30px;
  font-size: 17px;
}
.lecture-overview-wrapper .lecture-action-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.lecture-overview-wrapper .lecture-action-row .lecture-outline-btn {
  height: 42px;
  padding: 0 20px;
  border: 1px solid #662b81;
  border-radius: 8px;
  color: #662b81;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.lecture-overview-wrapper .lecture-action-row .lecture-outline-btn:hover {
  background-color: #662b81;
  color: #fff;
}
.lecture-overview-wrapper .lecture-overview-right {
  width: 42%;
  display: grid;
  gap: 15px;
}
.lecture-overview-wrapper .lecture-metric-box {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #e0cff0;
  border-radius: 14px;
  padding: 24px;
}
.lecture-overview-wrapper .lecture-metric-box h3 {
  font-size: 37px;
  color: #662b81;
  font-weight: 700;
  margin-bottom: 10px;
}
.lecture-overview-wrapper .lecture-metric-box p {
  line-height: 29px;
  color: #8383A3;
  font-weight: 500;
}

.lecture-feature-wrapper,
.lecture-process-wrapper,
.lecture-sample-wrapper {
  padding: 80px 0;
}

.lecture-process-wrapper {
  background-color: #faf7fd;
}

.lecture-section-heading {
  text-align: center;
  margin-bottom: 45px;
}
.lecture-section-heading h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}
.lecture-section-heading p {
  max-width: 720px;
  margin: 0 auto;
  color: #666666;
  line-height: 31px;
}

.lecture-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.lecture-feature-card {
  border: 1px solid #e0cff0;
  border-radius: 14px;
  padding: 28px 24px;
  background: #fff;
}
.lecture-feature-card i {
  height: 54px;
  width: 54px;
  border-radius: 12px;
  background: #f4ebfb;
  background: #f4ebfb;
  color: #662b81;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.lecture-feature-card h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 12px;
}
.lecture-feature-card p {
  line-height: 30px;
  color: #666666;
}

.lecture-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.lecture-process-grid::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 60px;
  border-top: 3px dotted #662b81;
  opacity: 0.65;
}

.lecture-process-item {
  position: relative;
  border: 1px solid #e0cff0;
  background-color: #fff;
  border-radius: 14px;
  padding: 30px 24px 24px;
  z-index: 1;
}
.lecture-process-item span {
  display: inline-flex;
  height: 44px;
  width: 44px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #F4B335;
  color: #000;
  border: 4px solid #ffffff;
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px #e0cff0;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}
.lecture-process-item h3 {
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}
.lecture-process-item p {
  color: #666666;
  line-height: 29px;
}

.lecture-sample-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.lecture-sample-card {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.lecture-sample-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.5s;
}
.lecture-sample-card span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 40px 18px 18px;
}
.lecture-sample-card span i {
  margin-right: 6px;
  font-size: 16px;
}
.lecture-sample-card:hover img {
  transform: scale(1.07);
}

.lecture-cta-wrapper {
  padding: 0 0 80px;
}
.lecture-cta-wrapper .lecture-cta-box {
  border-radius: 16px;
  background: linear-gradient(130deg, #1b1035 0%, #662b81 100%);
  padding: 55px;
  text-align: center;
}
.lecture-cta-wrapper .lecture-cta-box h2 {
  color: #fff;
  font-size: 38px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 15px;
}
.lecture-cta-wrapper .lecture-cta-box p {
  color: #d6dfef;
  line-height: 30px;
  max-width: 760px;
  margin: 0 auto 28px;
}

@media (max-width: 1199px) {
  .lecture-inner-banner {
    height: 380px;
  }
  .lecture-feature-grid,
  .lecture-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lecture-process-grid::before {
    display: none;
  }
  .lecture-overview-wrapper .lecture-overview-left h2 {
    font-size: 38px;
    line-height: 52px;
  }
}
@media (max-width: 992px) {
  .lecture-overview-wrapper .lecture-overview-inner {
    flex-direction: column;
  }
  .lecture-overview-wrapper .lecture-overview-left,
  .lecture-overview-wrapper .lecture-overview-right {
    width: 100%;
  }
  .lecture-sample-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .lecture-inner-banner {
    height: 300px;
  }
  .lecture-inner-banner h2 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 18px;
  }
  .lecture-overview-wrapper,
  .lecture-feature-wrapper,
  .lecture-process-wrapper,
  .lecture-sample-wrapper {
    padding: 50px 0;
  }
  .lecture-section-heading h2 {
    font-size: 31px;
    line-height: 40px;
  }
  .lecture-feature-grid,
  .lecture-process-grid,
  .lecture-sample-grid {
    grid-template-columns: 1fr;
  }
  .lecture-process-grid {
    gap: 34px;
  }
  .lecture-process-item:not(:last-child)::after {
    display: block;
    width: 0;
    height: 28px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -29px;
    transform: translateX(-50%);
    border-top: none;
    border-left: 3px dotted #662b81;
  }
  .lecture-overview-wrapper .lecture-overview-left h2 {
    font-size: 33px;
    line-height: 46px;
  }
  .lecture-overview-wrapper .lecture-action-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .lecture-cta-wrapper {
    padding-bottom: 50px;
  }
  .lecture-cta-wrapper .lecture-cta-box {
    padding: 35px 20px;
  }
  .lecture-cta-wrapper .lecture-cta-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.service-detail-page .service-detail-inner-banner {
  margin-bottom: 0;
}
.service-detail-page .service-intro-wrapper,
.service-detail-page .service-capability-wrapper,
.service-detail-page .service-flow-wrapper,
.service-detail-page .service-stack-wrapper,
.service-detail-page .service-showcase-wrapper {
  padding: 80px 0;
}
.service-detail-page .service-intro-wrapper {
  background: linear-gradient(120deg, #f4ebfb 0%, #f4ebfb 45%, #f4ebfb 100%);
}
.service-detail-page .service-intro-inner {
  display: flex;
  gap: 35px;
}
.service-detail-page .service-intro-left {
  width: 58%;
}
.service-detail-page .service-intro-left .service-tag {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background-color: #662b81;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 18px;
}
.service-detail-page .service-intro-left h2 {
  font-size: 44px;
  line-height: 60px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
.service-detail-page .service-intro-left p {
  color: #666666;
  line-height: 33px;
  font-size: 17px;
  margin-bottom: 28px;
}
.service-detail-page .service-action-row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.service-detail-page .service-action-row .service-outline-btn {
  height: 42px;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid #662b81;
  color: #662b81;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition: all 0.22s ease;
}
.service-detail-page .service-action-row .service-outline-btn:hover {
  background-color: #662b81;
  color: #fff;
}
.service-detail-page .service-intro-right {
  width: 42%;
  display: grid;
  gap: 14px;
}
.service-detail-page .service-kpi-card {
  background-color: rgba(255, 255, 255, 0.92);
  border: 1px solid #e0cff0;
  border-radius: 14px;
  padding: 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service-detail-page .service-kpi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px -24px rgba(27, 16, 53, 0.45);
}
.service-detail-page .service-kpi-card h3 {
  font-size: 37px;
  font-weight: 700;
  color: #662b81;
  margin-bottom: 8px;
}
.service-detail-page .service-kpi-card p {
  line-height: 29px;
  color: #8383A3;
  font-weight: 500;
}
.service-detail-page .service-section-heading {
  text-align: center;
  margin-bottom: 45px;
}
.service-detail-page .service-section-heading h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}
.service-detail-page .service-section-heading p {
  max-width: 760px;
  margin: 0 auto;
  line-height: 31px;
  color: #666666;
}
.service-detail-page .service-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.service-detail-page .service-capability-card {
  border: 1px solid #e0cff0;
  border-radius: 14px;
  padding: 28px 24px;
  background-color: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service-detail-page .service-capability-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px -24px rgba(27, 16, 53, 0.45);
}
.service-detail-page .service-capability-card i {
  height: 54px;
  width: 54px;
  border-radius: 12px;
  background: #f4ebfb;
  color: #662b81;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.service-detail-page .service-capability-card h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 12px;
}
.service-detail-page .service-capability-card p {
  line-height: 30px;
  color: #666666;
}
.service-detail-page .service-flow-wrapper {
  background-color: #f4ebfb;
}
.service-detail-page .service-flow-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.service-detail-page .service-flow-grid::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 36px;
  border-top: 3px dotted #662b81;
  opacity: 0.65;
}
.service-detail-page .service-flow-item {
  position: relative;
  background-color: #fff;
  border: 1px solid #e0cff0;
  border-radius: 14px;
  padding: 28px 22px 24px;
  z-index: 1;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service-detail-page .service-flow-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px -24px rgba(27, 16, 53, 0.42);
}
.service-detail-page .service-flow-item .step {
  display: inline-flex;
  height: 44px;
  width: 44px;
  border-radius: 100%;
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px #e0cff0;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background-color: #F4B335;
  font-weight: 700;
  font-size: 14px;
  color: #000;
}
.service-detail-page .service-flow-item h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 12px;
}
.service-detail-page .service-flow-item p {
  line-height: 29px;
  color: #666666;
}
.service-detail-page .service-stack-wrapper .stack-head {
  text-align: center;
  margin-bottom: 22px;
  color: #666666;
  line-height: 30px;
  font-weight: 500;
}
.service-detail-page .service-stack-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.service-detail-page .service-stack-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0cff0;
  border-radius: 999px;
  min-height: 42px;
  padding: 0 18px;
  font-weight: 600;
  color: #1b1035;
  background-color: #fff;
}
.service-detail-page .service-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.service-detail-page .service-showcase-card {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e0cff0;
  background-color: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service-detail-page .service-showcase-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 32px -24px rgba(27, 16, 53, 0.45);
}
.service-detail-page .service-showcase-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.service-detail-page .service-showcase-card .body {
  padding: 18px;
}
.service-detail-page .service-showcase-card .body h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.service-detail-page .service-showcase-card .body p {
  color: #666666;
  line-height: 28px;
}
.service-detail-page .service-cta-wrapper {
  padding: 0 0 80px;
}
.service-detail-page .service-cta-wrapper .service-cta-box {
  border-radius: 16px;
  background: linear-gradient(130deg, #1b1035 0%, #662b81 100%);
  padding: 55px;
  text-align: center;
}
.service-detail-page .service-cta-wrapper .service-cta-box h2 {
  color: #fff;
  font-size: 38px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 15px;
}
.service-detail-page .service-cta-wrapper .service-cta-box p {
  color: #d6dfef;
  line-height: 30px;
  max-width: 760px;
  margin: 0 auto 28px;
}
.service-detail-page.app-theme .service-intro-wrapper {
  background: linear-gradient(120deg, #f4ebfb 0%, #f4ebfb 45%, #f4ebfb 100%);
}
.service-detail-page.app-theme .service-tag,
.service-detail-page.app-theme .service-kpi-card h3,
.service-detail-page.app-theme .service-capability-card i {
  color: #1b1035;
}
.service-detail-page.app-theme .service-tag {
  background-color: #662b81;
  color: #1b1035;
}
.service-detail-page.app-theme .service-action-row .service-outline-btn {
  border-color: #662b81;
  color: #662b81;
}
.service-detail-page.app-theme .service-action-row .service-outline-btn:hover {
  background-color: #662b81;
  color: #1b1035;
}

@media (max-width: 1199px) {
  .service-detail-page .service-capability-grid,
  .service-detail-page .service-showcase-grid,
  .service-detail-page .service-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-detail-page .service-flow-grid::before {
    display: none;
  }
  .service-detail-page .service-intro-left h2 {
    font-size: 38px;
    line-height: 52px;
  }
}
@media (max-width: 992px) {
  .service-detail-page .service-intro-inner {
    flex-direction: column;
  }
  .service-detail-page .service-intro-left,
  .service-detail-page .service-intro-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .service-detail-page .service-intro-wrapper,
  .service-detail-page .service-capability-wrapper,
  .service-detail-page .service-flow-wrapper,
  .service-detail-page .service-stack-wrapper,
  .service-detail-page .service-showcase-wrapper {
    padding: 50px 0;
  }
  .service-detail-page .service-capability-grid,
  .service-detail-page .service-showcase-grid,
  .service-detail-page .service-flow-grid {
    grid-template-columns: 1fr;
  }
  .service-detail-page .service-flow-grid {
    gap: 34px;
  }
  .service-detail-page .service-flow-item:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 0;
    height: 28px;
    left: 50%;
    bottom: -29px;
    transform: translateX(-50%);
    border-left: 3px dotted #662b81;
  }
  .service-detail-page .service-intro-left h2 {
    font-size: 33px;
    line-height: 46px;
  }
  .service-detail-page .service-action-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .service-detail-page .service-section-heading h2 {
    font-size: 31px;
    line-height: 40px;
  }
  .service-detail-page .service-cta-wrapper {
    padding-bottom: 50px;
  }
  .service-detail-page .service-cta-wrapper .service-cta-box {
    padding: 35px 20px;
  }
  .service-detail-page .service-cta-wrapper .service-cta-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.website-service-page .website-inner-banner {
  margin-bottom: 0;
}
.website-service-page .web-hero-wrapper,
.website-service-page .web-pillars-wrapper,
.website-service-page .web-process-wrapper,
.website-service-page .web-stack-wrapper,
.website-service-page .web-showcase-wrapper {
  padding: 80px 0;
}
.website-service-page .web-hero-wrapper {
  background: linear-gradient(130deg, #f4ebfb 0%, #f4ebfb 56%, #f4ebfb 100%);
}
.website-service-page .web-hero-inner {
  display: flex;
  gap: 36px;
  align-items: center;
}
.website-service-page .web-hero-left {
  width: 55%;
}
.website-service-page .web-hero-left .web-tag {
  display: inline-block;
  background-color: #662b81;
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
  font-size: 13px;
  letter-spacing: 0.6px;
  font-weight: 600;
  text-transform: uppercase;
}
.website-service-page .web-hero-left h2 {
  font-size: 44px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
.website-service-page .web-hero-left p {
  color: #666666;
  line-height: 33px;
  margin-bottom: 28px;
  font-size: 17px;
}
.website-service-page .web-action-row {
  display: flex;
  gap: 14px;
  align-items: center;
}
.website-service-page .web-action-row .web-outline-btn {
  height: 42px;
  border-radius: 8px;
  border: 1px solid #662b81;
  padding: 0 20px;
  color: #662b81;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.22s ease;
}
.website-service-page .web-action-row .web-outline-btn:hover {
  background-color: #662b81;
  color: #fff;
}
.website-service-page .web-hero-right {
  width: 45%;
}
.website-service-page .web-preview-frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e0cff0;
  background-color: #fff;
}
.website-service-page .web-preview-frame img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.website-service-page .web-kpi-strip {
  display: flex;
  background: linear-gradient(90deg, #1b1035 0%, #662b81 100%);
}
.website-service-page .web-kpi-strip .kpi-item {
  width: 33.33%;
  padding: 16px 12px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.website-service-page .web-kpi-strip .kpi-item:last-child {
  border-right: none;
}
.website-service-page .web-kpi-strip .kpi-item h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.website-service-page .web-kpi-strip .kpi-item p {
  color: #d6dfef;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}
.website-service-page .web-section-heading {
  text-align: center;
  margin-bottom: 45px;
}
.website-service-page .web-section-heading h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
.website-service-page .web-section-heading p {
  max-width: 760px;
  margin: 0 auto;
  color: #666666;
  line-height: 31px;
}
.website-service-page .web-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.website-service-page .web-pillars-card {
  padding: 28px 24px;
  border: 1px solid #e0cff0;
  border-radius: 14px;
  background-color: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.website-service-page .web-pillars-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px -24px rgba(27, 16, 53, 0.45);
}
.website-service-page .web-pillars-card i {
  height: 54px;
  width: 54px;
  border-radius: 12px;
  background: #f4ebfb;
  color: #662b81;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.website-service-page .web-pillars-card h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 12px;
}
.website-service-page .web-pillars-card p {
  color: #666666;
  line-height: 30px;
}
.website-service-page .web-process-wrapper {
  background-color: #f4ebfb;
}
.website-service-page .web-process-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.website-service-page .web-process-node {
  border: 1px solid #e0cff0;
  border-radius: 14px;
  padding: 28px 20px;
  background-color: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.website-service-page .web-process-node:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px -24px rgba(27, 16, 53, 0.42);
}
.website-service-page .web-process-node .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  border-radius: 100%;
  background-color: #F4B335;
  font-weight: 700;
  margin-bottom: 15px;
}
.website-service-page .web-process-node h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}
.website-service-page .web-process-node p {
  color: #666666;
  line-height: 29px;
}
.website-service-page .web-stack-wrapper .stack-head {
  text-align: center;
  margin-bottom: 22px;
  color: #666666;
  line-height: 30px;
  font-weight: 500;
}
.website-service-page .web-stack-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.website-service-page .web-stack-grid span {
  border: 1px solid #e0cff0;
  border-radius: 999px;
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1b1035;
  background-color: #fff;
  font-weight: 600;
}
.website-service-page .web-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.website-service-page .web-showcase-card {
  border: 1px solid #e0cff0;
  border-radius: 14px;
  overflow: hidden;
  background-color: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.website-service-page .web-showcase-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 32px -24px rgba(27, 16, 53, 0.45);
}
.website-service-page .web-showcase-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.website-service-page .web-showcase-card .body {
  padding: 18px;
}
.website-service-page .web-showcase-card .body h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}
.website-service-page .web-showcase-card .body p {
  color: #666666;
  line-height: 28px;
}
.website-service-page .web-cta-wrapper {
  padding: 0 0 80px;
}
.website-service-page .web-cta-wrapper .web-cta-box {
  border-radius: 16px;
  background: linear-gradient(130deg, #1b1035 0%, #662b81 100%);
  padding: 55px;
  text-align: center;
}
.website-service-page .web-cta-wrapper .web-cta-box h2 {
  color: #fff;
  font-size: 38px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 15px;
}
.website-service-page .web-cta-wrapper .web-cta-box p {
  color: #d6dfef;
  line-height: 30px;
  max-width: 760px;
  margin: 0 auto 28px;
}

.app-service-page .app-inner-banner {
  margin-bottom: 0;
}
.app-service-page .app-hero-wrapper,
.app-service-page .app-modules-wrapper,
.app-service-page .app-roadmap-wrapper,
.app-service-page .app-platform-wrapper,
.app-service-page .app-outcomes-wrapper {
  padding: 80px 0;
}
.app-service-page .app-hero-wrapper {
  background: radial-gradient(circle at 10% 0%, #f4ebfb 0, #f4ebfb 45%, #f4ebfb 100%);
}
.app-service-page .app-hero-inner {
  display: flex;
  gap: 36px;
  align-items: center;
}
.app-service-page .app-hero-left {
  width: 52%;
}
.app-service-page .app-hero-left .app-tag {
  display: inline-block;
  background-color: #662b81;
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
  font-size: 13px;
  letter-spacing: 0.6px;
  font-weight: 700;
  text-transform: uppercase;
}
.app-service-page .app-hero-left h2 {
  font-size: 44px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
.app-service-page .app-hero-left p {
  color: #666666;
  line-height: 33px;
  font-size: 17px;
  margin-bottom: 28px;
}
.app-service-page .app-action-row {
  display: flex;
  gap: 14px;
  align-items: center;
}
.app-service-page .app-action-row .app-outline-btn {
  height: 42px;
  border-radius: 8px;
  border: 1px solid #662b81;
  padding: 0 20px;
  color: #662b81;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.22s ease;
}
.app-service-page .app-action-row .app-outline-btn:hover {
  background-color: #662b81;
  color: #1b1035;
}
.app-service-page .app-hero-right {
  width: 48%;
}
.app-service-page .phone-stack {
  position: relative;
  height: 360px;
}
.app-service-page .phone-card {
  position: absolute;
  width: 200px;
  height: 340px;
  border-radius: 26px;
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: 0 18px 40px rgba(12, 35, 66, 0.18);
}
.app-service-page .phone-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app-service-page .phone-card.card-1 {
  left: 0;
  top: 10px;
  transform: rotate(-9deg);
}
.app-service-page .phone-card.card-2 {
  left: 34%;
  top: 0;
  z-index: 2;
}
.app-service-page .phone-card.card-3 {
  right: 0;
  top: 12px;
  transform: rotate(8deg);
}
.app-service-page .app-section-heading {
  text-align: center;
  margin-bottom: 45px;
}
.app-service-page .app-section-heading h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
.app-service-page .app-section-heading p {
  max-width: 760px;
  margin: 0 auto;
  color: #666666;
  line-height: 31px;
}
.app-service-page .app-modules-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.app-service-page .app-module-item {
  display: flex;
  gap: 14px;
  padding: 22px;
  border: 1px solid #e0cff0;
  border-radius: 14px;
  background-color: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.app-service-page .app-module-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px -24px rgba(27, 16, 53, 0.45);
}
.app-service-page .app-module-item i {
  height: 46px;
  width: 46px;
  min-width: 46px;
  border-radius: 10px;
  background-color: #f4ebfb;
  color: #662b81;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}
.app-service-page .app-module-item h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px;
}
.app-service-page .app-module-item p {
  color: #666666;
  line-height: 28px;
}
.app-service-page .app-roadmap-wrapper {
  background-color: #f4ebfb;
}
.app-service-page .app-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.app-service-page .app-roadmap-item {
  border-left: 4px solid #662b81;
  background-color: #fff;
  border-radius: 0 14px 14px 0;
  padding: 24px 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.app-service-page .app-roadmap-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px -24px rgba(27, 16, 53, 0.42);
}
.app-service-page .app-roadmap-item .step {
  display: inline-block;
  margin-bottom: 12px;
  color: #662b81;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.app-service-page .app-roadmap-item h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.app-service-page .app-roadmap-item p {
  color: #666666;
  line-height: 29px;
}
.app-service-page .app-platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.app-service-page .platform-card {
  border: 1px solid #e0cff0;
  border-radius: 14px;
  padding: 26px 22px;
  background-color: #fff;
}
.app-service-page .platform-card h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}
.app-service-page .platform-card h3 i {
  margin-right: 6px;
  color: #662b81;
}
.app-service-page .platform-card p {
  color: #666666;
  line-height: 29px;
  margin-bottom: 14px;
}
.app-service-page .platform-card .chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.app-service-page .platform-card .chips span {
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid #e0cff0;
  color: #1b1035;
  background-color: #f4ebfb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}
.app-service-page .app-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.app-service-page .app-outcome-card {
  border: 1px solid #e0cff0;
  border-radius: 14px;
  overflow: hidden;
  background-color: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.app-service-page .app-outcome-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 32px -24px rgba(27, 16, 53, 0.45);
}
.app-service-page .app-outcome-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.app-service-page .app-outcome-card .body {
  padding: 16px;
}
.app-service-page .app-outcome-card .body h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 8px;
}
.app-service-page .app-outcome-card .body p {
  color: #666666;
  line-height: 28px;
}
.app-service-page .app-cta-wrapper {
  padding: 0 0 80px;
}
.app-service-page .app-cta-wrapper .app-cta-box {
  border-radius: 16px;
  background: linear-gradient(130deg, #1b1035 0%, #662b81 100%);
  padding: 55px;
  text-align: center;
}
.app-service-page .app-cta-wrapper .app-cta-box h2 {
  color: #fff;
  font-size: 38px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 15px;
}
.app-service-page .app-cta-wrapper .app-cta-box p {
  color: #d6dfef;
  line-height: 30px;
  max-width: 760px;
  margin: 0 auto 28px;
}

@media (max-width: 1199px) {
  .website-service-page .web-pillars-grid,
  .website-service-page .web-showcase-grid,
  .website-service-page .web-process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .website-service-page .web-hero-left h2 {
    font-size: 38px;
    line-height: 52px;
  }
  .app-service-page .app-modules-grid,
  .app-service-page .app-roadmap-grid,
  .app-service-page .app-platform-grid,
  .app-service-page .app-outcomes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .app-service-page .app-hero-left h2 {
    font-size: 38px;
    line-height: 52px;
  }
}
@media (max-width: 992px) {
  .website-service-page .web-hero-inner {
    flex-direction: column;
  }
  .website-service-page .web-hero-left,
  .website-service-page .web-hero-right {
    width: 100%;
  }
  .app-service-page .app-hero-inner {
    flex-direction: column;
  }
  .app-service-page .app-hero-left,
  .app-service-page .app-hero-right {
    width: 100%;
  }
  .app-service-page .phone-stack {
    height: 320px;
  }
  .app-service-page .phone-card {
    width: 170px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .website-service-page .web-hero-wrapper,
  .website-service-page .web-pillars-wrapper,
  .website-service-page .web-process-wrapper,
  .website-service-page .web-stack-wrapper,
  .website-service-page .web-showcase-wrapper {
    padding: 50px 0;
  }
  .website-service-page .web-pillars-grid,
  .website-service-page .web-showcase-grid,
  .website-service-page .web-process-line {
    grid-template-columns: 1fr;
  }
  .website-service-page .web-hero-left h2,
  .website-service-page .web-section-heading h2 {
    font-size: 33px;
    line-height: 46px;
  }
  .website-service-page .web-action-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .website-service-page .web-kpi-strip {
    display: block;
  }
  .website-service-page .web-kpi-strip .kpi-item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .website-service-page .web-kpi-strip .kpi-item:last-child {
    border-bottom: none;
  }
  .website-service-page .web-cta-wrapper {
    padding-bottom: 50px;
  }
  .website-service-page .web-cta-wrapper .web-cta-box {
    padding: 35px 20px;
  }
  .website-service-page .web-cta-wrapper .web-cta-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .app-service-page .app-hero-wrapper,
  .app-service-page .app-modules-wrapper,
  .app-service-page .app-roadmap-wrapper,
  .app-service-page .app-platform-wrapper,
  .app-service-page .app-outcomes-wrapper {
    padding: 50px 0;
  }
  .app-service-page .app-modules-grid,
  .app-service-page .app-roadmap-grid,
  .app-service-page .app-platform-grid,
  .app-service-page .app-outcomes-grid {
    grid-template-columns: 1fr;
  }
  .app-service-page .app-hero-left h2,
  .app-service-page .app-section-heading h2 {
    font-size: 33px;
    line-height: 46px;
  }
  .app-service-page .app-action-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .app-service-page .phone-stack {
    height: 290px;
  }
  .app-service-page .phone-card {
    width: 130px;
    height: 240px;
  }
  .app-service-page .phone-card.card-2 {
    left: 31%;
  }
  .app-service-page .app-cta-wrapper {
    padding-bottom: 50px;
  }
  .app-service-page .app-cta-wrapper .app-cta-box {
    padding: 35px 20px;
  }
  .app-service-page .app-cta-wrapper .app-cta-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
