.service-area-inner {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: auto 730px
}

/* Modern Service Grid System */
.modern-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.modern-service-card {
  padding: 40px 30px;
  border-radius: 20px;
  height: 100%;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.modern-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.modern-service-card .icon {
  margin-bottom: 30px;
  height: 60px;
  display: flex;
  align-items: center;
}

.modern-service-card .icon img {
  height: 50px;
  width: auto;
}

.modern-service-card .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.25;
}

.modern-service-card .text {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
}

/* Color Variants */
/* Light Pastel Gradient Theme */

/* Common Styles */
.modern-service-card {
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
}

/* Default Text Color for Light Backgrounds (Dark Slate) */
.modern-service-card .title,
.modern-service-card .text {
  color: #1e293b !important;
}

/* Default Icon Color: Keep original (Dark) */
.modern-service-card .icon img {
  filter: none !important;
  opacity: 1;
}

/* 1. Cool Mint Gradient */
.card-white-theme {
  background: linear-gradient(135deg, #fafcfe 0%, #b7e0fb 100%) !important;
}

/* 2. Soft Lavender Gradient */
.card-purple-theme {
  background: linear-gradient(135deg, #e8e8ea 0%, #c5f2e4 100%) !important;
}

.card-purple-theme .title {
  color: #0c7358 !important;
}

/* Indigo text accent */

/* 3. Dark Onyx Gradient (Keep Dark for Contrast) */
.card-dark-theme {
  /* background: linear-gradient(135deg, #8758ee 0%, #453cd3 100%) !important; */
  background: linear-gradient(135deg, #f7fff7 0%, #9ef3f6 100% 100%) !important;
}

.card-dark-theme .title {
  color: #015456 !important;
}

.card-dark-theme .text {
  color: #000 !important;
}

.card-dark-theme .icon img {
  filter: brightness(0) invert(0) !important;
}

/* 4. Soft Rose Gradient */
.card-gray-theme {
  background: linear-gradient(135deg, #ffd4d7 0%, #febac0 100%) !important;
}

.card-gray-theme .title {
  color: #be123c !important;
}

/* Rose text accent */

/* 5. Light Peach/Red Gradient */
.card-red-theme {
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%) !important;
}

.card-red-theme .title {
  color: #b91c1c !important;
}

/* 6. Light Blue Gradient */
.card-blue-theme {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%) !important;
}

.card-blue-theme .title {
  color: #1e40af !important;
}

/* 7. Mint/Teal Gradient */
.card-teal-theme {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%) !important;
}

.card-teal-theme .title {
  color: #047857 !important;
}

/* 8. Warm Amber Gradient (Dark) */
.card-orange-theme {
  background: linear-gradient(135deg, #d35885 0%, #4f329e 100%) !important;
}

.card-orange-theme .title,
.card-orange-theme .text {
  color: #ffffff !important;
}

.card-orange-theme .icon img {
  filter: brightness(0) invert(1) !important;
}



@media only screen and (max-width: 1399px) {
  .modern-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 991px) {
  .modern-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .modern-services-grid {
    grid-template-columns: 1fr;
  }

  .modern-service-card {
    min-height: auto;
    padding: 30px 20px;
  }

  .modern-service-card .title {
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin-bottom: 12px !important;
  }

  .modern-service-card .text {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .modern-service-card .icon {
    margin-bottom: 20px !important;
    height: 45px !important;
  }

  .modern-service-card .icon img {
    height: 35px !important;
  }
}

@media only screen and (max-width: 1399px) {
  .service-area-inner {
    grid-template-columns: auto 630px
  }
}

@media only screen and (max-width: 1199px) {
  .service-area-inner {
    grid-template-columns: auto 540px
  }
}

@media only screen and (max-width: 991px) {
  .service-area-inner {
    grid-template-columns: auto
  }
}

.service-area .section-title {
  max-width: 470px
}

@media only screen and (max-width: 991px) {
  .service-area .section-title {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .project-slider {
    overflow: visible !important;
  }

  .project-slider .swiper-wrapper {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    transform: none !important;
    width: 100% !important;
  }

  .project-slider .swiper-slide {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    text-align: center;
  }

  .project-area .slider-nav {
    display: none !important;
  }

  .project-pagination {
    display: none !important;
  }

  .project-area .section-spacing-top {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .project-box {
    width: 100%;
  }

  .project-box .thumb img {
    aspect-ratio: 800 / 600;
    object-fit: cover;
  }
}

@media only screen and (max-width: 480px) {
  .project-box .thumb img {
    aspect-ratio: 800 / 700;
  }
}

@media only screen and (max-width: 1399px) {
  .service-area .section-title {
    max-width: 370px
  }
}

.service-area .section-content .title-wrapper {
  margin-top: 33px
}

@media only screen and (max-width: 1199px) {
  .service-area .section-content .title-wrapper {
    margin-top: 28px
  }
}

.service-area .section-content .shape {
  margin-top: 37px
}

@media only screen and (max-width: 1199px) {
  .service-area .section-content .shape {
    margin-top: 27px
  }
}

.dir-rtl .service-area .section-content .shape img {
  transform: rotateY(180deg)
}

.service-area .section-content .btn-wrapper {
  margin-top: 50px
}

@media only screen and (max-width: 1199px) {
  .service-area .section-content .btn-wrapper {
    margin-top: 40px
  }
}

.service-area .services-wrapper {
  display: grid;
  gap: 93px 120px;
  grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width: 1399px) {
  .service-area .services-wrapper {
    gap: 93px 80px
  }
}

@media only screen and (max-width: 1199px) {
  .service-area .services-wrapper {
    gap: 63px 50px
  }
}

@media(max-width: 575px) {
  .service-area .services-wrapper {
    grid-template-columns: repeat(1, 1fr)
  }
}

.service-box .tag {
  font-size: 14px;
  display: block;
  color: var(--primary);
  padding-bottom: 23px;
  border-bottom: 1px solid var(--primary);
  text-transform: uppercase
}

@media only screen and (max-width: 1199px) {
  .service-box .tag {
    padding-bottom: 13px
  }
}

.service-box .title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 29px
}

@media only screen and (max-width: 1399px) {
  .service-box .title {
    font-size: 26px
  }
}

@media only screen and (max-width: 1199px) {
  .service-box .title {
    font-size: 22px;
    margin-top: 19px
  }
}

.service-box .icon {
  margin-top: 32px
}

@media only screen and (max-width: 1199px) {
  .service-box .icon {
    margin-top: 22px
  }
}

.service-box .icon img {
  height: 60px
}

@media only screen and (max-width: 1199px) {
  .service-box .icon img {
    height: 45px
  }
}

.service-box .text {
  margin-top: 30px
}

.service-box .btn-wrapper {
  margin-top: 51px
}

@media only screen and (max-width: 1399px) {
  .service-box .btn-wrapper {
    margin-top: 41px
  }
}

@media only screen and (max-width: 1199px) {
  .service-box .btn-wrapper {
    margin-top: 31px
  }
}


.project-area .view-all-btn {
  text-align: right;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .project-area .view-all-btn {
    margin-top: 40px;
  }
}


.testimonial-area .section-heading {
  text-align: center;
  padding-bottom: 37px
}

@media only screen and (max-width: 767px) {
  .testimonial-area .section-heading {
    padding-bottom: 20px
  }
}

.testimonial-area .testimonial-item {
  max-width: 910px;
  margin: auto;
  text-align: center;
  cursor: grab
}

@media only screen and (max-width: 1399px) {
  .testimonial-area .testimonial-item {
    max-width: 790px
  }
}

.testimonial-area .text {
  font-size: 22px;
  margin-top: 34px;
  font-weight: 300;
  color: var(--primary)
}

@media only screen and (max-width: 1399px) {
  .testimonial-area .text {
    font-size: 26px
  }
}

@media only screen and (max-width: 991px) {
  .testimonial-area .text {
    font-size: 22px
  }
}

.testimonial-area .meta {
  display: grid;
  grid-template-columns: 50px auto;
  gap: 10px;
  margin: auto;
  text-align: start;
  align-items: center;
  justify-content: center;
  margin-top: 60px
}

@media only screen and (max-width: 1399px) {
  .testimonial-area .meta {
    margin-top: 40px
  }
}

@media only screen and (max-width: 991px) {
  .testimonial-area .meta {
    margin-top: 30px
  }
}

.testimonial-area .meta img {
  border-radius: 50%
}

.testimonial-area .name {
  font-size: 20px
}

.testimonial-area .post {
  font-size: 14px;
  line-height: 1;
  margin-top: 5px
}

.testimonial-area .testimonial-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  cursor: pointer
}

@media only screen and (max-width: 991px) {
  .testimonial-area .testimonial-pagination {
    margin-top: 30px
  }
}

.testimonial-area .testimonial-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  border-radius: 50px;
  background-color: #e7e7e7;
  opacity: 1
}

.dark .testimonial-area .testimonial-pagination .swiper-pagination-bullet {
  background-color: #4a4a4a
}

@media only screen and (max-width: 767px) {
  .testimonial-area .section-heading {
    padding-bottom: 15px !important;
  }

  .testimonial-area .section-title {
    font-size: 26px !important;
  }

  .testimonial-area .testimonial-item {
    max-width: 100% !important;
    padding: 0 15px !important;
  }

  .testimonial-area .testimonial-item img.show-light,
  .testimonial-area .testimonial-item img.show-dark {
    max-height: 30px !important;
    width: auto !important;
    margin: 0 auto !important;
  }

  .testimonial-area .text {
    font-size: 18px !important;
    line-height: 1.5 !important;
    margin-top: 20px !important;
    font-weight: 400 !important;
  }

  .testimonial-area .meta {
    margin-top: 25px !important;
    gap: 12px !important;
    grid-template-columns: 45px auto !important;
  }

  .testimonial-area .meta img {
    width: 45px !important;
    height: 45px !important;
  }

  .testimonial-area .name {
    font-size: 17px !important;
    font-weight: 600 !important;
  }

  .testimonial-area .post {
    font-size: 13px !important;
    margin-top: 2px !important;
  }

  .testimonial-area .testimonial-pagination {
    margin-top: 25px !important;
  }

  .testimonial-area .testimonial-pagination .swiper-pagination-bullet {
    height: 6px !important;
    width: 6px !important;
  }

  .testimonial-area .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px !important;
  }

  .testimonial-area-inner.section-spacing {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}


.contact-area {
  background-color: var(--black);
  position: relative;
  z-index: 1;
  overflow: hidden
}

.dark .contact-area {
  background-color: #171717
}

.contact-area-inner {
  display: grid;
  gap: 30px 60px;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between
}

@media only screen and (max-width: 991px) {
  .contact-area-inner {
    grid-template-columns: auto
  }
}

@media only screen and (min-width: 1919px) {
  .contact-area .section-spacing {
    padding-top: 120px;
    padding-bottom: 120px
  }
}

.contact-area .shape-1 {
  position: absolute;
  inset-inline-end: -6%;
  top: -15%;
  z-index: -1;
  width: 440px
}

@media only screen and (max-width: 1399px) {
  .contact-area .shape-1 {
    top: -45%
  }
}

@media only screen and (max-width: 1199px) {
  .contact-area .shape-1 {
    width: 340px
  }
}

@media only screen and (max-width: 991px) {
  .contact-area .shape-1 {
    width: 270px;
    top: -35%
  }
}

@media only screen and (max-width: 767px) {
  .contact-area .shape-1 {
    display: none
  }
}

.dir-rtl .contact-area .shape-1 img {
  transform: rotateY(180deg)
}

.contact-area .section-title {
  max-width: 690px;
  color: var(--white)
}

@media only screen and (max-width: 1919px) {
  .contact-area .section-title {
    max-width: 630px
  }
}

@media only screen and (max-width: 1199px) {
  .contact-area .section-title {
    max-width: 580px
  }
}

@media only screen and (max-width: 991px) {
  .contact-area .section-title {
    max-width: 450px
  }
}

.contact-area .section-content .text {
  max-width: 600px;
  color: var(--white-2)
}

.contact-area .section-content .text-wrapper {
  margin-top: 27px
}

@media only screen and (max-width: 991px) {
  .contact-area .section-content .text-wrapper {
    margin-top: 17px
  }
}

.contact-area .wc-btn-primary {
  border-color: var(--white)
}

.contact-area .wc-btn-circle {
  border-color: var(--white)
}


.about-area-inner {
  display: grid;
  grid-template-columns: 1fr 43%
}

@media only screen and (max-width: 1199px) {
  .about-area-inner {
    grid-template-columns: 1fr 47%
  }
}

@media only screen and (max-width: 991px) {
  .about-area-inner {
    grid-template-columns: 1fr
  }
}

.about-area .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1041 / 715;
}

.about-area .section-content {
  padding: 100px 80px;
  position: relative;
  z-index: 1;
  display: block
}

@media only screen and (max-width: 1199px) {
  .about-area .section-content {
    padding: 60px 50px
  }
}

@media(max-width: 575px) {
  .about-area .section-content {
    padding: 60px 30px
  }
}

.about-area .section-content .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  z-index: -1
}

