@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@400;500;600;700;800&display=swap');

:root {
  --bg-color: #18191b;
  --theme-color: #0e0f11;
  --main-color: #d0ff71; }

/* --------------- Menu --------------- */
.navbar {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  z-index: 9999999; }
  .navbar.nav-scroll {
    padding: 0;
    position: fixed;
    top: -80px;
    padding: 15px 0;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); }
  .navbar .logo {
    padding: 7px 15px; }
  .navbar .navbar-nav {
    padding: 2px 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    margin-left: 15px; }
    .navbar .navbar-nav .nav-link {
      padding: 5px 20px;
      border-radius: 30px;
      font-size: 14px;
      color: #fff; }
      .navbar .navbar-nav .nav-link.active {
        background: rgba(255, 255, 255, 0.1); }
  .navbar .topnav .butn {
    padding: 7px 20px;
    background: #fff;
    color: #1d1d1d;
    margin-right: 15px; }

/* --------------- hero section --------------- */
.hero-section {
  position: relative;
  height: 62.5vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-background img,
.hero-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: right;
  color: #fff;
  width: 50%;
  margin-left: 40%;
  padding-right: 60px;
  padding-left: 40px;
}

.hero-content h1 {
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -3px;
  line-height: 1.2;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.hero-content h3 {
  font-family: "Fustat", "Inter", sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  margin: 20px 0 12px 0;
  position: relative;
  z-index: 3;
  text-align: right;
  word-break: normal;
  overflow-wrap: break-word;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  margin-top: 16px;
  position: relative;
  z-index: 3;
  justify-content: flex-end;
}

.hero-buttons .butn {
  padding: 12px 25px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-buttons .butn:first-child {
  background: #fff;
  color: #1d1d1d;
  border: 1px solid #fff;
}

.hero-buttons .butn:first-child:hover {
  background: var(--main-color);
  border-color: var(--main-color);
}

.hero-buttons .butn.butn-bord {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-buttons .butn.butn-bord:hover {
  background: #fff;
  color: #1d1d1d;
  border-color: #fff;
}

.hero-buttons .butn .icon {
  width: 18px;
}

.hero-buttons .butn:hover .icon.invert img {
  filter: invert(0);
}

.floating-shapes {
  position: absolute;
  top: 0;
  left: 40%;
  width: 60%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

/* Responsive floating shapes positioning */
@media screen and (max-width: 1200px) {
  .floating-shapes {
    left: 35%;
    width: 65%;
  }
}

@media screen and (max-width: 992px) {
  .floating-shapes {
    left: 30%;
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .floating-shapes {
    left: 45%;
    width: 55%;
    opacity: 1;
  }
}

.floating-shape {
  position: absolute;
  opacity: 0.8;
  object-fit: contain;
  --cursor-x: 0px;
  --cursor-y: 0px;
  transform: translate(var(--cursor-x), var(--cursor-y));
  transition: transform 0.2s ease-out;
}

.shape-1 {
  width: 360px;
  top: 8%;
  left: 8%;
  animation: float1 4s ease-in-out infinite;
}

.shape-2 {
  width: 300px;
  top: 5%;
  right: 8%;
  animation: float2 3.5s ease-in-out infinite;
}

.shape-3 {
  width: 280px;
  bottom: 10%;
  left: 3%;
  animation: float3 4.5s ease-in-out infinite;
}

.shape-4 {
  width: 400px;
  top: 40%;
  left: 18%;
  animation: float4 3s ease-in-out infinite;
}

.shape-5 {
  width: 320px;
  bottom: 15%;
  right: 2%;
  animation: float5 4.2s ease-in-out infinite;
}

.shape-6 {
  width: 290px;
  top: 25%;
  right: 18%;
  animation: float6 3.8s ease-in-out infinite;
}

.shape-7 {
  width: 270px;
  top: 60%;
  left: 28%;
  animation: float7 3.2s ease-in-out infinite;
}

.shape-8 {
  width: 380px;
  bottom: 30%;
  right: 8%;
  animation: float8 4.8s ease-in-out infinite;
}

.shape-9 {
  width: 310px;
  top: 75%;
  right: 23%;
  animation: float9 3.6s ease-in-out infinite;
}

/* Responsive sizing */
@media screen and (max-width: 1200px) {
  .shape-1 { width: 280px; }
  .shape-2 { width: 240px; }
  .shape-3 { width: 220px; }
  .shape-4 { width: 320px; }
  .shape-5 { width: 260px; }
  .shape-6 { width: 230px; }
  .shape-7 { width: 210px; }
  .shape-8 { width: 300px; }
  .shape-9 { width: 250px; }
}

@media screen and (max-width: 992px) {
  .shape-1 { width: 200px; }
  .shape-2 { width: 170px; }
  .shape-3 { width: 160px; }
  .shape-4 { width: 230px; }
  .shape-5 { width: 180px; }
  .shape-6 { width: 165px; }
  .shape-7 { width: 150px; }
  .shape-8 { width: 220px; }
  .shape-9 { width: 175px; }
}

@media screen and (max-width: 768px) {
  .floating-shape {
    opacity: 1 !important; /* Increase opacity for better visibility on mobile */
  }
  .shape-1 { width: 120px; }
  .shape-2 { width: 100px; }
  .shape-3 { width: 95px; }
  .shape-4 { width: 140px; }
  .shape-5 { width: 110px; }
  .shape-6 { width: 105px; }
  .shape-7 { width: 90px; }
  .shape-8 { width: 130px; }
  .shape-9 { width: 115px; }
}

@keyframes float1 {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

@keyframes float2 {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(8px); }
}

@keyframes float3 {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
}

@keyframes float4 {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(6px); }
}

@keyframes float5 {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
}

@keyframes float6 {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(10px); }
}

@keyframes float7 {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
}

@keyframes float8 {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(12px); }
}

@keyframes float9 {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-9px); }
}

/* --------------- Intro (base overridden below) --------------- */

/* --------------- Awards --------------- */
.intro-vid .bg-img {
  height: 580px;
  border-radius: 30px;
  margin-top: -140px;
  position: relative; }
  .intro-vid .bg-img .states {
    position: absolute;
    top: -120px;
    left: 30px;
    background: var(--theme-color);
    padding: 60px 40px;
    border-radius: 30%;
    max-width: 300px;
    z-index: 3; }
    .intro-vid .bg-img .states .imgs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .intro-vid .bg-img .states .imgs .img {
        width: 47px;
        height: 47px;
        border-radius: 50%;
        border: 2px solid var(--bg-color); }
      .intro-vid .bg-img .states .imgs .icon {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: var(--main-color);
        text-align: center;
        line-height: 40px;
        margin-left: -10px;
        z-index: -1;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
        .intro-vid .bg-img .states .imgs .icon img {
          width: 15px;
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
  .intro-vid .bg-img .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .intro-vid .bg-img .play-button a {
      width: 120px;
      height: 120px;
      line-height: 120px;
      font-size: 40px;
      text-align: center;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.7);
      background: rgba(255, 255, 255, 0.1); }

/* --------------- Works --------------- */
.works-dm .sec-head {
  padding-left: 100px; }

.works-dm .item {
  margin-top: 80px; }
  .works-dm .item:hover .img .tags {
    opacity: 1; }
  .works-dm .item .img {
    overflow: hidden;
    border-radius: 15px;
    position: relative; }
    .works-dm .item .img .tags {
      position: absolute;
      bottom: 15px;
      left: 20px;
      opacity: 0;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .works-dm .item .img .tags a {
        padding: 7px 15px;
        background: #fff;
        border-radius: 30px;
        color: var(--theme-color);
        font-size: 14px;
        margin: 0 -5px; }
        .works-dm .item .img .tags a:hover {
          background: var(--main-color); }
      .works-dm .item .img .tags.colorful a {
        background: var(--main-color); }
  .works-dm .item .info {
    font-size: 14px; }
    .works-dm .item .info .dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #fff;
      margin: 0 10px; }

/* --------------- Services --------------- */
.services-dm {
  position: relative;
  z-index: 3;
  padding-bottom: 40px !important; }
  .services-dm .img-patern {
    position: absolute;
    bottom: 10%;
    left: -15%;
    width: 30%;
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: .07;
    z-index: -1; }
  .services-dm .item {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .services-dm .item:last-of-type {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .services-dm .item .title h2 {
    font-size: 100px;
    letter-spacing: -4px;
    white-space: nowrap; }
    .services-dm .item p {
      opacity: 0;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      margin-left: 20px; }
    .services-dm .item .icon {
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      margin-left: 20px;
      flex-shrink: 0; }
      .services-dm .item .icon img {
        width: 30px; }
    .services-dm .item:hover .title {
      margin-bottom: 0;
      color: var(--main-color); }
    .services-dm .item:hover p {
      opacity: 1; }

.numbers-dm .item h2 {
  font-size: 120px;
  font-weight: 200; }
  .numbers-dm .item h2 span {
    font-size: 50px; }

.numbers-dm .item h6 {
  font-size: 18px; }

/* --------------- Services Custom --------------- */
.services-cst {
  position: relative;
  z-index: 3; }
  .services-cst .sub-head:after {
    background: #aaa !important; }
  .services-cst .img-patern {
    position: absolute;
    bottom: 10%;
    left: -15%;
    width: 30%;
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: .07;
    z-index: -1; }
  .services-cst .item {
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative; }
    .services-cst .item > div {
      width: 100%; }
    .services-cst .item h6 {
      font-size: 18px; }
    .services-cst .item .title {
      text-align: center;
      position: relative; }
      .services-cst .item .title h2 {
        font-size: 90px;
        font-weight: 500;
        white-space: nowrap;
        line-height: 1;
        letter-spacing: -4px; }
      .services-cst .item .title .list {
        opacity: 0;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s; }
        .services-cst .item .title .list span {
          padding: 7px 12px;
          background: var(--main-color);
          border-radius: 30px;
          position: absolute;
          font-size: 14px;
          color: var(--theme-color);
          opacity: 0;
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
          .services-cst .item .title .list span:nth-of-type(1) {
            top: 0;
            left: 15%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
          .services-cst .item .title .list span:nth-of-type(2) {
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            -webkit-transition-delay: .2s;
            -o-transition-delay: .2s;
            transition-delay: .2s; }
          .services-cst .item .title .list span:nth-of-type(3) {
            bottom: 0;
            right: 15%;
            -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
            transform: translateY(50%);
            -webkit-transition-delay: .4s;
            -o-transition-delay: .4s;
            transition-delay: .4s; }
          .services-cst .item .title .list span:nth-of-type(4) {
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%) translateX(50%);
            -ms-transform: translateY(-50%) translateX(50%);
            transform: translateY(-50%) translateX(50%);
            -webkit-transition-delay: .5s;
            -o-transition-delay: .5s;
            transition-delay: .5s; }
    .services-cst .item p {
      opacity: 0;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .services-cst .item .icon {
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      display: inline-block;
      position: relative; }
      .services-cst .item .icon .arrow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: var(--main-color);
        overflow: hidden;
        opacity: 0 !important;
        display: none !important; }
        .services-cst .item .icon .arrow img {
          width: 25px;
          -webkit-transform: translateX(-30px) translateY(30px);
          -ms-transform: translateX(-30px) translateY(30px);
          transform: translateX(-30px) translateY(30px);
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
      .services-cst .item .icon img {
        width: 30px; }
    .services-cst .item:hover .title .list {
      opacity: 1; }
      .services-cst .item:hover .title .list span {
        opacity: 1; }
    .services-cst .item:hover .icon .arrow {
      opacity: 0 !important; }
      .services-cst .item:hover .icon .arrow img {
        -webkit-transform: translateX(-30px) translateY(30px);
        -ms-transform: translateX(-30px) translateY(30px);
        transform: translateX(0) translateY(0); }

/* --------------- Custom Section --------------- */
.custom-section {
  position: relative;
  background: #0a0a0a; }
  .custom-section .sec-head h6 {
    color: #999; }
  .custom-section .sec-head h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 1.2; }
  .custom-section .text p {
    color: #ccc;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px; }
  .custom-section .img {
    border-radius: 15px;
    overflow: hidden; }
    .custom-section .img img {
      width: 100%;
      height: 400px;
      object-fit: cover; }

/* --------------- Footer Updates --------------- */
.footer-sa {
  padding-top: 80px !important;
  padding-bottom: 40px !important; }
.footer-sa .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
.footer-sa .sec-head {
  margin-bottom: 40px !important; }
.footer-sa .contact-info .item {
  margin-bottom: 0; }
  .footer-sa .contact-info .item .social-icon {
    margin-top: 15px; }
    .footer-sa .contact-info .item .social-icon a {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      transition: all 0.3s ease; }
      .footer-sa .contact-info .item .social-icon a:hover {
        background: var(--main-color);
        border-color: var(--main-color); }
        .footer-sa .contact-info .item .social-icon a:hover i {
          color: var(--theme-color); }
      .footer-sa .contact-info .item .social-icon a i {
        font-size: 18px;
        color: #fff;
        transition: all 0.3s ease; }
.footer-sa .sub-footer {
  padding-top: 20px !important; }
.footer-sa .sub-footer .container {
  padding-top: 40px !important; }

/* --------------- Intro Section --------------- */

.intro-dm {
  position: relative;
  height: 82vh;
  overflow: hidden;
  padding: 0 !important;
  border-radius: 30px !important;
  margin: 40px auto !important;
  max-width: calc(100% - 40px);
}

/* Full-bleed background image */
.intro-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.intro-background .intro-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% center;
  display: block;
  transform: scale(1);
  transform-origin: center;
}
.intro-main-image-mobile {
  display: none;
}

/* Purple gradient overlay — right side on desktop */
.intro-gradient-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(228, 201, 232, 0.80) 20%,
    rgba(182, 116, 192, 0.92) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* ---- Decorative holographic shapes ---- */
.intro-decorative-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.intro-shape {
  position: absolute;
  opacity: 0.7;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.intro-heart-1  { width: 55px; top: 6%;  left: 48%;  animation: float1 4s ease-in-out infinite; }
.intro-heart-2  { width: 50px; bottom: 8%; right: 4%; transform: rotate(-34deg); animation: float2 5s ease-in-out infinite; }
.intro-smile-1  { width: 48px; top: 28%; left: 64%;  animation: float3 4.5s ease-in-out infinite; }
.intro-smile-2  { width: 48px; top: 5%;  right: 8%; animation: float4 5.5s ease-in-out infinite; }
.intro-star-1   { width: 90px; top: 3%;  right: 22%; animation: float5 6s ease-in-out infinite; }
.intro-star-2   { width: 50px; bottom: 12%; left: 58%;  animation: float6 4.2s ease-in-out infinite; }
.intro-star-3   { width: 55px; bottom: 22%; right: 16%; animation: float7 5.8s ease-in-out infinite; }

/* ---- Right-side content block (desktop) ---- */
.intro-content {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 42%;
  z-index: 5;
  padding: 40px 50px 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intro-heading {
  font-family: "Fustat", "Inter", sans-serif !important;
  font-weight: 700;
  font-size: clamp(32px, 4.2vw, 72px);
  letter-spacing: -1px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 24px;
}

.chameleon-text {
  color: #fff;
}

.intro-text {
  font-family: "Inter", "Arial", sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 28px;
}

.highlight-name {
  color: #d0ff71;
  font-weight: 900;
}

/* CTA button — uses default .crv-butn green style */
.intro-cta {
  align-self: flex-start;
}

/* Match intro CTA text style with portfolio CTA */
.intro-cta .text {
  font-family: "Fustat", "Inter", sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
}

/* Match about CTA text style with portfolio CTA */
.about-cta-wrap .crv-butn .text {
  font-family: "Fustat", "Inter", sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
}

/* ========== Intro responsive ========== */

@media screen and (max-width: 1200px) {
  .intro-content {
    width: 46%;
    padding: 30px 40px 30px 24px;
  }
  .intro-gradient-overlay { width: 58%; }
}

@media screen and (max-width: 992px) {
  .intro-dm {
    height: 65vh;
    border-radius: 20px !important;
  }
  .intro-content {
    width: 50%;
    padding: 24px 28px 24px 20px;
  }
  .intro-gradient-overlay { width: 60%; }
  .intro-background .intro-main-image { object-position: 25% center; }
  .intro-shape { transform: scale(0.75); }
}

/* ---- Mobile: stacked layout (text top → image → button bottom) ---- */
@media screen and (max-width: 768px) {
  .intro-dm {
    height: auto;
    min-height: 75vh;
    overflow: hidden;
    border-radius: 15px !important;
    margin: 20px auto !important;
    max-width: calc(100% - 20px);
  }

  /* Image: flows after text */
  .intro-background {
    position: absolute;
    top: 13%;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .intro-main-image-desktop {
    display: none !important;
  }
  .intro-main-image-mobile {
    display: block !important;
  }
  .intro-background .intro-main-image {
    object-position: -2% center;
    transform: scale(1.1);
  }

  /* Gradient: solid for first 20%, then fades to transparent */
  .intro-gradient-overlay {
    width: 100%;
    height: 60%;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
      180deg,
      rgba(182, 116, 192, 1) 0%,
      rgba(182, 116, 192, 1) 20%,
      rgba(182, 116, 192, 0) 100%
    );
  }

  /* Text block positioned at top */
  .intro-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    transform: none;
    padding: 24px 20px;
    padding-top: 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .intro-heading {
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .intro-text {
    font-family: "Inter", "Arial", sans-serif;
    font-size: 1.05rem;
    margin-bottom: 16px;
  }

  /* Button pushed to the very bottom */
  .intro-cta {
    margin-top: auto;
    margin-bottom: 20px;
  }

  .intro-decorative-shapes { display: none; }
  .intro-shape { transform: scale(0.55); }
}

@media screen and (max-width: 480px) {
  .intro-dm {
    min-height: 70vh;
  }

  .intro-content {
    padding: 18px 16px;
    padding-top: 40px;
  }

  .intro-heading {
    font-size: clamp(24px, 8vw, 36px);
  }

  .intro-background .intro-main-image {
    object-position: 0% center;
    transform: scale(1.15);
  }

  .intro-shape { transform: scale(0.4); opacity: 0.5; }
}

@media screen and (max-width: 360px) {
  .intro-content {
    padding: 14px 12px;
    padding-top: 36px;
  }
  .intro-heading {
    font-size: clamp(22px, 7.5vw, 32px);
  }
}

/* --------------- Section Padding Consistency --------------- */
.works-dm {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }
.services-cst {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }
.intro-vid {
  padding-top: 200px !important;
  padding-bottom: 80px !important; }
.testimonials-dm {
  padding-top: 80px !important;
  padding-bottom: 40px !important; }
.contact-pg {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  background: #0a0a0a; }
.custom-section {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

/* --------------- Contact Section --------------- */
.contact-pg {
  background: linear-gradient(to left, rgb(207, 184, 209), rgb(128, 186, 240)) !important;
  border-radius: 30px !important;
  margin: 40px auto !important;
  max-width: calc(100% - 40px);
  position: relative;
  overflow: hidden;
}
  .contact-pg .sec-head h2 {
    font-family: "Fustat", "Inter", sans-serif;
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: #fff; }
  .contact-pg .sec-head h3.text-indent {
    font-family: "Fustat", "Inter", sans-serif;
    font-size: 48px;
    font-weight: 600;
    text-transform: none;
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: #fff; }
    .contact-pg .sec-head h2 .fw-200 {
      font-weight: 400; }
  .contact-pg .sec-head p {
    font-family: "Fustat", "Inter", sans-serif;
    color: #ccc;
    font-size: 16px;
    line-height: 1.6; }
  .contact-pg .morinfo h6 {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .contact-pg .morinfo p {
    color: #fff;
    font-size: 18px; }
  .contact-pg .phone {
    color: var(--main-color); }
    .contact-pg .phone a {
      color: var(--main-color);
      text-decoration: none; }
      .contact-pg .phone a:hover {
        color: #fff; }
  .contact-pg .social-text li a {
    color: #999;
    text-decoration: none;
    transition: all 0.3s ease; }
    .contact-pg .social-text li a:hover {
      color: #fff; }
  .contact-pg .sub-head {
    font-family: "Fustat", "Inter", sans-serif;
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .contact-pg .sub-head .fw-200 {
      font-weight: 400; }
  .contact-pg input,
  .contact-pg textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: #fff;
    padding: 15px 0;
    transition: all 0.4s; }
    .contact-pg input:focus,
    .contact-pg textarea:focus {
      border-color: #fff;
      outline: none; }
  .contact-pg textarea {
    min-height: 180px;
    resize: vertical; }
  .contact-pg .butn {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    transition: all 0.3s ease; }
    .contact-pg .butn:hover {
      background: var(--main-color) !important;
      border-color: var(--main-color) !important; }

/* --------------- Intro Video --------------- */

/* --------------- Clients --------------- */
.clients-dm {
  position: relative;
  margin-top: 20px; }

  .clients-dm .main-marq .slide-har .box {
    align-items: center; }
  .clients-dm .item {
    margin: 0 80px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .clients-dm .item img {
      width: 140px;
      display: block;
      object-fit: contain; }
  .clients-dm .client-logo-invert {
    filter: brightness(0) invert(1);
  }

/* --------------- Testimonials --------------- */
.testimonials-dm {
  overflow: hidden !important; }
  .testimonials-dm .sec-head .states h6 {
    font-size: 16px; }
    .testimonials-dm .sec-head .states h6 i {
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      font-size: 13px;
      border-radius: 50%;
      background: #1a1b1e;
      margin-right: 5px; }
  .testimonials-dm .swiper {
    -webkit-clip-path: inset(-100vw -100vw -100vw -100vw);
    clip-path: inset(-100vw -100vw -100vw -100vw);
    overflow: visible; }
  .testimonials-dm .swiper-wrapper {
    padding-bottom: 60px; }
  .testimonials-dm .item {
    padding: 40px 30px;
    border-radius: 15px;
    background: var(--bg-color); }
    .testimonials-dm .item .fit-img {
      width: 80px;
      height: 80px;
      border-radius: 50%; }
    .testimonials-dm .item span.sub-color {
      font-size: 16px; }
    .testimonials-dm .item .stars {
      color: var(--main-color);
      font-size: 13px; }
  .testimonials-dm .swiper-pagination {
    position: absolute;
    bottom: 0;
    top: auto;
    background: rgba(255, 255, 255, 0.08);
    height: 2px; }
  .testimonials-dm .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fff; }

/* --------------- Awards --------------- */
.awards-sa .item-title {
  padding: 0 15px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .awards-sa .item-title > div {
    padding: 0; }
  .awards-sa .item-title h6 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .7; }

.awards-sa .item-line {
  padding: 25px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 3; }
  .awards-sa .item-line > div {
    padding: 0; }
    .awards-sa .item-line > div:last-of-type {
      text-align: right; }
  .awards-sa .item-line:hover:after {
    height: 100%; }
  .awards-sa .item-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.05);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: -1; }
  .awards-sa .item-line .honors h6 {
    font-size: 14px; }
  .awards-sa .item-line .project-date span {
    font-size: 14px;
    opacity: .7; }

/* --------------- Blogs --------------- */
.blog-sa .item .img {
  height: 470px;
  border-radius: 15px; }

.blog-sa .item .cont .info a {
  font-size: 14px; }

.blog-sa .item .cont .info .date {
  opacity: .5;
  margin-left: 5px; }

/* --------------- Contact --------------- */
.contact-sa .box {
  padding: 120px 60px;
  background-image: url(../imgs/gr-back.png);
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  overflow: hidden; }

.contact-sa .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%; }

.contact-sa .contact-form label {
  font-size: 14px;
  margin-bottom: 5px; }
  .contact-sa .contact-form label .star {
    color: red;
    padding-left: 5px; }

.contact-sa .contact-form input,
.contact-sa .contact-form textarea {
  color: #fff;
  background: transparent;
  width: 100%;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px; }

.contact-sa .contact-form button {
  background: transparent;
  color: #fff; }

/* --------------- footer --------------- */
.footer-sa {
  background: var(--bg-color);
  border-radius: 30px 30px 0 0; }
  .footer-sa .logo {
    width: 160px; }
  .footer-sa .contact-info .item {
    margin-bottom: 50px; }
    .footer-sa .contact-info .item span {
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 10px; }
  .footer-sa .contact-info .social-icon a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 14px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .footer-sa .contact-info .social-icon a:hover {
      border-color: #fff; }
  .footer-sa .sub-footer .copy p {
    font-size: 14px; }
    .footer-sa .sub-footer .copy p a {
      color: #fff; }
  .footer-sa .sub-footer .links {
    width: 100%; }
    .footer-sa .sub-footer .links a {
      font-size: 14px; }
    .footer-sa .sub-footer .links .active {
      color: #fff; }

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  background-color: var(--theme-color); }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin: 0; }

h1 {
  font-size: 64px;
  letter-spacing: -3px; }

h2 {
  font-size: 48px;
  letter-spacing: -3px; }

h3 {
  font-size: 40px;
  letter-spacing: -2px; }

h4 {
  font-size: 36px;
  letter-spacing: -2px; }

h5 {
  font-size: 32px;
  letter-spacing: -1px; }

h6 {
  font-size: 24px; }

.sub-bg {
  background: var(--bg-color); }

.sub-color {
  color: #a4a4a4; }

.sub-head {
  font-size: 20px; }

p {
  font-size: 16px;
  font-weight: 400;
  color: #a4a4a4;
  margin: 0; }

.sec-head .sub-head {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 300; }
  .sec-head .sub-head:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0; }

.text-indent {
  text-indent: 20%; }

/* Remove forced indent for these specific headings */
.testimonials-dm .text-indent,
.contact-pg .text-indent {
  text-indent: 0;
}

.loader-wrap svg {
  fill: #1d1d1d; }

.crv-butn span {
  background: var(--main-color);
  color: #0e0f11; }

.crv-butn .text {
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 30px;
  position: relative; }
  .crv-butn .text:after {
    content: '';
    width: 30px;
    height: 30px;
    background: var(--main-color);
    position: absolute;
    top: 5px;
    right: -15px;
    z-index: -1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }

.crv-butn .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-left: -10px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .crv-butn .icon img {
    width: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }

.crv-butn:hover .text:after {
  border-radius: 50%;
  top: calc(50% - 5px);
  right: 0;
  height: 10px; }

.crv-butn:hover .icon {
  margin-left: 5px; }
  .crv-butn:hover .icon img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3); }
  .butn.butn-bord:hover {
    background: #fff;
    color: #212121; }

.icon.invert img {
  -webkit-filter: invert(1);
  filter: invert(1); }

.butn .icon {
  width: 18px; }

.butn:hover .icon.invert img {
  -webkit-filter: invert(0);
  filter: invert(0); }

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 1200px) {
  .hero-content {
    margin-left: 35%;
    width: 55%;
    padding-right: 40px;
  }
  .hero-content h3 {
    font-size: 42px;
  }
  .hero-buttons .butn {
    padding: 10px 20px;
    font-size: 13px;
  }
}

@media screen and (max-width: 992px) {
  .hero-section {
    height: 45vh; }
  .hero-content {
    margin-left: 26%;
    width: 71%;
    padding-right: 30px;
    padding-left: 20px; }
  .hero-content h1 {
    font-size: 48px;
    letter-spacing: -2px; }
  .hero-content h3 {
    font-size: 36px;
    letter-spacing: 0px; }
  .hero-content h3 .animated-text span {
    margin-right: 0.3em; }
  .hero-content h3 .animated-text span:last-child {
    margin-right: 0; }
  .invisible-spacer {
    display: inline-block !important;
    width: 0.3em !important;
    opacity: 0 !important;
    color: transparent !important;
    background: transparent !important;
    text-shadow: none !important;
    filter: none !important;
    -webkit-text-stroke: 0 !important;
    -webkit-text-fill-color: transparent !important;
    overflow: hidden !important;
    font-size: 0 !important; }
  .hero-buttons {
    gap: 12px;
  }
  .hero-buttons .butn {
    padding: 10px 18px;
    font-size: 13px;
  }
  .sec-head .sub-head {
    margin-bottom: 30px; }
  .text-indent {
    text-indent: inherit; }
  .intro-vid {
    margin-top: 120px; }
  .services-dm .item .title h2 {
    font-size: 80px; }
  .custom-section .sec-head h3 {
    font-size: 36px; }
  .custom-section .img img {
    height: 300px; }
  .services-cst .item .title h2 {
    font-size: 60px; }
  .services-cst .item .title .list span {
    font-size: 13px;
    padding: 6px 10px; }
  .works-dm .sec-head {
    padding-left: 0; }
  .works-dm .gallery,
  .works-dm .items {
    position: static !important;
    height: auto !important; } }

@media screen and (max-width: 768px) {
  #smooth-wrapper,
  #smooth-content {
    overflow-x: hidden;
  }
  .hero-section {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .hero-content {
    width: 280px;
    max-width: 90%;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 8vh;
    left: 50%;
    transform: translate(-50%, 40%);
    z-index: 2;
  }
  .hero-background video,
  .hero-background img {
    object-position: -5% center; /* Moved back 1% from -6% */
    transform: scale(1.17); /* Zoom 17% total on mobile (10% + 7% more) */
  }
  .hero-section .floating-shapes {
    display: none;
  }
  .hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(
      to top,
      rgba(182, 116, 192, 1) 0%,
      rgba(182, 116, 192, 1) 15%,
      rgba(228, 201, 232, 0.75) 50%,
      transparent 100%
    );
    z-index: 1;
    pointer-events: none;
  }
  .hero-content h1 {
    font-size: 40px;
    letter-spacing: -1px; }
  .hero-content h3 {
    font-size: 41px;
    letter-spacing: 0px;
    text-align: center;
    line-height: 1.2;
    word-break: normal;
    overflow-wrap: break-word;
    width: 100%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-content h3 .animated-text span {
    margin-right: 0; }
  .hero-content h3 .animated-text span:last-child {
    margin-right: 0; }
  .invisible-spacer {
    width: 0.15em !important; }
  .hero-buttons {
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
    margin-top: 0;
    transform: translateY(20%);
  }
  .hero-buttons .butn:first-child {
    display: none !important;
  }
  .hero-buttons .butn {
    padding: 6px 13px;
    font-size: 14px;
    min-width: 96px;
  }
  .services-dm .item {
    display: block !important; }
  .services-dm .item .title h2 {
    font-size: 60px;
    margin-bottom: 10px; }
  .custom-section .sec-head h3 {
    font-size: 28px; }
  .custom-section .img img {
    height: 250px; }
  .services-cst .item .title h2 {
    font-size: 40px; }
  .services-cst .item .title .list span {
    font-size: 12px;
    padding: 5px 8px; }
  .intro-vid {
    margin-top: 0; }
    .intro-vid .bg-img .states {
      display: none; }
  .testimonials-dm .sec-head .states .ml-80 {
    margin-left: 15px !important; }
        /* Footer mobile adjustments */
        .footer-sa {
          padding-top: 60px !important;
          padding-bottom: 30px !important; }
  .footer-sa .sec-head {
    margin-bottom: 20px !important; }
  .footer-sa .sec-head .row {
    flex-direction: column-reverse;
    gap: 0; }
  .footer-sa .sec-head .col-lg-6 {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 100%; }
  .footer-sa .sec-head .col-lg-6:first-child {
    margin-top: 12px; }
  .footer-sa .sec-head h3 {
    font-size: 24px;
    line-height: 1.3; }
  .footer-sa .contact-info .item .social-icon {
    margin-top: 12px; }
  .footer-sa .contact-info .item .social-icon a {
    width: 35px;
    height: 35px;
    line-height: 35px; }
    .footer-sa .contact-info .item .social-icon a i {
      font-size: 16px; }
  .footer-sa .sub-footer {
    padding-top: 15px !important; }
  .footer-sa .sub-footer .container {
    padding-top: 30px !important; }
  /* intro-dm: responsive overrides now live in the intro-dm block above */
  /* Contact section mobile adjustments */
  .contact-pg .sec-head h2,
  .contact-pg .sec-head h3.text-indent {
    font-size: 32px; }
  .contact-pg .sec-head.md-mb80 {
    margin-bottom: 32px !important; }
  .contact-pg .full-width.md-mb80 {
    margin-bottom: 32px !important; }
  .contact-pg .sec-head.mb-50 {
    margin-bottom: 24px !important; }
  .contact-pg .morinfo.mt-30 {
    margin-top: 16px !important; }
  .contact-pg .social-text.mt-60 {
    margin-top: 24px !important; }
  .contact-pg .sec-head p.mt-20.mb-20 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .contact-pg .phone {
    font-size: 24px; }
  /* Mobile section padding adjustments */
  .works-dm,
  .services-cst,
  .intro-vid,
  .testimonials-dm,
  .contact-pg,
  .custom-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important; } }

@media screen and (max-width: 480px) {
  .hero-content {
    width: 280px;
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
    left: 50%;
    transform: translate(-50%, 40%);
  }
  .hero-content h3 {
    font-size: 31px;
    line-height: 1.2;
    text-align: center;
    word-break: normal;
    overflow-wrap: break-word;
    margin: 0;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin-top: 0;
    width: 100%;
    transform: translateY(20%);
  }
  .hero-buttons .butn:first-child {
    display: none !important;
  }
  .hero-buttons .butn {
    padding: 5px 11px;
    font-size: 13px;
    min-width: 84px;
    text-align: center;
  }
  .services-cst .item .title h2 {
    font-size: 32px; }
  .services-cst .item .title .list span {
    font-size: 10px;
    padding: 4px 6px; } }

/* Tablet / large mobile: restore desktop-like hero layout */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .hero-section {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .hero-background video,
  .hero-background img {
    object-position: 25% center;
    transform: none;
  }

  .hero-section::after {
    display: none;
  }

  .hero-section .floating-shapes {
    display: block;
    left: 45%;
    width: 55%;
    opacity: 1;
  }

  .hero-content {
    margin-left: 28%;
    margin-right: 0;
    width: 69%;
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    z-index: 2;
  }

  .hero-content h3 {
    font-size: 28px;
    text-align: right;
    margin: 20px 0 12px;
  }

  .hero-buttons {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 16px;
    transform: none;
    width: auto;
  }

  .hero-buttons .butn:first-child {
    display: none !important;
  }

  .hero-buttons .butn {
    padding: 6px 12px;
    font-size: 12px;
    min-width: 80px;
  }
}

/* ====================== [ Project Gallery Modal ] ====================== */
.project-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.project-modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  height: 85%;
  max-height: 800px;
  background: var(--theme-color);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  cursor: pointer;
  z-index: 10001;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.modal-close:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.1);
}

.modal-header {
  padding: 60px 40px 30px;
  text-align: center;
  color: #fff;
  flex-shrink: 0;
}

/* Hide extra info on mobile */
@media screen and (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
  
  .modal-header {
    padding: 40px 20px 20px;
  }
  
  .project-title {
    margin-bottom: 0;
  }
}

.project-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.project-meta {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #ccc;
}

.project-description {
  font-size: 16px;
  color: #ccc;
  max-width: 600px;
  margin: 0 auto 20px;
  line-height: 1.6;
}

.project-tags {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.project-tag {
  padding: 5px 12px;
  background: var(--main-color);
  color: var(--theme-color);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.modal-gallery {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.gallery-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-images {
  position: relative;
  width: 90%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-image.active {
  opacity: 1;
  transform: translateX(0);
}

.gallery-image.prev {
  transform: translateX(-100%);
}

.gallery-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  cursor: pointer;
  z-index: 10001;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.gallery-nav:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%) scale(1.1);
}

.gallery-prev {
  left: 30px;
}

.gallery-next {
  right: 30px;
}

.gallery-counter {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
}

.gallery-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid var(--main-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 15px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
  .project-modal {
    padding: 15px;
  }
  
  .modal-content {
    width: 85%;
    height: 75%;
    max-height: 600px;
    border-radius: 15px;
  }
  
  .modal-header {
    padding: 40px 20px 20px;
  }
  
  .project-title {
    font-size: 24px;
  }
  
  .project-meta {
    flex-direction: column;
    gap: 5px;
  }
  
  .project-description {
    font-size: 14px;
  }
  
  .modal-close {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  
  .gallery-nav {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
  
  .gallery-prev {
    left: 15px;
  }
  
  .gallery-next {
    right: 15px;
  }
  
  .gallery-counter {
    bottom: 15px;
    padding: 8px 16px;
    font-size: 12px;
  }
  
  .gallery-images {
    width: 95%;
    height: 70%;
  }
}

@media screen and (max-width: 480px) {
  .project-modal {
    padding: 20px;
  }
  
  .modal-content {
    width: 80%;
    height: 70%;
    max-height: 500px;
    border-radius: 10px;
  }
  
  .modal-header {
    padding: 35px 15px 15px;
  }
  
  .project-title {
    font-size: 20px;
  }
  
  .project-description {
    font-size: 13px;
  }
  
  .modal-close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  
  .gallery-images {
    width: 100%;
    height: 65%;
  }
  
  .gallery-nav {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  
  .gallery-prev {
    left: 10px;
  }
  
  .gallery-next {
    right: 10px;
  }
}/* 
Project Item Hover Effects */
.project-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.project-item:hover .img img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}/* 
Extra small screens */
@media screen and (max-width: 360px) {
  .project-modal {
    padding: 25px;
  }
  
  .modal-content {
    width: 75%;
    height: 65%;
    max-height: 450px;
  }
  
  .modal-header {
    padding: 25px 10px 10px;
  }
  
  .project-title {
    font-size: 18px;
  }
}/* Vide
o Gallery Styles */
.gallery-videos {
  position: relative;
  width: 90%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
}

.gallery-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-video.active {
  opacity: 1;
  transform: translateX(0);
}

.gallery-video.prev {
  transform: translateX(-100%);
}

.gallery-video iframe {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: none;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Instagram specific sizing */
.gallery-video.instagram-embed {
  max-width: 400px;
  max-height: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-video.instagram-embed iframe {
  width: 400px;
  height: 600px;
  max-width: 400px;
  max-height: 600px;
  margin: 0 auto;
}

/* Video responsive sizing */
@media screen and (max-width: 768px) {
  .gallery-videos {
    width: 95%;
    height: 70%;
  }
  
  .gallery-video iframe {
    border-radius: 8px;
  }
  
  /* Instagram mobile sizing */
  .gallery-video.instagram-embed {
    max-width: 280px;
    max-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .gallery-video.instagram-embed iframe {
    width: 280px;
    height: 450px;
    max-width: 280px;
    max-height: 450px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .gallery-videos {
    width: 100%;
    height: 65%;
  }
  
  .gallery-video iframe {
    border-radius: 5px;
  }
  
  /* Instagram small mobile sizing */
  .gallery-video.instagram-embed {
    max-width: 240px;
    max-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .gallery-video.instagram-embed iframe {
    width: 240px;
    height: 380px;
    max-width: 240px;
    max-height: 380px;
    margin: 0 auto;
  }
}

/* Video loading state */
.video-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.video-loading .loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid var(--main-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 15px;
}
/* Featured Works Section Gradient Background */
.works-dm {
  background: linear-gradient(to left, rgb(207, 184, 209), rgb(128, 186, 240)) !important;
  border-radius: 30px !important;
  margin: 40px auto !important;
  max-width: calc(100% - 40px);
  position: relative;
  overflow: hidden;
}

.works-dm .container {
  position: relative;
  z-index: 2;
}

/* Ensure text remains visible on gradient background */
.works-dm .sec-head h6,
.works-dm .sec-head h2 {
  color: #fff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.works-dm .item .cont h6 a {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.works-dm .item .cont .info {
  color: rgba(255, 255, 255, 0.9) !important;
}

.works-dm .item .cont .info .dot {
  background: rgba(255, 255, 255, 0.8) !important;
}

/* Adjust tag styles for better visibility on gradient */
.works-dm .item .img .tags a {
  background: rgba(255, 255, 255, 0.95) !important;
  color: #333 !important;
  font-weight: 500;
}

.works-dm .item .img .tags a:hover {
  background: var(--main-color) !important;
  color: #333 !important;
}

/* Responsive adjustments for gradient section */
@media screen and (max-width: 992px) {
  .works-dm {
    border-radius: 20px !important;
    margin: 30px auto !important;
    max-width: calc(100% - 30px);
  }
}

@media screen and (max-width: 768px) {
  .works-dm {
    border-radius: 15px !important;
    margin: 20px auto !important;
    max-width: calc(100% - 20px);
  }
}/* W
orks Section Floating Shapes */
.works-floating-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.works-floating-shape {
  position: absolute;
  opacity: 0.8;
  object-fit: contain;
  filter: blur(6px) saturate(1.2);
  transform: translate(var(--cursor-x, 0px), var(--cursor-y, 0px));
  transition: transform 0.3s ease-out;
  mix-blend-mode: normal;
}

.works-shape-1 {
  width: 540px;
  top: 15%;
  left: 8%;
  animation: worksFloat1 6s ease-in-out infinite;
  transform: translateZ(0);
}

.works-shape-2 {
  width: 450px;
  top: 10%;
  right: 12%;
  animation: worksFloat2 5.5s ease-in-out infinite;
  transform: translateZ(0);
}

.works-shape-3 {
  width: 420px;
  bottom: 20%;
  left: 5%;
  animation: worksFloat3 7s ease-in-out infinite;
  transform: translateZ(0);
}

.works-shape-4 {
  width: 600px;
  top: 45%;
  left: 15%;
  animation: worksFloat4 4.5s ease-in-out infinite;
  transform: translateZ(0);
}

.works-shape-5 {
  width: 480px;
  bottom: 25%;
  right: 8%;
  animation: worksFloat5 6.2s ease-in-out infinite;
  transform: translateZ(0);
}

.works-shape-6 {
  width: 435px;
  top: 30%;
  right: 20%;
  animation: worksFloat6 5.8s ease-in-out infinite;
  transform: translateZ(0);
}

.works-shape-7 {
  width: 405px;
  top: 65%;
  left: 25%;
  animation: worksFloat7 4.8s ease-in-out infinite;
  transform: translateZ(0);
}

.works-shape-8 {
  width: 570px;
  bottom: 35%;
  right: 15%;
  animation: worksFloat8 7.2s ease-in-out infinite;
  transform: translateZ(0);
}

.works-shape-9 {
  width: 465px;
  top: 80%;
  right: 25%;
  animation: worksFloat9 5.6s ease-in-out infinite;
  transform: translateZ(0);
}

/* Floating animations for works section - subtle for large shapes */
@keyframes worksFloat1 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(2deg); }
}

@keyframes worksFloat2 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(6px) rotate(-1deg); }
}

@keyframes worksFloat3 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(1.5deg); }
}

@keyframes worksFloat4 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(5px) rotate(-0.5deg); }
}

@keyframes worksFloat5 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-7px) rotate(2.5deg); }
}

@keyframes worksFloat6 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(8px) rotate(-1.5deg); }
}

@keyframes worksFloat7 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(1deg); }
}

@keyframes worksFloat8 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(9px) rotate(-2deg); }
}

@keyframes worksFloat9 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-6px) rotate(0.5deg); }
}

/* Responsive adjustments for works floating shapes */
@media screen and (max-width: 1200px) {
  .works-floating-shape {
    opacity: 0.75;
    filter: blur(5px) saturate(1.2);
  }
  
  .works-shape-1 { width: 460px; }
  .works-shape-2 { width: 390px; }
  .works-shape-3 { width: 360px; }
  .works-shape-4 { width: 520px; }
  .works-shape-5 { width: 420px; }
  .works-shape-6 { width: 380px; }
  .works-shape-7 { width: 350px; }
  .works-shape-8 { width: 490px; }
  .works-shape-9 { width: 410px; }
}

@media screen and (max-width: 992px) {
  .works-floating-shape {
    opacity: 0.75;
    filter: blur(7px) saturate(1.2);
  }
  
  .works-shape-1 { width: 380px; }
  .works-shape-2 { width: 320px; }
  .works-shape-3 { width: 300px; }
  .works-shape-4 { width: 420px; }
  .works-shape-5 { width: 340px; }
  .works-shape-6 { width: 315px; }
  .works-shape-7 { width: 285px; }
  .works-shape-8 { width: 400px; }
  .works-shape-9 { width: 330px; }
}

@media screen and (max-width: 768px) {
  .works-floating-shape {
    opacity: 0.7;
    filter: blur(8px) saturate(1.2);
  }
  
  .works-shape-1 { width: 320px; }
  .works-shape-2 { width: 280px; }
  .works-shape-3 { width: 260px; }
  .works-shape-4 { width: 360px; }
  .works-shape-5 { width: 300px; }
  .works-shape-6 { width: 285px; }
  .works-shape-7 { width: 250px; }
  .works-shape-8 { width: 340px; }
  .works-shape-9 { width: 290px; }
}/* Servi
ces Section Gradient Background */
.services-cst {
  background: linear-gradient(to left, rgb(110, 31, 36), rgb(255, 130, 148)) !important;
  border-radius: 30px !important;
  margin: 40px auto !important;
  max-width: calc(100% - 40px);
  position: relative;
  overflow: hidden;
}

.services-cst::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../imgs/ADGBbg.png');
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  filter: blur(4px);
  z-index: 1;
  pointer-events: none;
  transform: translate(var(--bg-translate-x, 0px), var(--bg-translate-y, 0px));
  transition: transform 0.1s ease-out;
}

.services-cst .container-fluid {
  position: relative;
  z-index: 2;
}

.services-cst .light-bg {
  background: transparent !important;
  border-radius: 0 !important;
}

/* Ensure text remains visible on gradient background */
.services-cst .sec-head h6,
.services-cst .sec-head h3 {
  color: #fff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.services-cst .sec-head .text p {
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.services-cst .item .title h2 {
  color: #fff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.services-cst .item .numb h6 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.services-cst .item .title .list span {
  background: linear-gradient(to left, #ffffff, rgb(128, 186, 240)) !important;
  color: #000 !important;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.services-cst .item .icon {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.services-cst .item .icon img {
  filter: brightness(0) invert(1);
}

.services-cst .item .icon .arrow {
  background: rgba(255, 255, 255, 0.9) !important;
}

.services-cst .item .icon .arrow img {
  filter: brightness(0) invert(0);
}

/* Responsive adjustments for services gradient section */
@media screen and (max-width: 992px) {
  .services-cst {
    border-radius: 20px !important;
    margin: 30px auto !important;
    max-width: calc(100% - 30px);
  }
  
  .services-cst::before {
    background-size: 80%;
  }
}

@media screen and (max-width: 768px) {
  .services-cst {
    border-radius: 15px !important;
    margin: 20px auto !important;
    max-width: calc(100% - 20px);
  }
  
  .services-cst::before {
    background-size: cover;
  }
}/* Servi
ce SVG Icons Styling */
.services-cst .item .icon svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  transition: all 0.3s ease;
}

.services-cst .item .icon svg path,
.services-cst .item .icon svg g {
  fill: #fff;
}

.services-cst .item:hover .icon svg {
  fill: #fff;
  transform: scale(1.1);
}

.services-cst .item:hover .icon svg path,
.services-cst .item:hover .icon svg g {
  fill: #fff;
}/* Hide v
ideo section temporarily */
.intro-vid {
  display: none !important;
}/* 
Testimonials Section Gradient Background */
.testimonials-dm {
  background: linear-gradient(to left, rgb(227, 202, 232), rgb(181, 115, 191)) !important;
  border-radius: 30px !important;
  margin: 40px auto !important;
  max-width: calc(100% - 40px);
  position: relative;
  overflow: hidden;
}



.testimonials-dm .container {
  position: relative;
  z-index: 2;
}

/* Ensure text remains visible on gradient background */
.testimonials-dm .sec-head h6,
.testimonials-dm .sec-head h3 {
  color: #fff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.testimonials-dm .sec-head .states h6 {
  color: rgba(255, 255, 255, 0.9) !important;
}

.testimonials-dm .sec-head .states h6 i {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}

.testimonials-dm .item {
  background: rgba(166, 189, 217, 0.39) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(255, 255, 255, 0.17) !important;
  border-radius: 30px !important;
  color: #333 !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
}

.testimonials-dm .item span.sub-color {
  color: rgba(0, 0, 0, 0.7) !important;
  font-weight: 500 !important;
}

.testimonials-dm .item .stars {
  color: #d0ff71 !important;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.testimonials-dm .item p {
  color: rgba(0, 0, 0, 0.8) !important;
  font-weight: 400 !important;
  font-size: 10px !important;
  line-height: 1.5 !important;
}

.testimonials-dm .item h5 {
  font-size: 25px !important;
  line-height: 1.4 !important;
  color: rgba(0, 0, 0, 0.8) !important;
  font-weight: 400 !important;
}

.testimonials-dm .item h6 {
  color: rgba(0, 0, 0, 0.9) !important;
  font-weight: 600 !important;
}

/* Testimonials Section Floating Shoes */
.testimonials-floating-shoes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.testimonials-floating-shoe {
  position: absolute;
  opacity: 0.6;
  object-fit: contain;
}

.testimonials-shoe-1 {
  width: 120px;
  top: 10%;
  left: 5%;
  animation: testimonialsFloat1 4s ease-in-out infinite;
  animation-delay: 0s;
}

.testimonials-shoe-2 {
  width: 80px;
  top: 20%;
  right: 8%;
  animation: testimonialsFloat2 3.5s ease-in-out infinite;
  animation-delay: 0.5s;
}

.testimonials-shoe-3 {
  width: 150px;
  top: 35%;
  left: 15%;
  animation: testimonialsFloat3 4.5s ease-in-out infinite;
  animation-delay: 1s;
}

.testimonials-shoe-4 {
  width: 90px;
  top: 50%;
  right: 12%;
  animation: testimonialsFloat4 3.8s ease-in-out infinite;
  animation-delay: 1.5s;
}

.testimonials-shoe-5 {
  width: 110px;
  top: 65%;
  left: 8%;
  animation: testimonialsFloat5 4.2s ease-in-out infinite;
  animation-delay: 2s;
}

.testimonials-shoe-6 {
  width: 70px;
  top: 75%;
  right: 20%;
  animation: testimonialsFloat6 3.6s ease-in-out infinite;
  animation-delay: 2.5s;
}

.testimonials-shoe-7 {
  width: 130px;
  top: 85%;
  left: 25%;
  animation: testimonialsFloat7 4.8s ease-in-out infinite;
  animation-delay: 3s;
}

.testimonials-shoe-8 {
  width: 100px;
  top: 90%;
  right: 5%;
  animation: testimonialsFloat8 4.1s ease-in-out infinite;
  animation-delay: 3.5s;
}

/* Testimonials floating animations - similar to header but with rotation */
@keyframes testimonialsFloat1 {
  0%, 100% { transform: translateY(0px) rotate(15deg); }
  50% { transform: translateY(-12px) rotate(18deg); }
}

@keyframes testimonialsFloat2 {
  0%, 100% { transform: translateY(0px) rotate(-25deg); }
  50% { transform: translateY(10px) rotate(-22deg); }
}

@keyframes testimonialsFloat3 {
  0%, 100% { transform: translateY(0px) rotate(35deg); }
  50% { transform: translateY(-15px) rotate(38deg); }
}

@keyframes testimonialsFloat4 {
  0%, 100% { transform: translateY(0px) rotate(-45deg); }
  50% { transform: translateY(8px) rotate(-42deg); }
}

@keyframes testimonialsFloat5 {
  0%, 100% { transform: translateY(0px) rotate(55deg); }
  50% { transform: translateY(-10px) rotate(58deg); }
}

@keyframes testimonialsFloat6 {
  0%, 100% { transform: translateY(0px) rotate(-15deg); }
  50% { transform: translateY(12px) rotate(-12deg); }
}

@keyframes testimonialsFloat7 {
  0%, 100% { transform: translateY(0px) rotate(75deg); }
  50% { transform: translateY(-18px) rotate(78deg); }
}

@keyframes testimonialsFloat8 {
  0%, 100% { transform: translateY(0px) rotate(-65deg); }
  50% { transform: translateY(14px) rotate(-62deg); }
}

/* Responsive adjustments for testimonials gradient section */
@media screen and (max-width: 1200px) {
  .testimonials-floating-shoe {
    opacity: 0.5;
  }
  
  .testimonials-shoe-1 { width: 150px; }
  .testimonials-shoe-2 { width: 75px; }
  .testimonials-shoe-3 { width: 170px; }
  .testimonials-shoe-4 { width: 100px; }
  .testimonials-shoe-5 { width: 185px; }
  .testimonials-shoe-6 { width: 85px; }
  .testimonials-shoe-7 { width: 145px; }
  .testimonials-shoe-8 { width: 120px; }
}

@media screen and (max-width: 992px) {
  .testimonials-dm {
    border-radius: 20px !important;
    margin: 30px auto !important;
    max-width: calc(100% - 30px);
  }
  
  .testimonials-floating-shoe {
    opacity: 0.4;
  }
  
  .testimonials-shoe-1 { width: 130px; }
  .testimonials-shoe-2 { width: 65px; }
  .testimonials-shoe-3 { width: 145px; }
  .testimonials-shoe-4 { width: 85px; }
  .testimonials-shoe-5 { width: 155px; }
  .testimonials-shoe-6 { width: 75px; }
  .testimonials-shoe-7 { width: 125px; }
  .testimonials-shoe-8 { width: 105px; }
}

@media screen and (max-width: 768px) {
  .testimonials-dm {
    border-radius: 15px !important;
    margin: 20px auto !important;
    max-width: calc(100% - 20px);
  }
  
  .testimonials-floating-shoe {
    opacity: 0.3;
  }
  
  .testimonials-shoe-1 { width: 100px; }
  .testimonials-shoe-2 { width: 50px; }
  .testimonials-shoe-3 { width: 115px; }
  .testimonials-shoe-4 { width: 70px; }
  .testimonials-shoe-5 { width: 125px; }
  .testimonials-shoe-6 { width: 60px; }
  .testimonials-shoe-7 { width: 105px; }
  .testimonials-shoe-8 { width: 85px; }
  
  .testimonials-dm .item {
    border-radius: 20px !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
  }
}
/* Loo
king For Dropdown - Liquid Glass Style */
.looking-for-container {
  position: relative;
  width: 100%;
}

.looking-for-input {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  padding: 15px 20px;
  min-height: 60px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

.looking-for-input:hover {
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.15);
}

.looking-for-label {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  margin-right: 15px;
}

.selected-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.tag {
  background: rgba(208, 255, 113, 0.9);
  color: rgba(0, 0, 0, 0.8);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(208, 255, 113, 0.3);
  transition: all 0.2s ease;
  animation: tagSlideIn 0.3s ease;
}

.tag:hover {
  background: rgba(208, 255, 113, 1);
  transform: scale(1.05);
}

.tag-remove {
  background: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tag-remove:hover {
  background: rgba(255, 0, 0, 0.8);
  color: white;
  transform: scale(1.1);
}

.dropdown-arrow {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.looking-for-input.active .dropdown-arrow {
  transform: rotate(180deg);
}

.looking-for-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
}

.looking-for-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-option {
  padding: 12px 20px;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-option:last-child {
  border-bottom: none;
}

.dropdown-option:hover {
  background: rgba(255, 255, 255, 0.2);
  color: rgba(0, 0, 0, 1);
  transform: translateX(5px);
}

.dropdown-option.selected {
  background: rgba(208, 255, 113, 0.3);
  color: rgba(0, 0, 0, 1);
}

@keyframes tagSlideIn {
  from {
    opacity: 0;
    transform: translateX(20px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

/* Mobile responsive */
@media screen and (max-width: 768px) {
  .looking-for-input {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    min-height: auto;
    padding: 15px;
  }
  
  .selected-tags {
    justify-content: flex-start;
    width: 100%;
  }
  
  .looking-for-label {
    margin-right: 0;
  }
  
  .dropdown-arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    margin-left: 0;
  }
}/* Co
ntact Section Gradient Background - Same as Featured Works */
.contact-pg .container {
  position: relative;
  z-index: 2;
}

/* Ensure all text remains visible on gradient background */
.contact-pg .sec-head h2,
.contact-pg .sec-head h3.text-indent,
.contact-pg .sec-head h6,
.contact-pg .sub-head {
  color: #000 !important;
  text-shadow: none;
}

.contact-pg .morinfo h6,
.contact-pg .morinfo p {
  color: rgba(0, 0, 0, 0.8) !important;
  text-shadow: none;
}

.contact-pg input,
.contact-pg textarea {
  background: rgba(255, 255, 255, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  color: #000 !important;
  backdrop-filter: blur(8px);
  border-radius: 15px !important;
  padding: 15px 20px !important;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

.contact-pg input::placeholder,
.contact-pg textarea::placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
}

.contact-pg input:focus,
.contact-pg textarea:focus {
  background: rgba(255, 255, 255, 0.4) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
  color: #000 !important;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.15);
}

/* Mobile responsive adjustments for contact gradient */
@media screen and (max-width: 992px) {
  .contact-pg {
    border-radius: 20px !important;
    margin: 30px auto !important;
    max-width: calc(100% - 30px);
  }
  .contact-pg .sec-head.md-mb80 {
    margin-bottom: 40px !important; }
  .contact-pg .full-width.md-mb80 {
    margin-bottom: 40px !important; }
  .contact-pg .sec-head.mb-50 {
    margin-bottom: 28px !important; }
  .contact-pg .morinfo.mt-30 {
    margin-top: 20px !important; }
  .contact-pg .social-text.mt-60 {
    margin-top: 32px !important; }
  .contact-pg .sec-head p.mt-20.mb-20 {
    margin-top: 14px !important;
    margin-bottom: 14px !important; }
}

@media screen and (max-width: 768px) {
  .contact-pg {
    border-radius: 15px !important;
    margin: 20px auto !important;
    max-width: calc(100% - 20px);
  }
}/* A
dditional contact section text color overrides */
.contact-pg .phone,
.contact-pg .phone a {
  color: #000 !important;
}

.contact-pg .phone a:hover {
  color: rgba(0, 0, 0, 0.7) !important;
}

.contact-pg .social-text li a {
  color: rgba(0, 0, 0, 0.7) !important;
}

.contact-pg .social-text li a:hover {
  color: #000 !important;
}

/* Contact section paragraph text */
.contact-pg p {
  color: rgba(0, 0, 0, 0.8) !important;
}/* For
m field error states */
.contact-pg input.error,
.contact-pg textarea.error {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.2) !important;
}

.looking-for-input.error {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.2) !important;
}

/* Email error callout */
.email-error-callout {
  background: rgba(220, 53, 69, 0.1);
  border: 1px solid rgba(220, 53, 69, 0.3);
  color: #dc3545;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
  animation: slideDown 0.3s ease;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  z-index: 1000;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* 
Prevent layout shifts from messages div */
.messages {
  position: relative;
  min-height: 0;
  overflow: visible;
}

/* Success message positioning to avoid layout shifts */
.messages .alert-success {
  margin: 15px 0;
}
/* New Logo Styling */
.main-logo {
  filter: invert(1) brightness(1);
  width: auto;
  height: 50px !important; /* Increased size */
  max-width: 200px;
  z-index: 999;
  position: relative;
}

/* Footer logo specific sizing */
.footer-sa .main-logo {
  width: 160px !important;
  height: auto !important;
}

/* Navbar logo container sizing */
.navbar .logo .main-logo {
  height: 28px !important; /* Reduced to match nav button height */
  width: auto !important;
  min-width: 80px;
}/* Anima
ted Text Effects */
.animated-text {
  display: inline-block;
}

.jumping-text {
  display: inline-block;
}

.jump-letter {
  display: inline-block;
  animation: letterJump 1.5s ease-in-out infinite, letterColor 1.5s ease-in-out infinite;
}

.jump-letter.space {
  min-width: 0.3em;
}

@keyframes letterJump {
  0%, 60%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-8px);
  }
}

@keyframes letterColor {
  0%, 100% {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  }
  30% {
    color: #d0ff71;
    text-shadow: 0 0 15px rgba(208, 255, 113, 0.5);
  }
}

@media screen and (max-width: 768px) {
  .jump-letter {
    animation: letterJumpMobile 1.5s ease-in-out infinite, letterColor 1.5s ease-in-out infinite;
  }
  
  @keyframes letterJumpMobile {
    0%, 60%, 100% {
      transform: translateY(0);
    }
    30% {
      transform: translateY(-4px);
    }
  }
}

.animated-text {
  display: inline-block;
  animation: wholeTextVibrate 6s ease-in-out infinite, colorShift 6s ease-in-out infinite;
}

.animated-text {
  word-spacing: -5px;
}

.animated-text .letter {
  display: inline-block;
  animation: letterWaveOnly 6s ease-in-out infinite;
  transform-origin: center;
  margin: 0;
  padding: 0;
  letter-spacing: -2px;
  margin-left: -2px;
}

/* Whole text vibration animation */
@keyframes wholeTextVibrate {
  /* Vibration phase (0-15%) - whole text shakes */
  0% {
    transform: translateX(0px);
  }
  2% {
    transform: translateX(1px);
  }
  4% {
    transform: translateX(-1px);
  }
  6% {
    transform: translateX(1px);
  }
  8% {
    transform: translateX(-1px);
  }
  10% {
    transform: translateX(0.5px);
  }
  12% {
    transform: translateX(-0.5px);
  }
  15% {
    transform: translateX(0px);
  }
  
  /* Rest during wave and pause phases */
  15%, 100% {
    transform: translateX(0px);
  }
}

/* Individual letter wave animation */
@keyframes letterWaveOnly {
  /* No movement during vibration phase (0-15%) */
  0%, 15% {
    transform: translateY(0px) scale(1);
  }
  
  /* Wave phase (15-45%) - letters jump individually */
  20% {
    transform: translateY(-5px) scale(1.03);
  }
  25% {
    transform: translateY(0px) scale(1);
  }
  30% {
    transform: translateY(-3px) scale(1.02);
  }
  35% {
    transform: translateY(0px) scale(1);
  }
  40% {
    transform: translateY(-2px) scale(1.01);
  }
  45% {
    transform: translateY(0px) scale(1);
  }
  
  /* Rest phase (45-100%) */
  45%, 100% {
    transform: translateY(0px) scale(1);
  }
}

/* Color shifting synchronized with the sequence */
@keyframes colorShift {
  0% {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  }
  15% {
    color: #d0ff71;
    text-shadow: 0 0 15px rgba(208, 255, 113, 0.4);
  }
  30% {
    color: #d0ff71;
    text-shadow: 0 0 15px rgba(208, 255, 113, 0.4);
  }
  45% {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  }
  100% {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  }
}

/* Pause animations on hover for better readability */
.animated-text:hover .letter {
  animation-play-state: paused;
}

/* Mobile adjustments - reduce intensity */
@media screen and (max-width: 768px) {
  .animated-text {
    animation: wholeTextVibrateMobile 8s ease-in-out infinite, colorShift 8s ease-in-out infinite;
    word-spacing: -5px !important;
  }
  
  .animated-text .letter {
    animation: letterWaveOnlyMobile 8s ease-in-out infinite;
    letter-spacing: -2px !important;
    margin-left: -2px !important;
  }
  
  @keyframes wholeTextVibrateMobile {
    /* Gentler whole text vibration */
    0%, 2%, 4%, 6%, 8%, 10%, 12% {
      transform: translateX(0.5px);
    }
    1%, 3%, 5%, 7%, 9%, 11% {
      transform: translateX(-0.5px);
    }
    15%, 100% {
      transform: translateX(0px);
    }
  }
  
  @keyframes letterWaveOnlyMobile {
    /* No movement during vibration */
    0%, 15% {
      transform: translateY(0px) scale(1);
    }
    
    /* Gentler wave phase */
    20% {
      transform: translateY(-3px) scale(1.02);
    }
    25% {
      transform: translateY(0px) scale(1);
    }
    30% {
      transform: translateY(-2px) scale(1.01);
    }
    35% {
      transform: translateY(0px) scale(1);
    }
    
    /* Longer rest phase */
    40%, 100% {
      transform: translateY(0px) scale(1);
    }
  }
}/
* Featured Works Section - Fustat Font */
.works-dm * {
  font-family: "Fustat", "Inter", sans-serif !important;
}

.works-dm .sec-head h6,
.works-dm .sec-head h2,
.works-dm .sec-head h3 {
  font-family: "Fustat", "Inter", sans-serif !important;
}

.works-dm .item .cont h6,
.works-dm .item .cont h6 a {
  font-family: "Fustat", "Inter", sans-serif !important;
}

.works-dm .item .cont .info,
.works-dm .item .cont .info span {
  font-family: "Fustat", "Inter", sans-serif !important;
}

.works-dm .item .img .tags a {
  font-family: "Fustat", "Inter", sans-serif !important;
}

.works-dm .crv-butn .text {
  font-family: "Fustat", "Inter", sans-serif !important;
}