@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Syne:wght@400..800&display=swap");

::-webkit-scrollbar {
  display: none;
  background-color: transparent;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: var(--f1);
}
.cust-gap {
  row-gap: 24px;
}
ul,
ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--f2);
  background-color: var(--c5);
  color: var(--c4);
}
.wrapper {
  overflow: hidden !important;
}
:root {
  --f1: "Syne", sans-serif;
  --f2: "Google Sans", sans-serif;
  --c1: #ec1fff;
  --c2: #e42786;
  --c3: #c768f2;
  --c4: #1e1e1e;
  --c5: #ffffff;
  --c6: #b2b2b2;
  --c7: rgba(255, 153, 199, 20%);
  --footer-bg: #1c001d;
  --c8: linear-gradient(180deg, #9e279a 0%, #c768f2 100%);
  --sec-bg: #2a0032;
  --heading-color: linear-gradient(104.042deg, #ffffff 0%, #7e368c 100%);
  --btn-bg: linear-gradient(95.301deg, #fd1676 0%, #a055b1 100%);
  --arrow-bg: linear-gradient(180deg, #ff99c7 0%, #b347a5 100%);
  --packages-btn: linear-gradient(95.301deg, #fd1676 0%, #670534 100%);
  /* Fonts */
  --fs-10: clamp(10px, 0.65vw, 10px);
  --fs-12: clamp(10px, 0.75vw, 12px);
  --fs-14: clamp(11px, 0.85vw, 14px);
  --fs-16: clamp(12px, 1vw, 16px);
  --fs-18: clamp(12px, 1.6vw, 18px);
  --fs-20: clamp(15px, 1.25vw, 20px);
  --fs-24: clamp(17px, 1.5vw, 24px);
  --fs-28: clamp(20px, 1.75vw, 28px);
  --fs-32: clamp(22px, 2vw, 32px);
  --fs-36: clamp(24px, 2.25vw, 36px);
  --fs-40: clamp(26px, 2.5vw, 40px);
  --fs-48: clamp(30px, 3vw, 48px);
  --fs-56: clamp(34px, 3.5vw, 56px);
  --fs-64: clamp(38px, 4vw, 64px);
  --fs-72: clamp(42px, 4.5vw, 72px);
  --fs-80: clamp(32px, 5vw, 80px);
  --fs-96: clamp(52px, 6vw, 96px);
  --fs-120: clamp(60px, 7.5vw, 120px);

  /* Spacing - Padding / Margin / Gap */
  --space-4: clamp(4px, 0.25vw, 4px);
  --space-8: clamp(6px, 0.5vw, 8px);
  --space-10: clamp(7px, 0.625vw, 10px);
  --space-12: clamp(8px, 0.75vw, 12px);
  --space-16: clamp(10px, 1vw, 16px);
  --space-20: clamp(12px, 1.25vw, 20px);
  --space-24: clamp(14px, 1.5vw, 24px);
  --space-28: clamp(17px, 1.75vw, 28px);
  --space-32: clamp(20px, 2vw, 32px);
  --space-36: clamp(22px, 2.25vw, 36px);
  --space-40: clamp(24px, 2.5vw, 40px);
  --space-48: clamp(28px, 3vw, 48px);
  --space-56: clamp(32px, 3.5vw, 56px);
  --space-64: clamp(36px, 4vw, 64px);
  --space-72: clamp(40px, 4.5vw, 72px);
  --space-80: clamp(44px, 5vw, 80px);
  --space-90: clamp(46px, 6vw, 90px);
  --space-96: clamp(52px, 6vw, 96px);
  --space-120: clamp(60px, 7.5vw, 120px);
  --space-140: clamp(70px, 8.5vw, 140px);
  --space-160: clamp(80px, 9.5vw, 160px);
  --space-180: clamp(90px, 10.5vw, 180px);
  --space-200: clamp(100px, 11.5vw, 200px);
}
.py-10 {
  padding-block: var(--space-10);
}
.py-20 {
  padding-block: var(--space-20);
}
.py-30 {
  padding-block: var(--space-32);
}
.py-40 {
  padding-block: var(--space-40);
}
.py-60 {
  padding-block: var(--space-56);
}
.py-70 {
  padding-block: var(--space-72);
}
.py-80 {
  padding-block: var(--space-80);
}
.py-90 {
  padding-block: var(--space-90);
}
.py-100 {
  padding-block: var(--space-96);
}
.py-120 {
  padding-block: var(--space-120);
}
.py-140 {
  padding-block: var(--space-140);
}
.py-160 {
  padding-block: var(--space-160);
}
.py-180 {
  padding-block: var(--space-180);
}
.py-200 {
  padding-block: var(--space-200);
}
.web-color {
  color: var(--c6);
}
.white {
  color: var(--c5) !important;
}
.sec-bg {
  background-color: var(--sec-bg);
}
.radius {
  border-radius: var(--space-48);
}
/* OVERLAY */
.overlay {
  position: relative;
  overflow: hidden;
}
.overlay::after {
  content: "";
  position: absolute;
  width: 1950px;
  height: 800px;
  bottom: 0;
  left: 50%;
  border-radius: 50%;
  z-index: -10;
  filter: blur(380px);
  background-color: #fe1777;
  opacity: 10%;
  transform: translateX(-50%);
}
.overlay2 {
  position: absolute;
  left: 50%;
  bottom: -45%;
  transform: translateX(-50%);
  width: 1965px;
  height: 818px;
  border-radius: 50%;
  background: #fe1777;
  opacity: 0.18;
  filter: blur(180px);
  z-index: -1;
  pointer-events: none;
}
/* HEADING */

.web-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-10);

  padding: var(--space-12) var(--space-24);
  border-radius: 50px;
  border: none;

  background: var(--btn-bg);
  color: var(--c5);

  font-size: var(--fs-18);
  font-weight: 500;

  position: relative;
  overflow: hidden;

  transition: all 0.35s ease;
  transform: translateY(0);

  box-shadow:
    0 8px 18px rgba(253, 22, 118, 0.35),
    0 4px 10px rgba(160, 85, 177, 0.3),
    inset 0 1px 2px rgba(255, 255, 255, 0.35);
}

/* Glossy Shine */
.web-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(255, 255, 255, 0) 80%
  );

  transform: translateX(-150%);
  transition: transform 0.7s ease;
}

/* Hover */
.web-btn:hover {
  color: var(--c5);

  transform: translateY(-5px) scale(1.02);

  box-shadow:
    0 22px 45px rgba(253, 22, 118, 0.45),
    0 12px 24px rgba(160, 85, 177, 0.35),
    inset 2px 2px 6px rgba(255, 255, 255, 0.35),
    inset -4px -4px 8px rgba(0, 0, 0, 0.15);
}

/* Shine Animation */
.web-btn:hover::before {
  transform: translateX(150%);
}

/* Click Effect */
.web-btn:active {
  transform: translateY(-1px) scale(0.98);

  box-shadow:
    inset 0 4px 8px rgba(0, 0, 0, 0.18),
    inset 0 -2px 4px rgba(255, 255, 255, 0.2);
}

a:hover {
  color: var(--c5) !important;
}
h1.web-title {
  font-size: var(--fs-80);
  background: var(--heading-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

h2.web-title {
  font-size: var(--fs-48);
  color: #3c3c3c;
}
h4.web-title {
  font-size: var(--fs-24);
  color: var(--c5);
}
span.web-title {
  font-size: var(--fs-24);
}
p {
  font-size: var(--fs-18);
  line-height: var(--fs-32);
  color: var(--c4);
}
/* HEADER */
.header {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  z-index: 9991;
}
.header .container {
  background: var(--c7);
  border: 1px solid var(--c2);
  border-radius: 50px;
  padding: var(--space-10) var(--space-32);
}

.header-menu ul {
  display: flex;
  align-items: center;
  gap: var(--space-48);
  justify-content: center;
}

.site-logo a {
  width: 70%;
}

.header-menu ul li a {
  font-size: var(--fs-18);
}
/* BANNER */
.banner-btn {
  margin-top: var(--space-28);
}
.trusted-image {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 80px;
}
.ban-logo {
  padding: var(--space-96) var(--space-48) var(--space-40);
  margin-top: -50px;
  border-radius: 0 0 var(--space-48) var(--space-48);
}
.down-arrow {
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  z-index: 99;
  background: var(--arrow-bg);
  border-radius: 30px;
  width: var(--space-56);
  height: var(--space-80);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--c5);
  animation: up-down 6s infinite linear;
}
/* ABOUT */
.about-slider .swiper-slide {
  transition: all 0.5s ease;
}
.about-slider .swiper-slide-active .about-video {
  height: 550px;
}
.about-slider .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.78);
  opacity: 0.7;
}
.about-video {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 30px;
}
.about-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #7e368c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: 0.3s ease;
}
.video-play span {
  font-size: 22px;
  margin-left: 4px;
}
.video-play:hover {
  transform: translate(-50%, -50%) scale(1.08);
}
.about-slider .swiper-slide-active.is-playing .video-play {
  opacity: 0;
  visibility: hidden;
}
.swiper-para {
  position: absolute;
  right: 0;
  top: -100px;
  width: 410px;
}