.about-area .section-content .bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, rgb(207 56 130 / 89%) 0%, rgb(72 49 160 / 80%) 100%);
  top: 0;
  inset-inline-start: 0
}

.about-area .section-content .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.about-area .section-content .text-wrapper {
  margin-top: 180px
}

@media only screen and (max-width: 1919px) {
  .about-area .section-content .text-wrapper {
    margin-top: 123px
  }
}

@media only screen and (max-width: 1199px) {
  .about-area .section-content .text-wrapper {
    margin-top: 43px
  }
}

@media only screen and (max-width: 991px) {
  .about-area .section-content .text-wrapper {
    margin-top: 33px
  }
}

.about-area .section-content .text {
  font-size: 24px;
  line-height: 1.35;
  max-width: 440px;
  color: var(--white)
}

@media only screen and (max-width: 1199px) {
  .about-area .section-content .text {
    font-size: 20px
  }
}

.about-area .section-content .text span {
  color: var(--white)
}

.about-area .section-content .btn-wrapper {
  margin-top: 42px
}

@media only screen and (max-width: 991px) {
  .about-area .section-content .btn-wrapper {
    margin-top: 32px
  }
}

.about-area .section-content .section-title {
  max-width: 440px;
  color: var(--white)
}

.about-area .section-content .wc-btn-primary {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--black)
}



.counter-area-inner {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 870px
}

@media only screen and (max-width: 1919px) {
  .counter-area-inner {
    grid-template-columns: 1fr 670px
  }
}

@media only screen and (max-width: 1199px) {
  .counter-area-inner {
    grid-template-columns: 1fr
  }
}

.counter-area .thumb {
  overflow: hidden;
  height: 100%;
}

.counter-area .thumb img,
.counter-area .thumb video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.counter-area .counter-wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr
}

@media(max-width: 575px) {
  .counter-area .counter-wrapper {
    grid-template-columns: 1fr
  }
}

.counter-area .counter-box {
  padding: 46px 50px 32px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fbf9f9;
  position: relative;
  z-index: 1
}

@media only screen and (max-width: 1919px) {
  .counter-area .counter-box {
    padding: 36px 40px 22px
  }
}

.dark .counter-area .counter-box {
  background-color: #1b1b1b
}

.counter-area .counter-box:before {
  content: url(../imgs/shape/img-s-46.webp);
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  z-index: -1
}

.dir-rtl .counter-area .counter-box:before {
  transform: rotateY(180deg)
}

.dark .counter-area .counter-box:before {
  content: url(../imgs/shape/img-s-46-light.webp)
}

.counter-area .counter-box .text {
  font-family: var(--font_dmsans) !important;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600
}

@media only screen and (max-width: 1919px) {
  .counter-area .counter-box .text {
    font-size: 26px
  }
}

@media only screen and (max-width: 991px) {
  .counter-area .counter-box {
    padding: 60px 30px !important;
    justify-content: center !important;
    align-items: center;
    text-align: center;
  }
}

.counter-area .counter-box .number {
  font-family: var(--font_dmsans) !important;
  font-size: 100px;
  line-height: 1;
  margin-top: 60px
}

@media only screen and (max-width: 1919px) {
  .counter-area .counter-box .number {
    font-size: 70px
  }
}

@media only screen and (max-width: 991px) {
  .counter-area .counter-box .number {
    margin-top: 20px !important;
  }
}

.counter-area .counter-box.dark {
  background-color: #e33a7d;
}

.dark .counter-area .counter-box.dark {
  background-color: #1b1b1b
}

.counter-area .counter-box.dark:before {
  content: url(../imgs/shape/img-s-46-light.webp)
}


.service-area {
  background-color: #ffffff
}

.dark .service-area {
  background-color: #171717
}

.service-area .service-top-wrapper {
  padding-bottom: 80px
}

.service-area .service-top-wrapper {
  display: grid;
  grid-template-columns: 1fr 520px
}

.service-area .service-top-wrapper .text {
  padding-bottom: 31px
}

@media only screen and (max-width: 991px) {
  .service-area .service-top-wrapper {
    grid-template-columns: 1fr;
  }

  .service-area .service-top-wrapper .text {
    padding-bottom: 10px;
    text-align: center;
    margin: 0 auto;
  }

  .service-area .service-top-wrapper .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.service-area .wc-btn-underline {
  color: #000 !important;
  text-transform: capitalize;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-color: #000;
}

.service-area .wc-btn-underline:hover {
  color: #000 !important;
}

.service-area .services-wrapper-box {
  overflow: hidden
}

.service-area .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 -70px;
  gap: 50px 0
}

@media only screen and (max-width: 1399px) {
  .service-area .services-grid {
    margin: 0 -30px
  }
}

@media only screen and (max-width: 1199px) {
  .service-area .services-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media only screen and (max-width: 991px) {
  .service-area .services-grid {
    grid-template-columns: 1fr 1fr;
    margin: 0;
    gap: 0;
  }

  .service-area .services-grid>div .service-item {
    padding: 50px 30px;
    border: 1px solid #ece7e4;
  }

  .service-area .services-grid>div:nth-child(odd) .service-item {
    border-inline-start: 1px solid #ece7e4;
  }

  .service-area .services-grid>div:nth-child(even) .service-item {
    border-inline-start: 0;
  }
}

@media(max-width: 575px) {
  .service-area .services-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.service-area .service-item {
  padding: 0 70px;
  border-inline-start: 1px solid #ece7e4
}

.dark .service-area .service-item {
  border-color: #272727
}

@media only screen and (max-width: 1399px) {
  .service-area .service-item {
    padding: 0 30px
  }
}

.service-area .service-item .icon {
  padding-bottom: 48px
}

@media only screen and (max-width: 1199px) {
  .service-area .service-item .icon {
    padding-bottom: 25px
  }
}

.service-area .service-item .title {
  padding-bottom: 25px;
  font-size: 30px;
  color: var(--primary);
}

@media only screen and (max-width: 1919px) {
  .service-area .service-item .title {
    font-size: 24px;
    color: var(--primary);
  }
}

.service-area .service-item .text {
  font-size: 18px;
  color: var(--secondary);
  font-weight: 300;
  line-height: 1.5;
  margin-top: 20px;
}

/* Layout/Padding rules restored for items 2 & 3 (colors handled by classes) */
.services-grid>div:nth-child(2) .service-item,
.services-grid>div:nth-child(3) .service-item {
  padding-top: 50px;
  height: 100%;
  padding-bottom: 50px;
}

.services-grid>div:nth-child(1) .service-item,
.services-grid>div:nth-child(4) .service-item {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .service-area .container.container-large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-area .section-title {
    font-size: 26px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.5px !important;
    font-weight: 600 !important;
    margin-top: 0 !important;
  }

  .service-area .section-heading .text,
  .service-area .content .text {
    font-size: 14px !important;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
    margin-top: 12px !important;
  }

  .service-area .service-top-wrapper {
    padding-bottom: 40px !important;
  }

  .service-area .services-grid {
    margin: 0 !important;
    gap: 20px !important;
  }

  .service-area .service-item {
    padding: 40px 30px !important;
    border: 1px solid #ece7e4 !important;
    text-align: center !important;
    border-radius: 0 !important;
    background: #fff !important;
    transition: all 0.3s ease;
    border: 0;
  }

  .dark .service-area .service-item {
    border-color: #272727 !important;
    background: #1b1b1b !important;
  }

  .service-area .service-item .icon {
    padding-bottom: 20px !important;
  }

  .service-area .service-item .title {
    padding-bottom: 15px !important;
  }

  .service-area .service-item .text {
    margin-top: 10px !important;
  }

  .feature-area .section-title,
  .blog-area .section-title {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }

  .feature-area .feature-box .title {
    font-size: 22px;
    line-height: 1;
  }
}


.feature-area {
  background: #fff1f6;
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
  z-index: 1;
}

.feature-area::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 50% 50%, rgba(227, 58, 125, 0.03) 0%, transparent 40%);
  pointer-events: none;
  z-index: -1;
  animation: mesh-rotate 40s linear infinite;
}

@keyframes mesh-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.feature-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='2' cy='2' r='1' fill='%23000' fill-opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: -1;
}

.feature-area .section-subtitle,
.feature-area .section-title,
.feature-area .feature-box .title,
.feature-area .feature-box .text,
.feature-area .feature-thumb .text {
  color: #000 !important;
}

.feature-area .wc-btn-underline,
.feature-area .feature-thumb .info .text {
  color: #fff !important;
}

.feature-area .feature-box .thumb img {
  filter: brightness(0);
}

.feature-area .feature-thumb .thumb {
  aspect-ratio: 660 /435;
}

.feature-area .feature-thumb .thumb img,
.feature-area .feature-thumb .thumb video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.feature-area .section-subtitle {
  color: #da6a94 !important;
}


.feature-area .feature-box .title {
  color: #38206d !important;
}

.bg-light-gray {
  background-color: #fcfeed !important;
  /* background-color: #FFEFF9 !important; */
}

.project-area .section-title.center {
  margin-left: auto;
  margin-right: auto;
}

.section-header-project {
  position: relative;
  z-index: 2;
}

.project-area .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: space-between
}

@media only screen and (max-width: 991px) {
  .project-area .section-header {
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px
  }
}

@media only screen and (max-width: 767px) {
  .project-area .section-header {
    grid-template-columns: 1fr
  }
}

.project-area .section-header .text {
  max-width: 450px
}

.project-area .nav-icon {
  width: 70px;
  height: 70px;
  font-size: 20px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  color: var(--primary)
}

@media only screen and (max-width: 1919px) {
  .project-area .nav-icon {
    width: 60px;
    height: 60px;
    font-size: 16px
  }
}

.project-area .nav-icon:hover {
  background-color: var(--theme);
  color: var(--black);
  border-color: rgba(0, 0, 0, 0)
}

.project-area .slider-nav {
  display: flex;
  gap: 20px
}

.dir-rtl .project-area .slider-nav {
  flex-direction: row-reverse
}

@media only screen and (max-width: 991px) {
  .project-area .slider-nav {
    display: none
  }
}

.project-area .projects-wrapper-box {
  margin-top: 60px
}

.project-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  column-gap: 30px !important;
  row-gap: 60px !important;
}

@media only screen and (max-width: 1199px) {
  .project-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media only screen and (max-width: 767px) {
  .project-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
    margin-top: 40px !important;
  }
}

.view-all-btn-center {
  display: flex;
  justify-content: center;
  width: 100%;
}

.slider-nav-wrapper {
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 1919px) {
  .project-area .projects-wrapper-box {
    margin-top: 70px
  }
}

@media only screen and (max-width: 1399px) {
  .project-area .projects-wrapper-box {
    margin-top: 50px
  }
}

.project-area .projects-wrapper-box .swiper {
  margin: -30px;
  padding: 30px
}

@media only screen and (max-width: 991px) {
  .project-area .projects-wrapper-box .swiper {
    margin: 0;
    padding: 0
  }
}

.project-box {
  display: block;
  position: relative;
  border-radius: 20px;
  background: transparent;
  cursor: pointer;
}

.project-box .thumb {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  aspect-ratio: 16 / 12;
}

.project-box:hover .thumb {
  transform: scale(1.02);
}

/* Overlay removed — image stays clear; caption shown below the image. */
.project-box .thumb:after {
  display: none;
}

.project-box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-box .project-content {
  position: relative;
  padding: 18px 4px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .project-box {
    background: transparent !important;
    border-radius: 0 !important;
    margin-bottom: 20px !important;
    cursor: pointer;
  }

  .project-box .thumb {
    border-radius: 12px !important;
    aspect-ratio: 1/1 !important;
  }

  .project-box .thumb:after {
    display: none !important;
  }

  .project-box .project-content {
    position: relative !important;
    padding: 15px 5px 0 !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    background: transparent !important;
  }

  .project-box .text-content {
    padding-right: 0 !important;
    width: 100% !important;
  }

  .project-box .meta {
    display: none !important;
  }

  .project-box .title {
    font-size: 14px !important;
    color: #111 !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
  }

  .project-box .wc-btn-circle {
    display: none !important;
  }

  .section-header-project .section-title {
    font-size: 26px !important;
    line-height: 1.2 !important;
  }

  .text-wrapper-project .text {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-top: 10px !important;
  }

  .project-area .section-header-project {
    margin-bottom: 0 !important;
  }
}

.project-box .text-content {
  flex: 1;
  padding-right: 15px;
}

.project-box .meta {
  margin-bottom: 10px;
}

.project-box .tag {
  font-size: 11px;
  text-transform: uppercase;
  color: #5b4ce0;
  background: rgba(91, 76, 224, 0.08);
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 600;
}

.project-box .title {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  color: #12101f;
  margin: 0;
  font-family: var(--font_dmsans) !important;
  letter-spacing: 0px;
}

.project-box .title a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.project-box .title a:hover {
  opacity: 0.8;
}

.project-box .wc-btn-circle {
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #5b4ce0;
  border: 1px solid #e4e2f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.project-box:hover .wc-btn-circle {
  background-color: var(--primary);
  color: #fff;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 991px) {
  .project-box .project-content {
    padding: 20px;
  }

  .project-box .title {
    font-size: 20px;
  }
}


.hero-area.mobile-only {
  margin-top: 80px
}

.hero-area.mobile-only .container {
  padding: 0;
}

.hero-area.mobile-only .hero-area-inner {
  display: grid;
  grid-template-columns: 51% 1fr;
  padding-top: 0;
}

@media only screen and (max-width: 1919px) {
  .hero-area.mobile-only .hero-area-inner {
    grid-template-columns: 55% 1fr
  }
}

@media only screen and (max-width: 1199px) {
  .hero-area.mobile-only .hero-area-inner {
    grid-template-columns: 1fr
  }
}

.hero-area.mobile-only .thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 570 / 400;
}

.hero-area.mobile-only .thumb:after {
  position: absolute;
  content: url(../imgs/shape/img-s-51.webp);
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0
}

.hero-area.mobile-only .thumb img,
.hero-area.mobile-only .thumb video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.hero-area.mobile-only .section-content {
  position: relative;
  padding: 170px 60px;
  padding-inline-start: 200px;
  z-index: 1
}

@media only screen and (max-width: 1919px) {
  .hero-area.mobile-only .section-content {
    padding: 120px 60px;
    padding-inline-start: 180px
  }
}

@media only screen and (max-width: 1399px) {
  .hero-area.mobile-only .section-content {
    padding: 100px 60px;
    padding-inline-start: 160px
  }
}

@media only screen and (max-width: 1199px) {
  .hero-area.mobile-only .section-content {
    padding: 80px 60px
  }
}

@media only screen and (max-width: 767px) {


  .hero-area.mobile-only .section-content {
    padding: 60px 20px 80px;
  }
}