button.about-next,
button.about-prev {
  width: 100%;
  height: 100%;
  border: unset;
  background: unset;
}
.about-slider .swiper-button-prev.custom-arrow {
  transform: unset;
}

/* SERVICES */
.services-head > .icon {
  background: var(--c8);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 53%;
  transform: translateX(-50%);
  bottom: -20px;
}
.service-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-40) 0;
  border-bottom: 1px solid var(--c4);
  cursor: pointer;
}
.services-list .service-item:last-child {
  border: unset;
}
.service-left {
  display: flex;
  align-items: center;
  gap: 60px;
  width: 70%;
}

.service-item h3 strong {
  font-weight: bold;
  color: #4c4b4b;
  width: 520px;
  font-size: 50px;
  background: linear-gradient(
    to right,
    #000 0%,
    #000 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background-repeat: no-repeat;
  background-size: 0%;
  -webkit-background-clip: text;
  background-clip: text;
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
}

.service-item:hover h3 strong {
  color: transparent;

  background: linear-gradient(
    to right,
    #000 0%,
    #000 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );

  background-size: 200%;
  background-repeat: no-repeat;

  -webkit-background-clip: text;
  background-clip: text;
}

.service-left p {
  width: 380px;
  margin: 0;
  opacity: 0;
  transition: 0.35s;
}

.service-item:hover .service-left p,
.service-item.active .service-left p {
  opacity: 1;
}

.service-images {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
  height: 260px;
  pointer-events: none;
}

.service-images img {
  position: absolute;
  width: 220px;
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
}

.service-images img:nth-child(1) {
  right: 230px;
  transform: rotate(-12deg);
}

.service-images img:nth-child(2) {
  right: 40px;
  transform: rotate(-11deg);
}

.service-images img:nth-child(3) {
  right: -140px;
  transform: rotate(10deg);
}

.service-item:hover .service-images img,
.service-item.active .service-images img {
  opacity: 1;
  visibility: visible;
}

.service-item:hover .service-images img:nth-child(1) {
  transform: translateY(-10px) rotate(-12deg);
}

.service-item:hover .service-images img:nth-child(2) {
  transform: translateY(0) rotate(-4deg);
}

.service-item:hover .service-images img:nth-child(3) {
  transform: translateY(10px) rotate(10deg);
}

/* CASE STUDY SECTION */

.case-study {
  background: var(--sec-bg);
  border-radius: var(--space-56);
  margin: auto 12px;
  z-index: 1;
}
.case-head p {
  max-width: 540px;
  margin: var(--space-20) auto var(--space-48);
}

/* FOOTER */
.bg-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.social-links ul li img {
  width: 25px;
}
.social-links ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-logo p {
  margin: var(--space-36) 0;
}
.info-item > span {
  font-size: var(--fs-32);
  font-family: var(--f1);
  color: var(--c5);
  font-weight: bold;
  margin-bottom: var(--space-36);
  display: block;
}
.info-item ul li a,
.info-item ul li span {
  font-size: var(--fs-18);
  margin-bottom: var(--space-12);
  transition: all 0.5s ease-in-out;
  color: var(--c6);
}
.footer-bottom ul {
  display: flex;
  justify-content: end;
  gap: 6px;
}
.footer-bottom ul li:first-child {
  border-right: 1px solid var(--c6);
  padding-right: 8px;
}
.footer-bottom {
  padding-top: var(--space-36);
  padding-bottom: var(--space-12);
}

/* PRICING */
.portfolio-btns .nav-tabs {
  border: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.portfolio-btns .nav-tabs .nav-link {
  background: transparent;
  color: var(--c5);
  font-weight: 500;
  font-size: var(--fs-20);
  padding: var(--space-10) var(--space-32);
  border: 1px solid var(--c5);
  transition: all 0.6s ease-in-out;
  border-radius: var(--space-32);
}
.portfolio-btns .nav-tabs .nav-link.active,
.portfolio-btns .nav-tabs .nav-link:hover {
  background: var(--btn-bg);
  color: var(--c5);
  border-color: #a055b180;
}
.package-item {
  z-index: 9999;
  position: relative;
  background: url(../images/landing/pack-bg.webp);
  padding: 40px 25px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  border-radius: 30px;
  transition: all 0.5s ease-in-out;
  transform: scale(0.98);
  cursor: pointer;
}
.package-item:hover {
  box-shadow: inset -15px -15px 10px #0000004a;
  transform: scale(1.05);
}
.pack-batch {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(47, 168, 255, 0.12);
  color: var(--active-border);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 4px 10px;
}
.package-header span {
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--c5);
  text-align: center;
  display: block;
}
.package-header .pricing h5 {
  font-size: clamp(42px, 5.5vw, 78px);
  font-weight: bold;
  text-align: center;
  color: var(--c5);
  font-family: var(--f2);
}
.package-list {
  max-height: 350px;
  overflow-y: auto;
  margin-bottom: 20px;
}
.package-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: var(--c6);
  padding: 10px 0;
  border-bottom: 1px solid rgb(255 255 255 / 23%);
}
.package-list li::before {
  content: "✔";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--btn-bg);
  color: var(--c5);
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 800;
}
.package-list::-webkit-scrollbar {
  width: 2px;
}
.port-items-main {
  position: relative;
}
.pricing-swiper .swiper-button-next::after,
.pricing-swiper .swiper-button-prev::after {
  font-size: 30px;
  font-weight: 100;
}
.package-btn .hover-btn {
  font-family: var(--site-font);
  font-size: 14px;
  text-align: center;
}
.package-btn {
  text-align: center;
}
.pack-btn-main a.hover-btn-2 {
  border-color: var(--c3);
  color: var(--c3);
  box-shadow: -5px 5px 3px var(--c3);
}
.package-item::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid #a22da3;
  border-radius: 30px;
}
.package-btn .web-btn {
  background: var(--packages-btn);
}
.package-list ul li:last-child {
  border: unset;
}
.pricing-swiper .swiper-wrapper {
  padding: var(--space-48) 0 var(--space-140);
}
div#swiper-wrapper-c716f47ba4e668b1 {
  align-items: center;
}
.custom-arrow span {
  color: var(--c5);
}
/* TESTIMONIAL */
.testi-box {
  background: linear-gradient(
    115.927deg,
    #fd1676 0%,
    #8d094f -5%,
    #a055b1 100%
  );
  border-radius: var(--space-24);
  padding: var(--space-36) var(--space-24);
  position: relative;
}
.testi-box .profile {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.testimonial img.hover_img {
  width: 60px;
  height: 60px;
}

.testimonial span.desinatipn {
  font-size: var(--fs-18);
  color: var(--c5);
}
.testimonial.overlay {
  overflow: visible;
}
.testimonial.overlay::after {
  z-index: 0;
  background: #fe1777;
  width: 1965px;
  height: 800px;
  opacity: 30%;
  filter: blur(330px);
  right: -1890px;
  left: auto;
  bottom: -200px;
}
.testimonial {
  overflow: hidden;
}

.testslider {
  overflow: visible;
  padding: 90px 0 80px;
}

.testslider .swiper-wrapper {
  align-items: center;
}

.testslider .swiper-slide {
  transition: 0.45s ease;
  transform: scale(0.82) rotate(-10deg);
  opacity: 0.45;
}

.testslider .swiper-slide-prev {
  transform: scale(0.9) rotate(-12deg) translateY(30px);
  opacity: 0.8;
  z-index: 2;
}

.testslider .swiper-slide-next {
  transform: scale(0.9) rotate(12deg) translateY(30px);
  opacity: 0.8;
  z-index: 2;
}

.testslider .swiper-slide-active {
  transform: scale(1) rotate(0deg) translateY(0);
  opacity: 1;
  z-index: 5;
}

.testslider .swiper-slide-active .testi-box {
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
}
/* SECTION FORM */
.from-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 700px;
  height: 600px;
}

.form-control::placeholder {
  position: absolute;
  left: 0px;
  top: 18px;
  transition: all 0.6s ease-in-out;
  pointer-events: none;
  font-size: 20px;
  color: var(--c4);
}
.form-control:focus::placeholder {
  top: 0px;
  font-size: 14px;
}

textarea.form-control {
  height: auto;
}
.about-slider-wrap .swiper-wrapper {
  align-items: center;
}
/* PROCESS */

.process-item.up {
  margin-top: 220px;
}

.process-item.down {
  margin-top: 380px;
}
.process-line {
  display: flex;
  align-items: center;
}

.process-line .line {
  flex: 1;
  height: 4px;
  background: var(--sec-bg);
}
.process-line .dot:last-child {
  right: 150px;
  position: absolute;
}

.process-line .dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--btn-bg);
  flex-shrink: 0;
}

/* Labels */
.process-label {
  position: absolute;
}

.process-label.top {
  top: -55px;
  left: 10px;
}

.process-label.bottom {
  top: 50px;
  right: 15%;
}

.process-label span {
  position: absolute;
  left: -10px;
  top: 0px;
  width: 2px;
  height: 36px;
  background: rgb(255 153 199);
}

.process-label h5 {
  font-size: var(--fs-28);
  color: var(--c4);
  font-weight: 400;
}