.hero-area.mobile-only .section-content .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  z-index: -1;
  /* Animated DARK multi-colour gradient (mobile hero) — vibrant jewel tones */
  background: linear-gradient(-45deg, #6a11cb, #c06d02, #870965, #0f8b8b, #412293);
  background-size: 400% 400%;
  background-repeat: no-repeat;
  animation: heroGradientDark 12s ease infinite;
}

@keyframes heroGradientDark {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Dark-gradient mobile hero: light text */
.hero-area.mobile-only .section-content .section-subtitle,
.hero-area.mobile-only .section-content .section-title,
.hero-area.mobile-only .section-content .text,
.hero-area.mobile-only .review-wrapper .rating,
.hero-area.mobile-only .review-wrapper .review,
.hero-area.mobile-only .review-wrapper .rating-text {
  color: #ffffff !important;
}
.hero-area.mobile-only .section-content .text,
.hero-area.mobile-only .review-wrapper .review {
  color: rgba(255, 255, 255, 0.8) !important;
}
.hero-area.mobile-only .review-wrapper {
  border-top-color: rgba(255, 255, 255, 0.2) !important;
}
/* WhatsApp pill on dark bg */
.hero-area.mobile-only .wc-btn-pill-icon-right {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
}

.hero-area.mobile-only .section-content .bg img {
  display: none;
}

.hero-area.mobile-only .section-content .section-title {
  font-size: 100px;
  line-height: .85;
  margin-top: -6px;
  color: var(--black)
}

@media only screen and (max-width: 1919px) {
  .hero-area.mobile-only .section-content .section-title {
    font-size: 80px
  }
}

@media only screen and (max-width: 1399px) {
  .hero-area.mobile-only .section-content .section-title {
    font-size: 70px
  }
}

@media only screen and (max-width: 992px) {
  .hero-area.mobile-only .section-content .section-title {
    font-size: 40px;
    line-height: 54px;
  }
}

@media(max-width: 575px) {
  .hero-area.mobile-only .section-content .section-title {
    font-size: 36px;
    line-height: 48px;
  }
}

.hero-area.mobile-only .section-content .section-title .shape-1 {
  height: 72px;
  margin-top: -18px
}

@media only screen and (max-width: 1919px) {
  .hero-area.mobile-only .section-content .section-title .shape-1 {
    height: 62px
  }
}

@media only screen and (max-width: 1399px) {
  .hero-area.mobile-only .section-content .section-title .shape-1 {
    height: 52px;
    margin-top: -13px
  }
}

@media(max-width: 575px) {
  .hero-area.mobile-only .section-content .section-title .shape-1 {
    height: 42px;
    margin-top: -10px
  }
}

.hero-area.mobile-only .section-content .section-subtitle {
  font-size: 16px;
  color: var(--black);
  writing-mode: vertical-lr;
  transform: rotate(180deg)
}

@media only screen and (max-width: 1199px) {
  .hero-area.mobile-only .section-content .section-subtitle {
    transform: none;
    writing-mode: unset
  }
}

.hero-area.mobile-only .section-content .section-subtitle.has-right-line {
  padding-inline-end: 110px
}

.dir-rtl .hero-area.mobile-only .section-content .section-subtitle.has-right-line {
  padding-inline-start: 110px
}

@media only screen and (max-width: 1199px) {
  .hero-area.mobile-only .section-content .section-subtitle.has-right-line {
    padding-inline-end: 0
  }

  .dir-rtl .hero-area.mobile-only .section-content .section-subtitle.has-right-line {
    padding-inline-start: 0px
  }
}

.hero-area.mobile-only .section-content .section-subtitle.has-right-line:after {
  width: 1px;
  height: 90px;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  top: auto
}

@media only screen and (max-width: 1199px) {
  .hero-area.mobile-only .section-content .section-subtitle.has-right-line:after {
    display: none
  }
}

.hero-area.mobile-only .section-content .subtitle-wrapper {
  position: absolute;
  inset-inline-start: 48px;
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (max-width: 1199px) {
  .hero-area.mobile-only .section-content .subtitle-wrapper {
    transform: none;
    position: static;
    margin-bottom: 20px
  }
}

.hero-area.mobile-only .section-content .text {
  font-size: 24px;
  line-height: 1.33;
  max-width: 490px;
  color: var(--black-2)
}

@media only screen and (max-width: 1199px) {
  .hero-area.mobile-only .section-content .text {
    font-size: 20px
  }
}

.hero-area.mobile-only .section-content .text-wrapper {
  margin-top: 25px
}

@media only screen and (max-width: 991px) {
  .hero-area.mobile-only .section-content .text-wrapper {
    margin-top: 12px
  }
}

.hero-area.mobile-only .section-content .btn-wrapper {
  margin-top: 42px
}

@media only screen and (max-width: 991px) {
  .hero-area.mobile-only .section-content .btn-wrapper {
    margin-top: 32px
  }
}

.hero-area.mobile-only .section-content .wc-btn-primary {
  background-color: var(--black);
  color: var(--white)
}

.hero-area.mobile-only .section-content .review-wrapper {
  margin-top: 40px;
  border-top: 1px solid var(--black);
  display: inline-flex
}

.hero-area.mobile-only .section-content .ratings {
  border-inline-start: 1px solid var(--black);
  padding-inline-start: 20px;
  margin-inline-start: 15px
}

.hero-area.mobile-only .section-content .rating {
  font-size: 50px;
  line-height: 1;
  margin-top: 13px;
  color: var(--black)
}

.hero-area.mobile-only .section-content .review {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  color: var(--black-2)
}

.hero-area.mobile-only .section-content .rating-icons {
  display: flex;
  gap: 4px;
  margin-top: 15px
}

.hero-area.mobile-only .section-content .rating-text {
  font-size: 18px;
  color: var(--black);
  line-height: 1;
  display: inline-block;
  margin-top: 17px
}


.clients-area {
  padding-top: 140px;
  padding-bottom: 140px;
}

@media only screen and (max-width: 1399px) {
  .clients-area {
    padding-top: 74px
  }
}

@media only screen and (max-width: 1199px) {
  .clients-area {
    padding-top: 54px
  }
}

.clients-area .section-title {
  text-align: center;
  margin-top: 0;
  line-height: normal;
}


.clients-area .clients-wrapper-box.marquee-scroller {
  margin-top: 52px;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scrollMarquee 40s linear infinite;
}

.marquee-scroller:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes scrollMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.clients-area .client-box {
  width: 250px;
  height: 120px;
  padding: 20px 40px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--border);
  border-bottom: 0;
  transition: filter 0.3s ease;
}

.clients-area .client-box img {
  max-width: 120px;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  filter: none; /* logos shown in original colors */
  opacity: 1;
  transition: all 0.4s ease;
}

.clients-area .client-box:hover img {
  filter: none;
  opacity: 1;
  transform: scale(1.05);
}

@media only screen and (max-width: 1919px) {
  .clients-area .clients-wrapper-box.marquee-scroller {
    margin-top: 32px
  }

  .clients-area .client-box {
    width: 200px;
    height: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .clients-area {
    padding: 60px 0 !important;
  }

  .expertise-modern-title.expertise-reveal-item {
    line-height: 40px;
  }

  .clients-area .section-title {
    font-size: 28px !important;
    line-height: 38px;
    font-weight: 500;
  }

  .clients-area .clients-wrapper-box.marquee-scroller {
    margin-top: 20px !important;

  }

  .clients-area .client-box {
    width: 140px !important;
    height: 70px !important;
    padding: 10px 20px !important;
  }

  .clients-area .client-box img {
    max-width: 100px !important;
    max-height: 50px !important;
  }
}

/* CTA Portfolio & Contact Section */
.cta-portfolio-area {
  background-color: #fff;
  padding: 60px 0;
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 15px;
}

.cta-item {
  padding: 60px 40px;
  border-radius: 12px;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 480px;
  position: relative;
  text-decoration: none !important;
  transition: transform 0.4s ease;
}

.cta-item:hover {
  transform: translateY(-5px);
}

.cta-item.portfolio {
  background-color: #432E91;
}

.cta-item.contact {
  background-color: #703DFF;
  background: linear-gradient(135deg, #d35885 0%, #4f329e 100%) !important;

}

.cta-item .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.cta-item .label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cta-item .fa-arrow-right {
  font-size: 14px;
  opacity: 0.8;
}

.cta-item .cta-title {
  font-family: var(--font_dmsans);
  font-size: 55px;
  line-height: 1.05;
  font-weight: 100;
  margin: 0;
  color: #fff;
  max-width: 300px;
}

.cta-item .cta-subtext {
  font-size: 18px;
  color: rgb(255 255 255);
  margin-top: auto;
  max-width: 500px;
  font-weight: 300;
}

.cta-item .cta-tagline {
  font-family: var(--font_dmsans);
  font-size: 42px;
  line-height: 1.1;
  font-weight: 300;
  margin-bottom: 20px;
  color: #fff;
}

.cta-item .cta-main-title {
  font-family: var(--font_dmsans);
  font-size: 80px;
  line-height: 1;
  font-weight: 100;
  margin-top: auto;
  color: #fff;
}

.cta-item .bottom-link {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.cta-item .contact-link {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 5px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}

.cta-item .contact-link:hover {
  border-bottom-color: #fff;
}

@media only screen and (max-width: 1399px) {
  .cta-item .cta-main-title {
    font-size: 90px;
  }
}

@media only screen and (max-width: 1199px) {
  .cta-item .cta-main-title {
    font-size: 70px;
  }

  .cta-item .cta-title {
    font-size: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .cta-grid {
    grid-template-columns: 1fr;
  }

  .cta-item {
    min-height: 400px;
  }

  .cta-item .cta-main-title {
    font-size: 60px;
  }
}

/* Featured Services Section */
.featured-services-area {
  background-color: #000;
  padding: 100px 0;
}

/* Premium Bento Showcase - Light Theme */
.featured-services-area {
  background-color: #eff2ff;
  position: relative;
  overflow: hidden;
  padding: 140px 0;
}

.premium-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}

.bento-card {
  position: relative;

  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
  transition: all 0.6s cubic-bezier(0.2, 0, 0.2, 1);
}

.bento-card .card-link {
  display: block;
  height: 100%;
  text-decoration: none !important;
}

.bento-card .card-visual {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.bento-card .bento-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.2, 0, 0.2, 1);
  aspect-ratio: 400/200;
}

.bento-card:hover .bento-img {
  transform: scale(1.1);
  filter: brightness(1);
}

.bento-card .card-glass-content {
  padding: 35px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  transition: all 0.5s ease;
}

.bento-card .card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.bento-card .number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #3e229e;
}

.bento-card .arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #3e229e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.bento-card .title {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #111;
  line-height: 1.2;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.bento-card .text {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* Hover States */
.bento-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.08);
  border-color: #3e229e
}

.bento-card:hover .title {
  color: #3e229e
}

.bento-card:hover .arrow {
  background-color: #3e229e;
  color: #fff;
  border-color: #3e229e;
  transform: rotate(45deg);
}

/* Responsive adjustments */


@media screen and (max-width: 991px) {
  .premium-bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .premium-bento-grid {
    grid-template-columns: 1fr;
    gap: 15px !important;
  }

  .featured-services-area {
    padding: 40px 0 !important;
  }

  .featured-services-area .section-heading.mb-60 {
    margin-bottom: 30px !important;
  }

  .featured-services-area .section-title {
    font-size: 26px !important;
  }

  .featured-services-area .text.mt-20 {
    font-size: 14px !important;
    margin-top: 10px !important;
  }

  .bento-card .card-glass-content {
    padding: 20px !important;
  }

  .bento-card .card-top {
    margin-bottom: 12px !important;
  }

  .bento-card .number {
    font-size: 12px !important;
  }

  .bento-card .arrow {
    width: 36px !important;
    height: 36px !important;
    font-size: 14px !important;
  }

  .bento-card .title {
    font-size: 20px !important;
    margin-bottom: 8px !important;
  }

  .bento-card .card-visual {
    max-height: 180px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .bento-card .bento-img {
    max-height: 100% !important;
    width: auto !important;
    object-fit: contain !important;
  }
}

.bento-card .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
}

/* WhatsApp Button Style */
.wc-btn-whatsapp {
  background: linear-gradient(90deg, #ff4d4d, #f9cb28);
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 25px;
  text-decoration: none !important;
  box-shadow: 0 10px 20px rgba(227, 58, 125, 0.2);
}

.wc-btn-whatsapp:hover {
  background: #c22b65;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(227, 58, 125, 0.3);
  color: #fff !important;
}

/* Precision Bento Stats Area */
.bento-stats-area {
  z-index: 5;
  position: relative;
}

.bento-stats-area .section-desc {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.6;
}

.bento-stats-wrapper {
  position: relative;
}

.expertise-hero-card {
  position: relative;
  height: 600px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.expertise-hero-card .hero-image {
  width: 100%;
  height: 100%;
}

.expertise-hero-card .hero-image img {
  width: 100%;
  height: 115%;
  object-fit: cover;
  transform: scale(1.1);
}

.expertise-hero-card .hero-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Shift the video 30px to the right; slight scale keeps the left edge covered. */
  transform: translateX(30px) scale(1.08);
}

.expertise-hero-card .hero-overlay {
  position: absolute;
  inset: 0;
  background: none;
}

.expertise-hero-card .hero-content {
  position: absolute;
  bottom: 60px;
  left: 60px;
  right: 60px;
  max-width: 500px;
  z-index: 2;
}

.expertise-hero-card .tag {
  display: inline-block;
  font-family: var(--font_kanit) !important;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.expertise-hero-card .tag-blue {
  color: #8b79ff;
}

.expertise-hero-card .tag-pink {
  color: #e33a7d;
}

.expertise-hero-card .title {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 1px;
}

.expertise-hero-card .title-gradient {
  background: linear-gradient(90deg, #d2177b 0%, #0685fa 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  display: inline-block;
}

.expertise-hero-card .desc {
  font-family: var(--font_dmsans) !important;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 20px;
  line-height: 1.6;
  max-width: 440px;
}

.stats-bento-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
  height: 600px;
}

.stat-card,
.visual-card {
  border-radius: 28px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
}

.stat-card {
  background: #fff;
  padding: 30px 45px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.stat-icon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 30px;
  flex-shrink: 0;
}

.pink-glow {
  background: rgba(227, 58, 125, 0.1);
  color: #e33a7d;
}

.orange-glow {
  background: rgba(238, 150, 11, 0.13);
  color: #ee960b;
}

.purple-glow {
  background: rgba(62, 34, 158, 0.1);
  color: #3e229e;
}

.white-glow {
  background: rgb(255 255 255 / 41%);
  color: #fff;
}

.stat-info .count {
  /* font-family: var(--font_kanit) !important; */
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #3e229e;
  line-height: 0.9;
  letter-spacing: 1px;
}

.stat-info .label {
  font-family: var(--font_kanit) !important;
  font-size: 19px;
  font-weight: 300;
  color: #111;
  line-height: 1.25;
  margin-bottom: 6px;
}

.stat-info .sub-label {
  font-family: var(--font_kanit) !important;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  display: block;
}

.visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

.visual-card:hover img {
  transform: scale(1.1);
}

.abstract-visual {
  position: relative;
}

.overlay-glass {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.visual-card:hover .overlay-glass {
  opacity: 1;
}

.expertise-hero-card .wc-btn-primary {
  background: linear-gradient(90deg, #d84594 0%, #703dff 100%) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 100px;
  padding: 16px 36px;
  font-weight: 600;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.expertise-hero-card .wc-btn-primary:hover {
  background: linear-gradient(90deg, #d84594 0%, #703dff 100%) !important;
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(227, 58, 125, 0.45);
}

@media (max-width: 1200px) {
  .expertise-hero-card .title {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .expertise-hero-card {
    height: 450px;
  }

  .stats-bento-grid {
    height: auto;
    grid-template-rows: auto auto;
  }

  .stat-card {
    min-height: 180px;
  }

  .visual-card {
    min-height: 200px;
  }
}

@media (max-width: 767px) {
  .expertise-hero-card {
    height: 280px !important;
    border-radius: 20px !important;
  }

  .expertise-hero-card .hero-content {
    bottom: 25px !important;
    left: 25px !important;
    right: 25px !important;
  }

  .expertise-hero-card .title {
    font-size: 24px !important;
  }

  .expertise-hero-card .tag {
    font-size: 11px !important;
    margin-bottom: 10px !important;
  }

  .expertise-hero-card .wc-btn-primary {
    padding: 10px 24px !important;
    font-size: 14px !important;
    margin-top: 15px !important;
  }

  .stats-bento-grid {
    gap: 12px !important;
  }

  .stat-card {
    padding: 20px 15px !important;
    border-radius: 18px !important;
    text-align: center !important;
    align-items: center !important;
    min-height: auto !important;
  }

  .stat-icon {
    width: 45px !important;
    height: 45px !important;
    font-size: 18px !important;
    margin-bottom: 12px !important;
    border-radius: 12px !important;
  }

  .stat-info .count {
    font-size: 26px !important;
    margin-bottom: 4px !important;
  }

  .stat-info .label {
    font-size: 14px !important;
    margin-bottom: 4px !important;
  }

  .stat-info .label small {
    display: none !important;
  }

  .stat-info .sub-label {
    font-size: 11px !important;
  }

  .bento-stats-area .section-desc {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .bento-stats-area {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.wc-btn-whatsapp i {
  font-size: 20px;
}

.feature-area {
  padding: 140px 0;
}

.feature-area .feature-box .thumb i {
  font-size: 40px;
  color: #fff;
  display: block;
  line-height: 1;
}

/* Local Expertise & FAQ Styles (SEO) */
.local-expertise-area {
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 100px;
  background-color: #fff !important;
}

.local-expertise-area .section-title {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2 !important;
  margin-bottom: 25px;
  padding-top: 5px;
  color: #111 !important;
  letter-spacing: -1px;
}

.local-expertise-area .text {
  line-height: 1.6;
  color: var(--black-2) !important;
}

.location-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.location-chips .badge {
  background: #fff1f6 !important;
  color: #e33a7d !important;
  border: 1px solid #ffe4ed !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 10px 20px !important;
  transition: all 0.3s ease;
  cursor: default;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.location-chips .badge:hover {
  background: #e33a7d !important;
  color: #fff !important;
  border-color: #e33a7d !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(227, 58, 125, 0.2);
}

.local-expertise-area .wc-btn-primary {
  background-color: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
  border-radius: 100px;
  padding: 15px 40px;
}

.local-expertise-area .wc-btn-primary:hover {
  background-color: #e33a7d !important;
  border-color: #e33a7d !important;
  box-shadow: 0 15px 30px rgba(227, 58, 125, 0.3);
}

.expertise-image {
  aspect-ratio: 1 / 0.85;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  position: relative;
  border: 10px solid #fff;
}

.expertise-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  pointer-events: none;
  z-index: 1;
  opacity: 0.6;
}

.expertise-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.expertise-image:hover img {
  transform: scale(1.05);
}

/* FAQ Section Overrides for Homepage */
#faq-section.faq-area {
  background-color: #fff !important;
  border-radius: 0;
  padding-inline: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#faq-section .section-title {
  color: var(--black) !important;
}

#faq-section .text {
  color: var(--black-2) !important;
}

#faqAccordion .accordion-item {
  border: none !important;
  border-bottom: 1px solid var(--border) !important;
  background: transparent !important;
  margin-bottom: 5px !important;
}

#faqAccordion .accordion-button {
  font-size: 20px !important;
  font-weight: 500 !important;
  padding: 25px 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--black) !important;
  text-align: left !important;
}

#faqAccordion .accordion-button:not(.collapsed) {
  color: #e33a7d !important;
  border-radius: 8px !important;
}

#faqAccordion .accordion-button::after {
  filter: grayscale(1) brightness(0) !important;
}

#faqAccordion .accordion-body {
  padding: 0 0 25px 0 !important;
  font-size: 18px !important;
  color: var(--black-2) !important;
  line-height: 1.6 !important;
}

@media only screen and (max-width: 991px) {
  .local-expertise-area .section-title {
    font-size: 38px;
  }
}

/* Desktop Hero Section Styles */
.hero-desktop {
  position: relative;
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 0;
  /* Ensure text is above ::before */
}

/* Protect the home hero from master-services.css's `.hero-area-inner` 2-column grid,
   which leaks onto Home after visiting the Services page (its stylesheet isn't removed).
   Force the single-column centred layout the home hero is designed for. */
.hero-desktop .hero-area-inner {
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;
}

.hero-desktop::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Layer 1 (top): static white fade so the bottom blends into the next section.
     Layer 2 (below): animated vertical multi-colour gradient (soft/light for readable text). */
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, 0) 45%, #ffffff 100%),
    linear-gradient(180deg, #d6fff1, #e7ecff, #ffe6f4, #e3f7ff, #f1e9ff);
  background-size: 100% 100%, 100% 400%;
  background-repeat: no-repeat, no-repeat;
  animation: heroGradientShift 10s ease infinite;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}

@keyframes heroGradientShift {
  /* keep the white-fade layer fixed; pan only the colour layer top-to-bottom */
  0% { background-position: 0% 0%, 0% 0%; }
  50% { background-position: 0% 0%, 0% 100%; }
  100% { background-position: 0% 0%, 0% 0%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-desktop::before { animation: none; }
}

.hero-area-inner .shape-1 {
  width: 80%;
}

.hero-area-inner .shape-1 img {
  width: 100%;
}

/* Global Pill Button with Right Icon (Reference Style) */
.wc-btn-pill-icon-right {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 8px 8px 8px 30px;
  border: 1px solid #111;
  border-radius: 50px;
  background: transparent;
  color: #111;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.wc-btn-pill-icon-right .icon-wrapper {
  width: 44px;
  height: 44px;
  background: #111;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  font-size: 18px;
}

.wc-btn-pill-icon-right:hover {
  background: #111;
  color: #fff;
}

.wc-btn-pill-icon-right:hover .icon-wrapper {
  background: #fff;
  color: #111;
  transform: rotate(-45deg);
}

.hero-area .section-title.typing-title {
  font-weight: 600;
}

/* Crypto Wallet Showcase Styles */
.crypto-wallet-area {
  background: #ffffff;
  padding-top: 60px;
}

@media (max-width: 991px) {
  .crypto-wallet-area {
    padding-top: 40px !important;
  }
}

.crypto-content-card {
  background: #fff;
  border-radius: 40px;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #f0f0f0;
}

.crypto-content-card .section-title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 700;
  color: #111;
  margin-bottom: 0;
}

.crypto-content-card .text {
  font-family: inherit;
  font-size: 20px;
  color: #555;
  line-height: 1.5;
}

.btn-lime {
  background-color: #dcfeb2 !important;
  color: #111 !important;
  border-radius: 50px;
  padding: 15px 35px;
  font-weight: 600;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  border: none !important;
  transition: all 0.3s ease;
  text-transform: capitalize !important;
}

.btn-lime:hover {
  background-color: #c5ea9a !important;
  transform: translateY(-2px);
}

.store-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.store-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  border: 1px solid #ddd;
  border-radius: 12px;
  color: #111;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.store-btn i {
  font-size: 24px;
}

.store-btn:hover {
  border-color: #111;
  background: #f9f9f9;
}

/* Visual Card */
.crypto-visual-card {
  background-color: #dcfeb2;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 60px 0 60px;
  /* Bottom padding 0 to let phone sit on bottom if needed, but we used cutout */
  padding: 60px;
}

/* Floating Badge */
.floating-badge {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.circle-text {
  position: relative;
  width: 100%;
  height: 100%;
  animation: rotateText 10s linear infinite;
}

.circle-text svg {
  width: 100%;
  height: 100%;
}

.center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #111;
}

@keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Phone Mockup */
.phone-mockup {
  width: 330px;
  height: 680px;
  background: #111;
  border-radius: 50px;
  padding: 12px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  margin-left: 60px;
  /* Push right */
  margin-top: 40px;
  transform: rotate(-3deg);
  border: 4px solid #333;
}

.phone-mockup .screen {
  background: #1e1e1e;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  padding: 25px;
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.phone-mockup .notch {
  width: 100px;
  height: 25px;
  background: #111;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 15px 15px;
  z-index: 5;
}

/* App UI */
.app-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.app-header .avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.app-header .icons {
  display: flex;
  gap: 15px;
  font-size: 20px;
  opacity: 0.8;
}

.balance-large {
  margin-top: 40px;
  margin-bottom: 40px;
}

.balance-large .label {
  color: #aaa;
  font-size: 15px;
}

.balance-large h3 {
  font-size: 44px;
  font-weight: 500;
  margin: 5px 0 0;
  letter-spacing: -0.5px;
  color: #fff !important;
}

.balance-large small {
  font-size: 20px;
  color: #888;
}

.asset-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.asset-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.asset-item.active {
  background: #2c2c2c;
  border-color: transparent;
}

.asset-item .icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.t-green {
  background: rgba(78, 201, 176, 0.15);
  color: #4ec9b0;
}

.t-sol {
  background: rgba(153, 69, 255, 0.15);
  color: #9945FF;
}

.t-eth {
  background: rgba(98, 126, 234, 0.15);
  color: #627eea;
}

.t-trx {
  background: rgba(255, 6, 10, 0.15);
  color: #ff060a;
}

.asset-item .info h4 {
  font-size: 17px;
  margin: 0;
  font-weight: 600;
  color: #fff !important;
}

.asset-item .info small {
  color: #888;
  font-size: 13px;
}

.active-check {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.switch {
  width: 40px;
  height: 22px;
  background: #444;
  border-radius: 20px;
  position: relative;
}

.switch::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}

.switch.on {
  background: #ef5f00;
  /* Orange-ish from design */
}

.switch.on::after {
  left: 20px;
}

/* Floating Portfolio Card */
.floating-portfolio-card {
  position: absolute;
  top: 70px;
  left: 70px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(15px);
  padding: 24px;
  border-radius: 24px;
  min-width: 220px;
  z-index: 3;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.floating-portfolio-card .label {
  font-size: 13px;
  color: #555;
  display: block;
}

.floating-portfolio-card h3 {
  font-size: 28px;
  margin: 8px 0;
  color: #111 !important;
  font-weight: 600;
}

.floating-portfolio-card .trend {
  font-size: 13px;
  color: #555;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.floating-portfolio-card .trend .percent {
  color: #2ecc71;
  font-weight: 600;
  background: rgba(46, 204, 113, 0.1);
  padding: 2px 6px;
  border-radius: 6px;
}

/* Bottom Cutout Text */
.bottom-cutout-text {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 40px 50px;
  border-top-left-radius: 50px;
  font-family: 'DM Mono', monospace;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 5;
  min-width: 250px;
  text-align: right;
}

@media (max-width: 1199px) {
  .crypto-content-card .section-title {
    font-size: 48px;
  }

  .phone-mockup {
    margin-left: 20px;
    width: 280px;
    height: 580px;
  }
}

@media (max-width: 991px) {
  .floating-badge {
    display: none;
    /* Hide on mobile to simplify */
  }

  .crypto-content-card {
    padding: 40px 30px;
    border-radius: 30px;
  }

  .crypto-content-card .section-title {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }

  .crypto-visual-card {
    padding: 30px;
    flex-direction: column;
    border-radius: 30px;
    height: auto;
  }

  .phone-mockup {
    display: none !important;
  }

  .floating-portfolio-card {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: -100px;
    /* Overlap */
    width: 100%;
    z-index: 10;
  }

  .bottom-cutout-text {
    position: relative;
    border-radius: 20px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    background: #f9f9f9;
  }
}

.hero-area .section-title.typing-title {
  font-weight: 600;
}

/* Laptop Mockup */
.laptop-mockup {
  width: 580px;
  height: 360px;
  background: #111;
  border-radius: 20px 20px 0 0;
  padding: 12px 12px 0 12px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-left: -40px;
  /* Slight left offset */
}

.laptop-mockup .screen {
  background: #1e1e1e;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}

.screen-slider {
  display: flex;
  width: 400%;
  height: 100%;
}

.crypto-wallet-area.active-animation .screen-slider {
  animation: screenSlideRight 12s cubic-bezier(0.7, 0, 0.3, 1) infinite;
}

.screen-slider img {
  width: 25%;
  height: 100%;
  object-fit: fill;
  flex-shrink: 0;
  background: #1e1e1e;
  /* Match screen background for any gaps */
}

@keyframes screenSlideRight {

  0%,
  15% {
    transform: translateX(-75%);
  }

  25%,
  40% {
    transform: translateX(-50%);
  }

  50%,
  65% {
    transform: translateX(-25%);
  }

  75%,
  90% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-75%);
  }
}

.laptop-mockup .camera {
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  /* Inside bezel */
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.laptop-mockup .base {
  width: 720px;
  height: 24px;
  background: #e2e2e2;
  border-radius: 0 0 20px 20px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.laptop-mockup .base::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 8px;
  background: #ccc;
  /* Trackpad cutout illusion */
  border-radius: 0 0 8px 8px;
}

/* Device Layout Adjustments */
.crypto-visual-card {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: visible;
  /* Allow devices to slightly overlap if needed */
}

/* Position Phone over Laptop */
.crypto-visual-card .phone-mockup {
  position: absolute;
  bottom: -40px;
  right: -20px;
  transform: scale(0.65) rotate(-5deg);
  /* Scale down phone relative to laptop */
  z-index: 5;
  box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.25);
  margin: 0;
  /* Reset previous margins */
  border-color: #222;
}

.crypto-visual-card .laptop-mockup img,
.crypto-visual-card .phone-mockup img.screen-content {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.crypto-visual-card .laptop-mockup img {
  width: 25%;
  object-position: top;
}

@media (max-width: 1199px) {
  .laptop-mockup {
    width: 480px;
    height: 300px;
  }

  .laptop-mockup .base {
    width: 600px;
  }

  .crypto-visual-card .phone-mockup {
    transform: scale(0.55) rotate(-5deg);
    right: -40px;
    bottom: -60px;
  }
}

@media (max-width: 991px) {
  .laptop-mockup {
    width: 100%;
    max-width: 480px;
    height: auto;
    aspect-ratio: 16/10;
    margin: 0 auto !important;
  }

  .laptop-mockup .base {
    width: 110%;
    /* Slightly wider than screen */
  }

  .crypto-visual-card .phone-mockup,
  .phone-mockup {
    display: none !important;
  }

  .crypto-visual-card {
    flex-direction: column;
    padding: 60px 20px !important;
    min-height: auto !important;
  }
}

/* Animations */
@keyframes bounce-slow {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes bounce-fast {

  0%,
  100% {
    transform: translateY(0) scale(0.65) rotate(-5deg);
  }

  50% {
    transform: translateY(-15px) scale(0.65) rotate(-5deg);
  }
}

/* For mobile where transforms are different, we need media query specific animations or simpler ones */
@keyframes bounce-mobile {

  0%,
  100% {
    transform: translateY(0) scale(0.8);
  }

  50% {
    transform: translateY(-10px) scale(0.8);
  }
}

.animate-float-slow {
  animation: bounce-slow 6s ease-in-out infinite;
}

.animate-float-fast {
  animation: bounce-fast 5s ease-in-out infinite;
  animation-delay: 1s;
  /* Offset for natural feel */
}

@media (max-width: 991px) {
  .animate-float-fast {
    animation: bounce-mobile 5s ease-in-out infinite;
  }
}

/* Story Stats Section */
.story-stats-section {
  background-color: #000;
  color: #fff;
  padding-top: 140px;
  padding-bottom: 140px;
}

.story-stats-grid {
  display: grid;
  grid-template-columns: 40% 55%;
  /* Adjusted ratio for better balance */
  gap: 5%;
}

.story-left-col {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.story-title-wrapper {
  margin-bottom: 40px;
}

.story-title {
  font-size: 44px;
  line-height: 1.2 !important;
  font-weight: 600;
  color: #fff;
  letter-spacing: -1px;
}

.story-title em {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
}

.story-video-wrapper {
  width: 100%;
  flex-grow: 1;
  /* Fill remaining height */
  min-height: 350px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.story-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-right-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* Stats Card */
.stats-card-dark,
.stats-action-block {
  background-color: #111;
  border: 1px solid #222;
  border-radius: 16px;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
  transition: all 0.3s ease;
}

.stats-card-dark:hover {
  border-color: #444;
  transform: translateY(-5px);
}

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

.stats-number {
  font-size: 48px;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1;
}

.stats-label {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

.stats-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #888;
  margin: 0;
}

/* Action Block specifics */
.stats-action-block {
  justify-content: flex-start;
}

.stats-action-block .stats-desc {
  font-size: 15px;
  color: #ccc;
  margin-top: 10px;
  margin-bottom: 30px;
}

.btn-peach {
  background-color: #ffcc99;
  color: #000;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  width: fit-content;
}

.btn-peach:hover {
  background-color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .story-stats-grid {
    grid-template-columns: 1fr;
  }

  .story-left-col {
    margin-bottom: 50px;
    height: auto;
  }

  .story-video-wrapper {
    height: 400px;
    /* Fixed height on mobile */
    min-height: auto;
  }

  .story-title {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .story-right-col {
    grid-template-columns: 1fr;
  }

  .story-title {
    font-size: 28px !important;
  }
}

/* Trust Stats Section Styling */
.trust-stats-area {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 50px;
  background: linear-gradient(180deg, #f0f2f5 0%, #ffffff 100%);
}

.trust-cards-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-right: 50px;
  /* Space for the layout effect */
}

.trust-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  /* Soft shadow */
  border: 1px solid rgba(0, 0, 0, 0.03);
  position: relative;
  transition: transform 0.4s ease;
  width: 100%;
  max-width: 380px;
}

.trust-card:hover {
  transform: translateY(-8px);
}

.trust-card h3 {
  font-size: 26px;
  font-weight: 700;
  color: #1e293b;
  /* Dark Slate */
  margin-bottom: 4px;
}

.trust-card p {
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
  /* Slate */
  margin: 0;
}

.trust-card .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /* Using the user's primary gradient for brand consistency */
  background: linear-gradient(135deg, #e33a7d 0%, #3730a3 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 10px 20px rgba(227, 58, 125, 0.2);
  flex-shrink: 0;
}

/* Specific Card Positions */
.trust-cards-wrapper .card-top {
  align-self: flex-start;
  margin-left: 40px;
}

.trust-cards-wrapper .card-middle {
  align-self: flex-start;
  /* Icon on left for this one */
  flex-direction: row-reverse;
  /* Flip content */
  margin-left: 0;
  z-index: 2;
  /* Pop over */
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.trust-cards-wrapper .card-bottom {
  align-self: flex-start;
  margin-left: 60px;
}

.trust-content .subtitle {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}

.trust-content .title {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 25px;
}

.trust-content .text {
  font-size: 18px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 40px;
  max-width: 450px;
}

.btn-early-access {
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #e33a7d 0%, #3730a3 100%);
  color: #fff;
  box-shadow: 0 15px 30px rgba(227, 58, 125, 0.25);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-early-access:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(227, 58, 125, 0.35);
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .trust-cards-wrapper {
    align-items: center;
    padding-right: 0;
    margin-bottom: 50px;
  }

  .trust-cards-wrapper .card-top,
  .trust-cards-wrapper .card-middle,
  .trust-cards-wrapper .card-bottom {
    margin-left: 0;
    align-self: center;
  }

  .trust-content {
    text-align: center;
  }

  .trust-content .text {
    margin-left: auto;
    margin-right: auto;
  }

  .trust-content .title {
    font-size: 36px;
  }
}

/* Modern Expertise Section Styles */
.expertise-modern-area {
  /* background-color: #f8fafc; */
  background-color: #effff5;
  padding: 140px 0;
}

.expertise-modern-title {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 500;
  color: #0f172a;
  margin-bottom: 30px;
}

.expertise-modern-title strong {
  font-weight: 800;
}

.expertise-modern-text {
  font-size: 18px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 50px;
}

.expertise-points-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 30px;
}

.expertise-point {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
}

.expertise-point-icon {
  width: 34px;
  height: 34px;
  background-color: #2fed93;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
  font-weight: 800;
  flex-shrink: 0;
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.expertise-diagram-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.expertise-diagram-img {
  max-width: 110%;
  height: auto;
}

@media (max-width: 1199px) {
  .expertise-diagram-img {
    max-width: 100%;
    transform: none;
  }
}

@media (max-width: 767px) {
  .expertise-modern-area {
    padding: 40px 0 !important;
  }

  .expertise-modern-title {
    font-size: 28px !important;
    margin-bottom: 20px !important;
  }

  .expertise-modern-text {
    font-size: 14px !important;
    margin-bottom: 30px !important;
    max-width: 100% !important;
  }

  .expertise-points-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px 10px !important;
    max-width: 100% !important;
  }

  .expertise-point {
    gap: 10px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
  }

  .expertise-point-icon {
    width: 24px !important;
    height: 24px !important;
    font-size: 10px !important;
  }

  .expertise-diagram-wrapper {
    margin-top: 30px !important;
  }

  .expertise-diagram-img {
    max-width: 80% !important;
  }

  .expertise-modern-area .btn-wrapper {
    margin-top: 30px !important;
    text-align: center !important;
  }

  .expertise-modern-area .wc-btn-primary {
    padding: 12px 28px !important;
    font-size: 14px !important;
  }
}

/* Premium CSS Reveal Animations */
@keyframes expertiseReveal {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.98);
    filter: blur(4px);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

.expertise-reveal-item {
  opacity: 0;
}

.active-animation.expertise-reveal-item,
.active-animation .expertise-reveal-item {
  animation: expertiseReveal 2.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.active-animation.delay-1,
.active-animation .delay-1 {
  animation-delay: 0.2s;
}

.active-animation.delay-2,
.active-animation .delay-2 {
  animation-delay: 0.4s;
}

.active-animation.delay-3,
.active-animation .delay-3 {
  animation-delay: 0.6s;
}

.active-animation.delay-4,
.active-animation .delay-4 {
  animation-delay: 0.8s;
}

.active-animation.delay-5,
.active-animation .delay-5 {
  animation-delay: 1.0s;
}

.active-animation.delay-6,
.active-animation .delay-6 {
  animation-delay: 1.2s;
}

.active-animation.delay-img,
.active-animation .delay-img {
  animation-delay: 0.8s;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 991px) {
  .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .project-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Core Expertise — 6-card grid (white cards + side illustration)
   ========================================================================== */
.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.exp-card {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #ececf5;
  border-radius: 22px;
  padding: 30px 28px;
  min-height: 260px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 30px rgba(30, 26, 90, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.exp-card:hover {
  transform: translateY(-6px);
  border-color: #d8d5f2;
  box-shadow: 0 24px 50px rgba(60, 40, 160, 0.12);
}

.exp-card-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  max-width: 60%;
}

.exp-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #e4e2f4;
  color: #5b4ce0;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 22px;
}

.exp-title {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: #12101f;
  margin: 0 0 14px;
}

.exp-text {
  font-size: 14.5px;
  line-height: 1.6;
  color: #6b6880;
  margin: 0;
}

.exp-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: auto;
  border-radius: 50%;
  border: 1px solid #e4e2f4;
  color: #5b4ce0;
  font-size: 14px;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.exp-card:hover .exp-arrow {
  background: #5b4ce0;
  border-color: #5b4ce0;
  color: #ffffff;
}

.exp-visual {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 78%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
  pointer-events: none;
}

.exp-visual img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  /* Images ship with a light-grey backdrop (no transparency); multiply blends
     that backdrop + soft shadows into the white card so it reads as seamless. */
  mix-blend-mode: multiply;
}

.exp-explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 991px) {
  .expertise-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .expertise-grid {
    grid-template-columns: 1fr;
  }
  .exp-card {
    min-height: 220px;
  }
  .exp-card-body {
    max-width: 62%;
  }
}

/* ==========================================================================
   HOME "Our exclusive Projects" — clean card: clear rounded image + caption below.
   Scoped under .project-area so it only affects the HOME section and overrides the
   generic .project-box rules leaking from projects-grid-custom.css (which is built
   for the /projects page). Specificity (.project-area .project-box = 0,2,x) beats
   that sheet's .project-box (0,1,x) regardless of load order — no !important needed.
   ========================================================================== */
.project-area .project-box {
  aspect-ratio: auto;          /* undo the 4/3 that clipped the layout */
  overflow: visible;           /* let the caption show below the image */
  background: transparent;     /* no dark card behind the image */
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  transition: transform 0.4s ease;
}
.project-area .project-box:hover {
  transform: translateY(-5px);
}

/* Image: clear, rounded (20px), correct aspect */
.project-area .project-box .thumb {
  aspect-ratio: 16 / 12;
  width: 100%;
  height: auto;
  border-radius: 0px;
  overflow: hidden;
}
.project-area .project-box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Kill BOTH dark overlays (.thumb:after and the leaked .project-box::after) */
.project-area .project-box .thumb::after,
.project-area .project-box::after {
  content: none;
  display: none;
}

/* Caption row below the image */
.project-area .project-box .project-content {
  position: relative;
  padding: 18px 4px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project-area .project-box .text-content {
  flex: 1;
  padding-right: 15px;
}
.project-area .project-box .meta {
  margin-bottom: 8px;
}
.project-area .project-box .tag {
  color: #5b4ce0;
  background: rgba(91, 76, 224, 0.08);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.project-area .project-box .title,
.project-area .project-box .title a {
  color: #12101f;
}

/* Arrow: hidden by default, revealed only on card hover */
.project-area .project-box .wc-btn-circle {
  background: #fff;
  color: #111;
  border: none;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.project-area .project-box:hover .wc-btn-circle {
  opacity: 1;
  transform: translateY(0);
}
.project-area .project-box .wc-btn-circle:hover {
  background: var(--primary);
  color: #fff;
}

/* "View All Works" — pill button (dark section) */
.project-area .projects-viewall-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 34px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.project-area .projects-viewall-btn i {
  font-size: 13px;
  transition: transform 0.3s ease;
}
.project-area .projects-viewall-btn:hover {
  background: #ffffff;
  color: #0a0a0c;
  border-color: #ffffff;
}
.project-area .projects-viewall-btn:hover i {
  transform: translateX(4px);
}

/* ==========================================================================
   HOME Projects section — dark theme for prominence (black bg, white text).
   .bg-light-gray uses !important, so the background override must too.
   ========================================================================== */
.project-area.bg-light-gray {
  background-color: #0a0a0c !important;
}
.project-area .section-title {
  color: #ffffff;
}
.project-area .text-wrapper-project .text {
  color: rgba(255, 255, 255, 0.7);
}
.project-area .project-box .title,
.project-area .project-box .title a {
  color: #ffffff;
}
.project-area .project-box .tag {
  color: #c9bcff;
  background: rgba(255, 255, 255, 0.10);
}
.project-area .wc-btn-underline {
  color: #ffffff;
}
/* ==========================================================================
   Homepage CTA form (right column of Story Stats section — dark theme)
   ========================================================================== */
.story-right-col-form {
  display: block !important;
}
.cta-form-card {
  background: linear-gradient(160deg, rgba(23, 21, 31, 0.65) 0%, rgba(14, 13, 20, 0.85) 100%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  padding: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.cta-form-title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.2;
}
.cta-form-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 32px;
  line-height: 1.6;
}
.cta-form .cta-field {
  margin-bottom: 20px;
}
.cta-form .cta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.cta-form input,
.cta-form textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 18px 20px;
  color: #ffffff;
  font-size: 15px;
  font-family: var(--font_dmsans) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
}
.cta-form input::placeholder,
.cta-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.cta-form input:focus,
.cta-form textarea:focus {
  border-color: #0685fa;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 20px rgba(6, 133, 250, 0.15);
}
.cta-form textarea {
  resize: vertical;
  min-height: 110px;
}
.cta-submit {
  width: 100%;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  background: linear-gradient(90deg, #d2177b 0%, #0685fa 100%) !important;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 24px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 25px rgba(210, 23, 123, 0.3);
}
.cta-submit:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(6, 133, 250, 0.4);
}
.cta-submit:disabled {
  opacity: 0.7;
  cursor: default;
}
.cta-msg {
  margin: 14px 0 0;
  font-size: 14px;
  font-weight: 500;
}
.cta-success {
  color: #4ade80;
}
.cta-error {
  color: #f87171;
}

@media (max-width: 575px) {
  .cta-form-card {
    padding: 28px 22px;
  }
  .cta-form .cta-row {
    grid-template-columns: 1fr;
  }
  .cta-form-title {
    font-size: 23px;
  }
}

/* ==========================================================================
   Clients — static logo grid (replaces marquee), staggered scroll reveal
   ========================================================================== */
.clients-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.client-tile {
  background: #ececE8;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 10;
  padding: 22px;
  transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}
.client-tile img {
  max-width: 72%;
  max-height: 52%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none; /* logos shown in original colors */
  opacity: 1;
  transition: filter 0.35s ease, opacity 0.35s ease;
}
.client-tile:hover {
  transform: translateY(-4px);
  background: #e4e4df;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.07);
}
.client-tile:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
/* "Our work" CTA tile */
.client-tile-cta {
  background: #ffffff;
  border: 1px solid #e6e6e0;
  gap: 14px;
  padding: 20px 22px;
  text-decoration: none;
  color: inherit;
}
.client-tile-cta:hover {
  background: #ffffff;
  border-color: #1a1a1a;
}
.client-tile-cta .cta-eye {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #111111;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.client-tile-cta .cta-text {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}
.client-tile-cta .cta-text strong {
  font-size: 15px;
  font-weight: 600;
  color: #111111;
}
.client-tile-cta .cta-text small {
  font-size: 12.5px;
  color: #8a8a83;
}

@media (max-width: 1199px) {
  .clients-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 767px) {
  .clients-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
}
@media (max-width: 479px) {
  .clients-grid { grid-template-columns: repeat(2, 1fr); }
}