/* ---------- PRELOADER ---------- */
.ddl-preloader,
.ddl-preloader-bg {
  position: fixed;
  inset: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}
.ddl-preloader-bg {
  background: radial-gradient(circle at 30% 30%, #2a0a2e 0%, #140015 70%);
}
.ddl-preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 9999999999;
}
.ddl-preloader-logo {
  position: relative;
  z-index: 9999999999;
  text-align: center;
}
.ddl-logo-text {
  font-family: var(--f1);
  font-size: clamp(28px, 5vw, 55px);
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--c5);
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.ddl-logo-text .ddl-char {
  display: inline-block;
  transform: translateY(110%);
  will-change: transform;
}
.ddl-logo-text .ddl-char.space {
  width: 0.32em;
}
.ddl-preloader-count {
  margin-top: var(--space-20);
  font-family: var(--f1);
  font-size: var(--fs-20);
  color: var(--c6);
  letter-spacing: 2px;
}
.ddl-preloader-count em {
  font-style: normal;
  opacity: 0.6;
  margin-left: 2px;
}
.ddl-preloader-bar {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  width: min(320px, 60vw);
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  overflow: hidden;
  z-index: 99999999999999;
}
.ddl-preloader-bar span {
  display: block;
  width: 0%;
  height: 100%;
  background: var(--btn-bg);
  border-radius: 10px;
}
.ddl-preloader-mask {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: var(--footer-bg);
  clip-path: circle(150% at 50% 50%);
  pointer-events: none;
  will-change: clip-path;
}
html.ddl-loading,
html.ddl-loading body {
  overflow: hidden !important;
  height: 100vh;
}
body:not(.ddl-loaded) .wrapper {
  opacity: 0;
}

/* ---------- CUSTOM CURSOR ---------- */
@media (hover: hover) and (pointer: fine) {
  .ddl-cursor,
  .ddl-cursor-ring {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    pointer-events: none;
    transform: translate(-50%, -50%);
    will-change: transform;
  }
  .ddl-cursor {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--c1);
    mix-blend-mode: difference;
  }
  .ddl-cursor-ring {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
      width 0.3s ease,
      height 0.3s ease,
      background 0.3s ease,
      border-color 0.3s ease;
  }
  .ddl-cursor-ring span {
    opacity: 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--c5);
    text-transform: uppercase;
    transition: opacity 0.25s ease;
  }
  .ddl-cursor-ring.is-link {
    width: 18px;
    height: 18px;
    background: var(--c1);
    border-color: transparent;
    mix-blend-mode: difference;
  }
  .ddl-cursor-ring.is-view {
    width: 84px;
    height: 84px;
    background: rgba(20, 0, 21, 0.55);
    border-color: rgba(255, 255, 255, 0.5);
  }
  .ddl-cursor-ring.is-view span {
    opacity: 1;
  }
  .ddl-cursor-ring.is-hidden,
  .ddl-cursor.is-hidden {
    opacity: 0;
  }
  body,
  a,
  button,
  input,
  textarea,
  .web-btn {
    cursor: none !important;
  }
}
@media (hover: none), (pointer: coarse) {
  .ddl-cursor,
  .ddl-cursor-ring {
    display: none !important;
  }
}

/* ---------- SMOOTH STICKY HEADER ---------- */
.header {
  transition: top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.header .container {
  transition:
    background 0.45s ease,
    box-shadow 0.45s ease,
    padding 0.45s ease;
}
.header.ddl-sticky {
  position: fixed;
  top: 16px;
}
.header.ddl-sticky .container {
  background: rgba(20, 0, 21, 0.65);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.12);
}
.header.ddl-sticky .header-menu ul li a,
.header.ddl-sticky .site-logo a {
  color: var(--c5);
}
.header.ddl-hide {
  top: -120px;
}

/* ---------- LOGO HOVER ---------- */
.site-logo a {
  transition:
    transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.4s ease;
  display: inline-block;
}
.site-logo a:hover {
  transform: scale(1.06) rotate(-2deg);
  filter: drop-shadow(0 6px 18px rgba(253, 22, 118, 0.35));
}

.header-menu ul li a .ddl-menu-inner {
  display: inline-flex;
  flex-direction: column;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  overflow: hidden;
}
.header-menu ul li a .ddl-menu-inner span:last-child {
  background: linear-gradient(95.301deg, #fd1676 0%, #a055b1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  height: auto;
  position: absolute;
  bottom: -20px;
  transition: all 0.3s ease-in-out;
}
.header-menu ul li a:hover .ddl-menu-inner span:last-child {
  opacity: 1;
  bottom: 0;
  transform: translateY(0px);
}
.header-menu ul li a .ddl-menu-inner span {
  transition: all 0.4s ease-in-out;
}
.header-menu ul li a:hover .ddl-menu-inner span {
  opacity: 0;
  transform: translateY(-20px);
}
.ddl-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  z-index: 100001;
  background: var(--btn-bg);
  will-change: width;
}

/* ---------- BACK TO TOP ---------- */
.ddl-to-top {
  position: fixed;
  right: 26px;
  bottom: 26px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--btn-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px) scale(0.85);
  transition:
    opacity 0.4s ease,
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
    visibility 0.4s;
  box-shadow: 0 10px 26px rgba(253, 22, 118, 0.35);
  border: unset;
}
.ddl-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.ddl-to-top svg {
  width: 18px;
  height: 18px;
  transition: transform 0.35s ease;
}
.ddl-to-top:hover svg {
  transform: translateY(-3px);
}

/* ---------- WHATSAPP BUTTON ---------- */
.ddl-whatsapp {
  position: fixed;
  left: 26px;
  bottom: 26px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9998;
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.4);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ddl-whatsapp:hover {
  transform: scale(1.1);
}
.ddl-whatsapp svg {
  width: 28px;
  height: 28px;
}
.ddl-whatsapp::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25d366;
  opacity: 0.55;
  animation: ddlWaPulse 2.2s ease-out infinite;
  z-index: -1;
}
@keyframes ddlWaPulse {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .web-btn .icon svg {
    width: 10px;
  }
  .ddl-to-top {
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: 44px;
  }
  .ddl-whatsapp {
    left: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
  }
}

/* ============================================================
   INNER PAGE COMPONENTS (About / Contact / future pages)
   ============================================================ */

/* ---------- INNER PAGE HERO ---------- */
.page-hero {
  position: relative;
  padding: 220px 0 100px;
  overflow: hidden;
}
.page-hero .bg-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}
.page-hero-content {
  position: relative;
  z-index: 2;
}
.page-hero .breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: var(--space-20);
}
.page-hero .breadcrumb-nav a {
  color: var(--c6);
  font-size: var(--fs-16);
  transition: color 0.3s ease;
}
.page-hero .breadcrumb-nav a:hover {
  color: var(--c5);
}
.page-hero .breadcrumb-nav span {
  color: var(--c1);
  font-size: var(--fs-16);
}

/* ---------- STAT COUNTERS ---------- */
.stat-item {
  text-align: center;
  padding: var(--space-32) var(--space-20);
  border-radius: var(--space-24);
  background: var(--sec-bg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
    background 0.4s ease;
}
.stat-item:hover {
  transform: translateY(-8px);
  background: var(--c8);
}
.stat-item h3 {
  font-family: var(--f1);
  font-size: var(--fs-56);
  background: var(--btn-bg);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: var(--space-8);
}
.stat-item span {
  font-size: var(--fs-16);
  color: var(--c6);
}

/* ---------- VALUE CARDS ---------- */
.value-card {
  position: relative;
  padding: var(--space-40) var(--space-32);
  border-radius: var(--space-24);
  background: var(--sec-bg);
  height: 100%;
  transition:
    transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.45s ease;
  border: 1px solid var(--c7);
}
.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgb(173 166 166 / 12%);
}
.value-card .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--btn-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-24);
  transition: transform 0.4s ease;
}
.value-card:hover .icon {
  transform: rotate(-8deg) scale(1.08);
}
.value-card h4 {
  color: var(--c5);
  font-size: var(--fs-24);
  margin-bottom: var(--space-12);
}
.value-card p {
  color: var(--c6);
  margin: 0;
}

/* ---------- TEAM CARDS ---------- */
.team-card {
  position: relative;
  border-radius: var(--space-24);
  overflow: hidden;
  background: var(--c7);
  padding: var(--space-32) var(--space-24);
  text-align: center;
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.team-card:hover {
  transform: translateY(-8px);
}
.team-card .avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin: 0 auto var(--space-20);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--btn-bg);
  color: var(--c5);
  font-family: var(--f1);
  font-size: var(--fs-32);
}
.team-card h4 {
  color: var(--c5);
  font-size: var(--fs-20);
  margin-bottom: 4px;
}
.team-card span {
  color: var(--c1);
  font-size: var(--fs-14);
}

/* ---------- CONTACT INFO CARDS ---------- */
.contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: var(--space-20);
  padding: var(--space-32);
  border-radius: var(--space-24);
  background: var(--c5);
  height: 100%;
  transition: all 0.6s ease-in-out;
  box-shadow: inset -4px -6px 10px var(--c6);
}
.contact-info-card:hover {
  transform: translateY(-12px) !important;
}
.contact-info-card .icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 50%;
  background: var(--btn-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info-card .icon svg {
  width: 22px;
  height: 22px;
}
.contact-info-card h4 {
  color: var(--c4);
  font-size: var(--fs-20);
  margin-bottom: 6px;
}
.contact-info-card p,
.contact-info-card a {
  color: var(--c6);
  margin: 0;
  font-size: var(--fs-16);
}
.contact-info-card a:hover {
  color: var(--c1) !important;
}

/* ---------- SCROLL REVEALS ---------- */
[data-ddl-reveal],
.ddl-reveal-item {
  opacity: 0;
}

/* ---------- 3D TILT ---------- */
[data-tilt],
.process-item,
.package-item {
  transform-style: preserve-3d;
  will-change: transform;
}

/* ---------- SHOWCASE ROW (Real products section) ---------- */
.showcase-row {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.showcase-stack {
  position: relative;
  width: min(980px, 100%);
  padding-top: 40px;
}
.showcase-browser {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 92%;
  height: 90px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f4eef7 0%, #e7ddef 100%);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.showcase-browser.layer-3 {
  top: -30px;
  width: 84%;
  height: 70px;
  opacity: 0.6;
}
.showcase-browser.layer-2 {
  top: -10px;
  width: 88%;
  opacity: 0.85;
}
.showcase-card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-32);
  background: var(--c5);
  border-radius: var(--space-28);
  padding: var(--space-72) var(--space-32);
  overflow: hidden;
  perspective: 1200px;
}
.showcase-card-left {
  position: relative;
  z-index: 2;
  flex: 1 1 320px;
}
.showcase-card-right {
  position: relative;
  z-index: 2;
  flex: 1 1 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 320px;
}
.phone-mock {
  position: absolute;
  width: 240px;
  height: 380px;
  border-radius: 28px;
  background: #0e0e12;
  border: 6px solid #1c1c22;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.45);
  padding: 14px;
  transform-style: preserve-3d;
}
.phone-mock-back {
  transform: translate(46px, -18px) rotate(6deg);
  opacity: 0.85;
  z-index: 1;
}
.phone-mock-front {
  transform: translate(-46px, 18px) rotate(-6deg);
  z-index: 2;
}
.phone-notch {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 6px;
  border-radius: 6px;
  background: #000;
}
.phone-screen {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  padding: 20px 14px;
  color: var(--c5);
}
.phone-screen-gold {
  background: linear-gradient(160deg, #f5b942 0%, #d9781f 100%);
}
.phone-screen-dark {
  background: linear-gradient(160deg, #1a1a22 0%, #0b0b10 100%);
}
.phone-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  opacity: 0.85;
  margin-bottom: 14px;
}
.phone-screen-gold h4 {
  font-family: var(--f1);
  font-size: 22px;
  margin-bottom: 12px;
}
.phone-chip {
  display: inline-block;
  font-size: 10px;
  padding: 4px 10px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.25);
  margin-bottom: 14px;
}
.phone-chip.light {
  background: rgba(255, 255, 255, 0.25);
}
.phone-avatars {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
}
.phone-avatars span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
}
.phone-line {
  height: 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 8px;
}
.phone-line.short {
  width: 60%;
}
.phone-qr {
  width: 46px;
  height: 46px;
  margin-top: 6px;
  border-radius: 6px;
  background: repeating-conic-gradient(#fff 0% 25%, transparent 0% 50%) 50% /
    10px 10px;
}
.ddl-preloader-visual {
  position: absolute;
  width: min(70vw, 420px);
  height: min(70vw, 420px);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 99998;
}
.ddl-preloader-ring {
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.showcase-section.overlay::after {
  opacity: 12%;
  filter: blur(260px);
  width: 1200px;
  height: 620px;
}
.showcase-section {
  overflow: hidden;
}
.showcase-pin-wrap {
  position: relative;
  width: 100%;
  padding: 60px 0 20px;
}
.showcase-track {
  display: flex;
  width: 300%;
  will-change: transform;
}
.showcase-slide {
  width: 100%;
  flex: 0 0 33.3333%;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
.showcase-slide .showcase-card {
  width: min(1280px, 100%);
}
.browser-mock {
  width: min(390px, 100%);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.116);
}
.browser-bar {
  display: flex;
  gap: 6px;
  padding: 12px 14px;
  background: #ececec;
}
.browser-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d2d2d2;
}
.browser-bar span:nth-child(1) {
  background: #ff5f57;
}
.browser-bar span:nth-child(2) {
  background: #febc2e;
}
.browser-bar span:nth-child(3) {
  background: #28c840;
}
.browser-body {
  padding: 10px;
  background: linear-gradient(160deg, #fdf0f8 0%, #f3e6fb 100%);
}
.browser-chart {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 400px;
  margin-bottom: 18px;
}
.browser-chart .bar {
  flex: 1;
  border-radius: 6px 6px 0 0;
  background: var(--btn-bg);
  opacity: 0.85;
}
.browser-line {
  height: 8px;
  border-radius: 8px;
  background: rgba(30, 30, 30, 0.12);
  margin-bottom: 10px;
}
.browser-line.short {
  width: 55%;
}
.brand-mock {
  width: min(360px, 100%);
  padding: 32px;
  border-radius: 20px;
  background: linear-gradient(160deg, #2a0a30 0%, #1c001d 100%);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}
.brand-mark {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: var(--btn-bg);
  color: var(--c5);
  font-family: var(--f1);
  font-weight: 700;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.brand-swatches {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
}
.brand-swatches span {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-block;
}
.brand-mock .browser-line {
  background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 991px) {
  .showcase-pin-wrap {
    padding: 20px 0;
  }
  .showcase-track {
    display: block;
    width: 100%;
    transform: none !important;
  }
  .showcase-slide {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 12px;
  }
  .showcase-dots {
    display: none;
  }
}
.banner .banner_head h1,
.banner .banner_head p,
.banner .banner_head .banner-btn {
  will-change: transform, opacity;
}
.banner-content-img {
  will-change: transform;
}
.banner-bg img {
  will-change: transform;
  transform: scale(1.15);
}
.ddl-fade-up {
  will-change: transform, opacity;
}
@keyframes ddlFloatA {
  0%,
  100% {
    transform: translate(-46px, 18px) rotate(-6deg);
  }
  50% {
    transform: translate(-46px, 4px) rotate(-6deg);
  }
}
@keyframes ddlFloatB {
  0%,
  100% {
    transform: translate(46px, -18px) rotate(6deg);
  }
  50% {
    transform: translate(46px, -30px) rotate(6deg);
  }
}
@keyframes ddlFloatC {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.phone-mock-front {
  animation: ddlFloatA 3.2s ease-in-out infinite;
}
.phone-mock-back {
  animation: ddlFloatB 3.6s ease-in-out infinite;
}
.browser-mock,
.brand-mock {
  animation: ddlFloatC 4s ease-in-out infinite;
}

body.services .ban-logo,
body.about-us .ban-logo {
  padding-top: var(--space-32);
}

/* =========================================================
   INNER PAGES ADDITIONS Ã¢â‚¬â€ Work, Services, Pricing, FAQ, Testimonials
   ========================================================= */

/* ---------- SECTION HEAD (reused across inner pages) ---------- */
.section-head-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: var(--fs-14);
  color: var(--c5);
  margin-bottom: var(--space-16);
}
.section-head-badge.dark {
  color: var(--c4);
  border-color: rgba(30, 30, 30, 0.15);
}
.section-head-badge span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--btn-bg);
  display: inline-block;
}

/* ---------- ICON BOX (services overview / feature grid) ---------- */
.icon-box-card {
  position: relative;
  height: 100%;
  padding: var(--space-40) var(--space-32);
  border-radius: var(--space-24);
  background: var(--sec-bg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition:
    transform 0.5s ease,
    border-color 0.4s ease;
}
.icon-box-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--btn-bg);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}
.icon-box-card:hover::before {
  opacity: 1;
}
.icon-box-card:hover {
  border-color: transparent;
  transform: translateY(-8px);
}
.icon-box-card > * {
  position: relative;
  z-index: 1;
}
.icon-box-card .icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: var(--btn-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-24);
  transition: transform 0.4s ease;
}
.icon-box-card:hover .icon {
  background: rgba(255, 255, 255, 0.18);
  transform: rotate(-8deg) scale(1.05);
}
.icon-box-card h4 {
  color: var(--c5);
  font-size: var(--fs-24);
  margin-bottom: var(--space-12);
}
.icon-box-card p {
  color: var(--c6);
  font-size: var(--fs-16);
  line-height: 1.7;
  margin-bottom: var(--space-20);
}
.icon-box-card:hover p,
.icon-box-card:hover h4 {
  color: var(--c5);
}
.icon-box-card .box-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--c5);
  font-family: var(--f1);
  font-weight: 600;
  font-size: var(--fs-16);
}
.icon-box-card .box-link svg {
  transition: transform 0.35s ease;
}
.icon-box-card:hover .box-link svg {
  transform: translate(4px, -4px);
}

/* ---------- WORK / PORTFOLIO GRID ---------- */
.work-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  border: none !important;
}
.work-filter-tabs .nav-link {
  border-radius: 40px;
  padding: 10px 22px;
  font-size: var(--fs-16);
  font-family: var(--f1);
  color: var(--c4);
  background: transparent;
  border: 1px solid rgb(0 0 0 / 18%);
}
.work-filter-tabs .nav-link.active {
  background: var(--btn-bg);
  color: var(--c5) !important;
  border-color: transparent;
}
.work-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-24);
}
.work-img {
  position: relative;
  display: block;
  border-radius: var(--space-20);
  overflow: hidden;
  aspect-ratio: 4/3.4;
  cursor: pointer;
}
.work-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.work-img:hover img {
  transform: scale(1.08);
}
.work-img .work-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(15, 0, 20, 0.88) 0%,
    rgba(15, 0, 20, 0) 55%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--space-28);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.work-img:hover .work-overlay {
  opacity: 1;
}
.work-img .work-overlay span {
  color: var(--c6);
  font-size: var(--fs-14);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.work-img .work-overlay h4 {
  color: var(--c5);
  font-size: var(--fs-24);
}

/* ---------- FAQ / ACCORDION ---------- */
.ddl-accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgb(0 0 0 / 14%);
  margin-bottom: var(--space-16);
}
.ddl-accordion .accordion-button {
  background: transparent;
  color: var(--c4);
  font-family: var(--f1);
  font-size: var(--fs-20);
  font-weight: 600;
  padding: var(--space-24) 0;
  box-shadow: none !important;
}
.ddl-accordion .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 46px;
  color: var(--c1);
  font-weight: 400;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s ease;
}
.ddl-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}
.ddl-accordion .accordion-body {
  padding: 0 var(--space-28) var(--space-28);
  color: var(--c4);
  font-size: var(--fs-16);
  line-height: 1.8;
}

/* ---------- SERVICE DETAIL PAGES ---------- */
.service-detail-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-40);
}
.feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-20);
  margin: var(--space-32) 0;
}
.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: var(--fs-16);
  line-height: 1.6;
}
.feature-list li .tick {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--btn-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-band {
  border-radius: var(--space-28);
  background: var(--btn-bg);
  padding: var(--space-64) var(--space-40);
  text-align: center;
}
.cta-band h2,
.cta-band p {
  color: var(--c5);
}
.related-service-card {
  display: block;
  padding: var(--space-32);
  border-radius: var(--space-20);
  background: var(--sec-bg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    transform 0.4s ease,
    background 0.4s ease;
}
.related-service-card:hover {
  transform: translateY(-6px);
  background: var(--btn-bg);
}
.related-service-card span {
  color: var(--c6);
  font-size: var(--fs-14);
}
.related-service-card:hover span {
  color: rgba(255, 255, 255, 0.85);
}
.related-service-card h4 {
  color: var(--c5);
  margin-top: 8px;
  font-size: var(--fs-20);
}

@media (max-width: 991px) {
  .work-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .work-gallery {
    grid-template-columns: 1fr;
  }
}

body.services .process-item * {
  color: var(--c5) !important;
}
body.services .process-line .line {
  background: var(--c5);
}
.ddl-burger {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-left: 10px;
  cursor: pointer;
  flex-shrink: 0;
}
.ddl-burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}
.ddl-burger.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.ddl-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.ddl-burger.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.ddl-mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: min(340px, 84vw);
  height: 100vh;
  background: var(--footer-bg);
  z-index: 100050;
  padding: 24px 22px 30px;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}
.ddl-mobile-nav.is-open {
  transform: translateX(0);
}
.ddl-mobile-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.ddl-mobile-nav-head .site-logo a {
  width: auto;
}
.ddl-mobile-nav-head .site-logo img {
  height: 32px;
  width: auto;
}
.ddl-mobile-close {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ddl-mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ddl-mobile-nav-links li a {
  display: block;
  padding: 14px 4px;
  font-family: var(--f1);
  font-size: var(--fs-18);
  color: var(--c5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ddl-mobile-nav-links li a:hover {
  color: var(--c1) !important;
}
.ddl-mobile-nav-btn {
  margin-top: 24px;
}
.ddl-mobile-nav-btn .web-btn {
  width: 100%;
}
.ddl-mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
  z-index: 100040;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s;
}
.ddl-mobile-nav-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
html.ddl-nav-open,
html.ddl-nav-open body {
  overflow: hidden;
}

.footer-bottom ul li a {
    font-size: var(--fs-18);
}
li.terms-item h3 {
  font-size: var(--space-36);
  font-family: var(--font-secondary);
  margin-bottom: var(--space-20);
}
li.terms-item ul li {
  list-style: auto;
  margin-left: 30px;
  font-size: var(--space-16);
  margin-bottom: 12px;
  color: var(--c9);
}
li.terms-item p {
  margin-bottom: 12px;
}
li.terms-item a {
    color: var(--c2);
    transition: all .5s ease-in-out;
}
li.terms-item a:hover {
    color: var(--c1) !important;
}