/* Reset and base styles */

@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Permanent+Marker&display=swap');

/* Section 5 - Hero Showcase Styles */
.hero-showcase {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  overflow: hidden;
}

.showcase-tagline {
  position: absolute;
  top: 10%;
  left: 5%;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  text-transform: lowercase;
  z-index: 10;
}

.showcase-location {
  position: absolute;
  top: 15%;
  right: 5%;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  z-index: 10;
}

.showcase-cta {
  position: absolute;
  bottom: 20%;
  right: 5%;
  z-index: 10;
}

.cta-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.cta-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
}

.showcase-main-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10 !important;
  text-align: center;
  max-width: 100%;
}

.showcase-main-text h1 {
  font-size: 60px;
  font-weight: 300;
  line-height: 0.9;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
  z-index: 1000;
  text-transform: lowercase;
  text-align: right;
}

.highlight-text {
  color: #ff3b00;
  font-weight: 400;
}

.showcase-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.showcase-image {
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.8);
}

.showcase-philosophy {
  position: absolute;
  bottom: 10%;
  left: 5%;
  max-width: 400px;
  z-index: 10;
}

.showcase-philosophy p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .showcase-tagline,
  .showcase-location {
    font-size: 12px;
  }
  
  .showcase-main-text h1 {
    font-size: clamp(1.8rem, 6vw, 3rem);
  }
  
  .showcase-philosophy {
    max-width: 90%;
    bottom: 5%;
  }
  
  .showcase-philosophy p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .showcase-tagline {
    top: 5%;
    left: 3%;
  }
  
  .showcase-location {
    top: 8%;
    right: 3%;
  }
  
  .showcase-philosophy {
    left: 3%;
    bottom: 3%;
  }
  .showcase-image {
    width: 100%;
    height: 50%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.8);
}
.hero-showcase{
    height: 80vh;
}
}

/* Section 0 - About Me (Replica of Section 5) */
.about-showcase {
  position: relative;
  margin-top: 50px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.about-tagline {
  position: absolute;
  top: 10%;
  left: 5%;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  text-transform: lowercase;
  z-index: 10;
}

.about-main-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10 !important;
  text-align: center;
  max-width: 100%;
}

.about-main-text h1 {
  font-size: 60px;
  font-weight: 300;
  line-height: 0.9;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
  z-index: 1000;
  text-transform: lowercase;
  text-align: left;
}

.about-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about-image {
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.8);
  position: absolute;
  right: 0;
  top: 0;
}

.about-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-small-image {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 130px;
  height: 200px;
  z-index: 10;
}

.about-small-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.8);
}

/* Responsive adjustments for About Me section */
@media (max-width: 768px) {
  .about-tagline {
    font-size: 12px;
  }
  
  .about-main-text h1 {
    font-size: clamp(1.8rem, 6vw, 3rem);
  }
  .about-tagline {
    top: 5%;
    left: 3%;
  }
  
  .about-image,
  .showcase-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.5);
  }
}

@media (max-width: 480px) {

  .about-showcase{
      height: 80vh;
  }
}

/* Section 14 - Trendy Showcase Styles */
.trendy-showcase {
  position: relative;
  /* background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%); */
  color: #fff;
  overflow: hidden;
}

/* Floating Elements */
.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.floating-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(45deg, rgba(255, 59, 0, 0.1), rgba(255, 59, 0, 0.05));
  animation: float 6s ease-in-out infinite;
}

.circle-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  right: 10%;
  animation-delay: 0s;
}

.circle-2 {
  width: 120px;
  height: 120px;
  bottom: 20%;
  left: 5%;
  animation-delay: 2s;
}

.floating-square {
  position: absolute;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  animation: float 8s ease-in-out infinite;
}

.square-1 {
  width: 80px;
  height: 80px;
  top: 30%;
  right: 20%;
  transform: rotate(45deg);
  animation-delay: 4s;
}

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

/* Main Container */
.showcase-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  margin-bottom: 80px;
}

/* Content Side */
.content-side {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.project-badge {
  display: flex;
  align-items: center;
  gap: 16px;
}

.badge-text {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  text-transform: lowercase;
  letter-spacing: 2px;
}

.badge-line {
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, #ff3b00, transparent);
}

.trendy-title {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 200;
  line-height: 0.9;
  margin: 0;
}

.title-line {
  display: block;
  transition: all 0.3s ease;
}

.title-line.highlight {
  background: linear-gradient(45deg, #ff3b00, #ff6b00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 300;
}

.project-meta {
  display: flex;
  gap: 40px;
}

.meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.meta-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: lowercase;
  letter-spacing: 1px;
}

.meta-value {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.trendy-description {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  max-width: 500px;
}

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

.stat-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 59, 0, 0.3);
  background: rgba(255, 59, 0, 0.05);
}

.stat-number {
  font-size: 32px;
  font-weight: 300;
  color: #ff3b00;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: lowercase;
  letter-spacing: 1px;
}

.action-buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}

.primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: linear-gradient(45deg, #ff3b00, #ff6b00);
  border: none;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(255, 59, 0, 0.3);
}

.primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 59, 0, 0.4);
}

.secondary-btn {
  padding: 16px 32px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.3s ease;
}

.secondary-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
}

/* Visual Side */
.visual-side {
  position: relative;
}

.visual-container {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.video-wrapper {
  position: relative;
  aspect-ratio: 12/6;
  overflow: hidden;
}

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

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.video-wrapper:hover .video-overlay {
  opacity: 1;
}

.overlay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.play-button {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all 0.3s ease;
}

.video-wrapper:hover .play-button {
  transform: scale(1.1);
}

.play-text {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-transform: lowercase;
  letter-spacing: 1px;
}

/* Floating Cards */
.floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 20px;
  backdrop-filter: blur(10px);
  animation: float 4s ease-in-out infinite;
}

.card-1 {
  top: 20%;
  right: -10%;
  animation-delay: 1s;
}

.card-2 {
  bottom: 20%;
  left: -10%;
  animation-delay: 3s;
}

.card-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 59, 0, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff3b00;
  margin-bottom: 12px;
}

.card-text h4 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 4px 0;
}

.card-text p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

/* Technologies Section */
.technologies-section {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tech-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: lowercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.tech-tags {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.tech-tag {
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.tech-tag:hover {
  background: rgba(255, 59, 0, 0.1);
  border-color: rgba(255, 59, 0, 0.3);
  color: #ff3b00;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .showcase-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .floating-card {
    position: static;
    margin: 20px 0;
  }
  
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .trendy-showcase {
    padding: 80px 0;
  }
  
  .project-meta {
    gap: 20px;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .action-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .tech-tags {
    gap: 12px;
  }
  
  .tech-tag {
    padding: 10px 20px;
    font-size: 13px;
  }
  .navbar {
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .trendy-showcase {
    padding: 60px 0;
  }

  .navbar {
    padding: 10px 20px;
  }
  
  .trendy-title {
    font-size: 2.5rem;
  }
  
  .stat-card {
    padding: 20px;
  }
  
  .primary-btn, .secondary-btn {
    padding: 14px 28px;
    font-size: 14px;
  }
}

/* Modern Navbar Styles */
.navbar {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: rgba(0, 0, 0, 0.453);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  padding: 10px 35px;
  border-radius: 20px;
  box-shadow: inset 0 0 15px #ffffff20;
  width: 300px;
}

.navbar.scrolled {
  background: rgba(0, 0, 0, 0.349);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  padding: 10px 35px;
  box-shadow: inset 0 0 15px #ffffff20;
}

.nav-container {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  width: 100%;
}

.nav-logo .nav-brand {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-weight: 800 !important;
  font-style: italic !important;
  text-decoration: none;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.nav-logo .nav-brand:hover {
  color: #ff3b00;
}

.nav-separator {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 20px;
}

.nav-menu {
  position: fixed;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 15px;
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(100%);
  box-shadow: inset 0 0 15px #ffffff20;
}
.nav-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.nav-link {
  color: #ffffff78;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  position: relative;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.nav-icon {
  flex-shrink: 0;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}

.nav-link:hover .nav-icon {
  opacity: 1;
  transform: scale(1.1);
}

.nav-toggle {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  padding: 5px;
  transition: all 0.3s ease;
  pointer-events: auto;
  z-index: 1001;
}

.bar {
  width: 25px;
  height: 3px;
  background: #fff;
  margin: 3px 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.nav-toggle.active .bar:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.nav-toggle.active .bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .navbar {
    width: 280px;
    padding: 10px 20px;
    bottom: 15px;
  }
  
  .nav-container {
    padding: 0 15px;
  }
  
  .nav-separator {
    height: 25px;
    margin: 0 15px;
  }
  
  .nav-menu {
    width: 280px;
    padding: 20px 15px;
  }
  
  .nav-link {
    font-size: 16px;
    padding: 12px 0;
  }
  
  .nav-cta {
    padding: 12px 24px;
    font-size: 14px;
  }
  
  .nav-logo .nav-brand {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .navbar {
    width: 250px;
    bottom: 10px;
  }
  
  .nav-separator {
    height: 20px;
    margin: 0 10px;
  }
  
  .nav-menu {
    width: 250px;
    padding: 15px 10px;
  }
  
  .nav-link {
    font-size: 14px;
    padding: 10px 0;
  }
  
  .nav-cta {
    padding: 10px 20px;
    font-size: 13px;
  }
  
  .nav-logo .nav-brand {
    font-size: 18px;
  }
}

/* Dark mode navbar adjustments */
body.dark-mode .navbar {
  background: rgba(222, 59, 0, 0.9);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body.dark-mode .navbar.scrolled {
  background: rgba(222, 59, 0, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

body.dark-mode .nav-menu {
  background: rgba(222, 59, 0, 0.98);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

body.dark-mode .nav-logo .nav-brand {
  color: #ffffff;
}

body.dark-mode .nav-link {
  color: #ffffff;
}

body.dark-mode .nav-link:hover {
  color: #fff;
}

body.dark-mode .bar {
  background: #000;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img, video, canvas, svg, iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

/* undo for text-wrapper: images should be inline within the paragraph */
.text-wrapper .content img{
    display: inline;
    vertical-align: middle;
    height: 1em;
    width: auto;
    max-width: none;
    margin: 0 0.25em;
}

html, body {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Cal Sans", sans-serif;
    text-transform: lowercase;
    line-height: 1.6;
    letter-spacing: 0.5px;
    transition: background-color 0.2s ease, color 0.2s ease; /* Smooth transition */
    /* padding-top: 70px; Account for fixed navbar */
    position: relative;
}

/* Vertical Lines Background - Only in Dark Mode */
body.dark-mode::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: -1;
    background-image: 
        /* Left side lines */
        linear-gradient(to right, rgba(255, 255, 255, 0.2) 1px, transparent 1px),
        linear-gradient(to right, rgba(255, 255, 255, 0.2) 1px, transparent 1px),
        /* Right side lines */
        linear-gradient(to left, rgba(255, 255, 255, 0.2) 1px, transparent 1px),
        linear-gradient(to left, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-size: 
        /* Left side positioning */
        1px 100%,
        1px 100%,
        /* Right side positioning */
        1px 100%,
        1px 100%;
    background-position: 
        /* Left side - 4 lines at equal distances */
        20% 0,
        40% 0,
        /* Right side - 4 lines at equal distances */
        70% 0,
        90% 0;
    background-repeat: no-repeat;
}

body.light-mode {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
  }

body.dark-mode {
    background-color: rgb(222, 59, 0);
    color: rgb(0, 0, 0);
  }

  p{
    font-weight: lighter !important;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff90 !important;
  }

  h1, h2, h3, h4, h5, h6{
    font-weight: 300 !important;
  }

  hr{
    border: 1px solid #ffffff20;
  }
  .website-section-both #dark-trigger{
    background-color: rgb(222, 59, 0);
    color: rgb(0, 0, 0);
  }

  /* Dark trigger marquee text styling */
  #dark-trigger .marquee-inner h1 {
    color: #ffffff !important;
    -webkit-text-stroke: 0.5px #ffffff1b;
  }

.btns{
    padding: 10px 25px;
    border-radius: 60px;
    backdrop-filter: blur(10px);
    margin: 20px 0;
    background: #ffffff42;
    font-family: 'Cal Sans';
    text-transform: lowercase;
    color: white;
    border: 1px solid #ffffff;
    /* border-image: linear-gradient(to bottom, white, grey) 1; */
    box-shadow: inset 0 0 15px #ffffff;
    cursor: pointer;
}

/* Secondary button variant (keeps overall feel, lighter emphasis) */
.btns.btns--secondary{
    background: transparent;
    border: 1px solid #ffffff66;
    box-shadow: none;
    color: #ffffffcc;
}
.btns.btns--secondary:hover{
    background: #ffffff22;
    border-color: #ffffff99;
}
/* UnicornStudio responsive wrapper */
.us-outer{
    width: 100%;
    display: flex;
    justify-content: center;
}


.us-inner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: clamp(400px, 75vh, 800px);
    overflow: hidden;
}

/* Flexible height: fill viewport minus some breathing room on small screens */
.us-player{
    width: 100%;
    height: 120vh;
}

/* Optional mask - add class `masked` to `.us-inner` if you want the clipped style */
.us-inner.masked{
    -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
            mask-image: linear-gradient(180deg, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
}

/* Optional: hide external credit badge if allowed by license */
a[href*="unicorn.studio"]{
    display: none !important;
}

/* Overlay content atop the player */
.us-overlay{
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    pointer-events: none; /* allow canvas interactions to pass through */
}

.us-heading{
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 10px;
    color: #ffffff;
}

.us-subheading{
    font-size: 24px;
    font-weight: 600;
    opacity: 0.95;
    margin-bottom: 12px;
    color: #ffffff;
}

.us-para{
    max-width: 800px;
    opacity: 0.9;
    font-weight: lighter !important;
    letter-spacing: 0px;
    color: #ffffff70 !important;
}

.wrapper {
    width: 80%;
    margin: 0 auto; /* centers horizontally */
    max-width: 1200px; 
  }

/* Section styles */
.section {
    /* min-height: 100vh; */
    /* padding: 120px 20px 60px; Added top padding for navbar */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.header-marquee {
    position: relative;
    width: 100%;            /* exactly screen width */
    overflow: hidden;        /* hides extra text */
    background: #00000000;        /* optional background */
    color: #ffffff60;             /* optional text color */
    white-space: nowrap;
  }
  
  .marquee-inner {
    display: inline-flex;
    animation: marquee 40s linear infinite;
  }
  
  .marquee-inner h1 {
    margin: 0;
    padding: 0 2rem;     
    font-weight: 800 !important;
    font-style: italic !important;
    text-transform: uppercase;
    font-size: 96px;
    flex-shrink: 0;
    color: rgb(222, 59, 0);                  /* hide fill */
    -webkit-text-stroke: 0px #000000;
    letter-spacing: 6px;       /* white border around text */
    /* text-stroke is non-standard; intentionally omitted standard fallback */
  }

  /* Responsive typography + layout */
  @media (max-width: 1200px){
    .wrapper{ width: 88%; }
    .marquee-inner h1{ font-size: 72px; }
    .very-big-text{ font-size: 100px; }
    .website-section-both{ margin: 180px 0; }
    .mt-250{ margin-top: 180px; }
    .mb-250{ margin-bottom: 180px; }
  }

  @media (max-width: 992px){
    .wrapper{ width: 92%; }
    .marquee-inner h1{ font-size: 56px; padding: 0 1.25rem; }
    .very-big-text{ font-size: 76px; }
    .section .tilted-heading{ font-size: 5rem; }
    .website-section-both{ margin: 140px 0; }
    .mt-250{ margin-top: 140px; }
    .mb-250{ margin-bottom: 140px; }
    .content-layout-item{ gap: 12px; }
    .normal-para-text{ max-width: 340px; }
    .us-heading{ font-size: 40px; }
    .us-subheading{ font-size: 20px; }
  }

  @media (max-width: 768px){
    body{ letter-spacing: .4px; }
    .section-one{ height: auto; padding: 120px 0 80px; }
    .content-layout-item{ flex-direction: column; text-align: center; }
    .very-big-text{ font-size: 56px; }
    .section .tilted-heading{ transform: none; font-size: 3.5rem; margin: 0 0 10px 0; }
    .website-section-both{ margin: 100px 0; }
    .mt-250{ margin-top: 100px; }
    .mb-250{ margin-bottom: 100px; }
    .marquee-inner h1{ font-size: 42px; }
    .normal-para-text{ max-width: 100%; }
    .split-container{ display: block; }
    .split-container .left-split, .split-container .right-split{ width: 100%; }
    .us-inner{ height: clamp(360px, 60vh, 640px); }
    .us-player{ height: 90vh; }
  }

  @media (max-width: 560px){
    p{ font-size: 13px; }
    .btns{ padding: 9px 18px; }
    .marquee-inner h1{ font-size: 32px; padding: 0 1rem; }
    .very-big-text{ font-size: 42px; }
    .us-heading{ font-size: 28px; }
    .us-subheading{ font-size: 16px; }
    .website-section-both{ margin: 70px 0; }
    .mt-250{ margin-top: 70px; }
    .mb-250{ margin-bottom: 70px; }
  }
  
  
  @keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  

.website-section-both{
    margin: 250px 0;
    max-width: 100%;
}

.mt-250{
    margin-top: 250px;
    max-width: 100%;
    /* overflow-x: hidden; */
}

.mb-250{
    margin-bottom: 250px;
    max-width: 100%;
    /* overflow-x: hidden; */
}

.section-one {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.5);
    object-fit: cover;
    z-index: -1;
}
.section-new-seven {
    position: relative;
    background: url('image copy 2.png') center/cover no-repeat;
    overflow: hidden;
  }
  
  .section-new-eleven {
    position: relative;
    background: url('image copy 3.png') center/cover no-repeat;
    overflow: hidden;
  }

/* Hide arrow icons in section 11 for tablet and mobile */
@media (max-width: 992px) {
  .section-new-eleven .fas.fa-arrow-right {
    display: none !important;
  }
}
  .section-new-ten{
    position: relative;
    overflow: hidden;
    height: 100vh;
  }

  .section-new-ten video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }

  .section-new-twenty-eight{
    position: relative;
    background: url('image copy 5.png') center/cover no-repeat;
    overflow: hidden;
    height: 100vh;
  }
  .section-new-twenty-five{
    background-size: contain;
    overflow: hidden;
    padding: 80px 0;
    min-height: 600px;
  }

  .section-new-project-showcase{
    background: url('image copy 2.png') center/cover no-repeat;
    overflow: hidden;
    padding: 80px 0;
    background-size: contain;
  }

  .section-new-twenty-three{
    position: relative;
    overflow: hidden;
    /* height: 80vh; */
  }

  /* Background video for section 23 */
  .section-new-twenty-three .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

  /* Keep content above video */
  .section-new-twenty-three .wrapper {
    position: relative;
    z-index: 1;
  }
  /* dark overlay */
  .section-new-seven::after,
  .section-new-eleven::after,
  .section-new-ten::after{
    content: "";    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* adjust 0.5 for darkness intensity */
    z-index: 1;
  }
  
  
  /* keep your content visible above the overlay */
  .section-new-seven *, 
  .section-new-eleven *,
  .section-new-ten * {
    position: relative;
    z-index: 2;
  }


  

.section-two {
    position: relative;
    overflow: hidden;
}

/* Video styling */
.section-two .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* makes video behave like background-size: cover */
    z-index: 0;
}

/* Keep content above video */
.section-two .wrapper {
    position: relative;
    z-index: 2;
}


.section .tilted-heading {
    font-size: 7rem;
    font-weight: 700;
    letter-spacing: 2px;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
    transform: rotate(-90deg);
    /* transform-origin: left top; */
    display: inline-block;
    margin: 0 -20px -30px -22px;
}

.section h3 {
    font-size: 18px;
    margin: 20px 0;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.section p {
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.9;
}


.content-layout-item{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.very-big-text{
    font-size: 130px;
}

.normal-para-text{
    max-width: 400px;
}

.hero-para{
    text-align: center;
}


.connect-section {
    position: relative;
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 60px 0;
    overflow: hidden;
  }
  
  .connect-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    border-radius: 20px;
    height: 80%;
    background: #ffffff85;
    backdrop-filter: blur(19px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 60% 100%, 22% 49%, 70% 70%, 0 70%);
    opacity: 0.2;
    z-index: 0;
  }
  
  .connect-content {
    position: relative;
    width: 80%;
    max-width: 700px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 0px;
    left: -115px;
    top: -40px;
    z-index: 1;
  }
  
  .connect-heading {
    font-size: 24px;
    font-weight: 600;
  }
  
.connect-para {
    font-size: 16px;
    max-width: 350px;
  }


  .hero-testimonials {
    display: flex;
    width: 100%;
    align-items: stretch; /* Makes all boxes same height */
}

/* Testimonials grid (inspired by provided reference) */
.testimonials-grid{
    display: flex;
    gap: 28px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.testimonials-header{ margin-bottom: 24px; }
.testimonials-kicker{ color:#ffffff70 !important; letter-spacing:.08em; }
.testimonials-title-cta{ display:flex; align-items:center; justify-content:space-between; gap:16px; }
.testimonials-title{ font-size: 56px; line-height:1.1; margin:0; }
.testimonials-nav{ display:flex; gap:10px; }
.test-nav{ 
    width:48px; 
    height:48px; 
    border-radius:50%; 
    border:1px solid #ffffff25; 
    background:#ffffff10; 
    color:#fff; 
    cursor:pointer; 
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}
.test-nav:hover{ 
    background:#ffffff18; 
    transform: scale(1.1);
    border-color: #ffffff40;
}
.test-nav:active{
    transform: scale(0.95);
}

.testimonials-wrap{ 
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
}
#testimonials-grid{ scroll-behavior:smooth; }

.testimonial-card{
    background: #ffffff0a;
    border: 1px solid #ffffff1f;
    border-radius: 28px;
    padding: 28px;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex: 0 0 320px; /* Fixed width for consistent carousel */
    scroll-snap-align: start;
}

.tc-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.tc-avatar{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.tc-badge{
    padding: 8px 14px;
    border-radius: 16px;
    background: #ffffff10;
    border: 1px solid #ffffff1f;
    color: #ffffffcc;
    font-size: 12px;
}

.tc-quote{
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
    margin: 20px 0 28px;
}

.tc-meta{
    border-top: 1px solid #ffffff14;
    padding-top: 16px;
    color: #ffffff90;
    margin-top: auto; /* stick meta to bottom */
}

.tc-name{
    font-weight: 600;
    color: #ffffffd9;
}

.tc-role{
    font-size: 12px;
}

@media (max-width: 1024px){
    .testimonial-card{ flex-basis: calc((100% - 28px) / 2); }
    .testimonials-title{ font-size: 42px; }
}

@media (max-width: 640px){
    .testimonial-card{ flex-basis: 100%; }
    .tc-quote{ font-size: 22px; }
    .testimonials-title{ font-size: 32px; }
    .testimonials-title-cta{ align-items: flex-start; }
}

.starting-inverted-comma {
    width:20%;
    height: auto;
    display: flex;
    align-items: flex-start;   /* Align to top */
    justify-content: flex-start; /* Align to left */
}

.starting-inverted-comma p {
    font-size: 4rem;
    
    margin: 10px;
    color: white;
}

.testimonial-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center; /* Centers heading + p */
    text-align: left;
    color: white;
    padding: 20px;
}

.testimonial-content h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.testimonial-content p {
    font-size: 1rem;
    line-height: 1.4;
}

.ending-inverted-comma {
    width: 20%;
    height: auto;
    display: flex;
    align-items: flex-end;     /* Align to bottom */
    justify-content: flex-end; /* Align to right */
}



.ending-inverted-comma p {
    font-size: 4rem;
    
    margin: 10px;
    color: white;
}


.service-overview{
    display: flex;
}

.service-heading,
.service-para{
    width: 100%;
    padding: 20px;
}

.service-heading h1,
.text-heading h1{
    font-size: 60px;
    line-height: 0.9;
    font-weight: 300;
    margin: 10px 0 0 0;
    letter-spacing: -0.02em;
    margin: 10px 0 0 0;
}

.insight-parts h1,
.text-content h1{
    font-size: 90px !important;
    line-height: 1.2;
    margin: 10px 0 0 0;
}


.services-para-content{
    margin: 10px 0;
}

.center-insight{
    display: flex;
    margin: 30px 0;
}
.left-empty{
    color: transparent;
}

.projects-insights{
    margin-bottom: 50px;
}
.left-empty,
.insight-parts{
    width: 100%;
}

.insight-parts .insight-small-para{
    width: 50%;
}

@media (max-width: 768px){
    .insight-parts .insight-small-para{ width: 100%; }
    .project-title{ flex-direction: column; align-items: flex-start; gap: 10px; }
}

.project-title{
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px 0 !important;
    gap: 5px;
}



/* Services Grid Styles */
.services-grid,
.service-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

.services-grid {
    align-items: flex-end;
  }

.service-card {
    text-align: right;
}

.alpha p,
.beta p,
.gamma p{
    color: #00000070 !important;
}

.alpha h1,
.beta h1,
.gamma h1{
    font-size: 50px;
}

.iota h1{
    font-size: 130px;
    margin: -60px 0;
}

.alpha{
    padding: 20px;
    background-color: #ffffff;
    color: #000;
    border-radius: 20px;
    height: 200px;
}
.beta{
    padding: 20px;
    background-color: #ffffff;
    color: #000;
    border-radius: 20px;
    height: 400px;
}
.gamma{
    padding: 20px;
    background-color: #ffffff;
    color: #000;
    border-radius: 20px;
    height: 200px;
    margin: auto 0px 0px 0px;
}
.iota{
    padding: 20px;
    background: url("3.jpeg");
    background-size: cover;
    border-radius: 20px;
    height: 400px;
}

@media (max-width: 768px){
    .services-grid, .service-stats{ gap: 20px; }
    .alpha, .beta, .gamma, .iota{ height: auto; }
    .iota h1{ font-size: 84px; margin: -30px 0; }
}



/* Fluid Containers - Responsive and Fluid Layout */
.fluid-containers {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    width: 100%;
    max-width: 1200px;
}

.fuild-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    flex: 1 1 300px; /* Flexible basis with minimum width */
}

.fuild-box p {
    font-weight: 500;
    margin: 0;
    margin-left: -60px;
    padding: 20px;
}

@media (max-width: 768px){
    .fluid-containers{ gap: 24px; }
    .fuild-box{ flex: 1 1 100%; }
    .fuild-box p{ margin-left: 0; text-align: left; }
}

.d-none{
    background-color: transparent;
    color: transparent;
    border: none;
}

.fuild-box.d-none p{
    display: none;
}

.big-n-small h1{
font-size: 20px;
list-style: 1.2;
color: rgba(255, 255, 255, 0.495);
}

.big-n-small span{
    font-size: 100px;
    color: #fff;
    padding-left: 15px;
}

/* Rotate all fa-arrow-right icons 45 degrees to face top-right */
.fas.fa-arrow-right {
    transform: rotate(-45deg);
}

/* Keep next button arrow straight in contact card controls */
.prev-next .next .fa-arrow-right {
    transform: none;
}

/* Section 8 - Why Card Icons */
.grid-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    padding: 10px;
    height: 60px;
    background: #00000050;
    backdrop-filter: blur(10px);
    border-radius: 50%;
    box-shadow: inset 0 0 8px #ffffff50;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.grid-card-icon i {
    font-size: 24px;
    color: #fff;
    transition: all 0.3s ease;
}


/* Section 0 background image */
section.mb-250:first-of-type {
    background-image: url('https://drive.google.com/file/d/1z2WrjMQNu30Qvaz1Jvk0Co4tE-Kt1lMJ/view?usp=drive_link ');
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 100vh;
}





/* Project Showcase Section - Black Theme with Glassy Effects */
.project-showcase-container {
    padding: 80px 0;
    /* background: #000; */
    color: #fff;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

/* .project-showcase-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
} */

.project-showcase-container .wrapper {
    position: relative;
    z-index: 2;
}

.showcase-header {
    text-align: center;
    margin-bottom: 60px;
}

.showcase-title {
    font-size: 48px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    letter-spacing: -0.02em;
}

.title-bold {
    font-weight: 700;
    color: #fff;
}

.showcase-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
}

.showcase-card {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.129);
    border-radius: 20px;
    padding: 25px;
    transition: all 0.4s ease;
    position: relative;
    height: 280px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
}

.showcase-card:hover{
    background: rgba(255, 255, 255, 0.5) !important;
}

.showcase-card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
}

.showcase-card .card-name {
    font-size: 26px;
    font-weight: 600;
    color: #fff !important;
    margin: 0;
    line-height: 1.3;
    /* letter-spacing: -0.01em; */
    /* text-shadow: 0 0 10px rgba(255, 255, 255, 0.5); */
}

.showcase-card .card-menu {
    color: rgba(255, 255, 255, 0.4);
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.showcase-card .card-menu:hover {
    color: rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
}

.showcase-card .card-caption {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.518) !important;
    margin: 0 0 15px 0;
    font-weight: 300;
    text-transform: lowercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 2;
}

.showcase-card .card-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6) !important;
    line-height: 1.5;
    margin: 0;
    font-weight: 300;
    position: relative;
    z-index: 2;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 55px);
}

.showcase-card .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    position: relative;
    z-index: 2;
    gap: 15px;
}

.showcase-card .arrow-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.127);
    border: none;
    color: rgb(255 255 255);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 8px #ffffff50;
    cursor: pointer;
    /* box-shadow: 0 4px 15px rgba(255, 59, 0, 0.3); */
    flex-shrink: 0;
    position: relative;
    z-index: 10;
    pointer-events: auto;
}

.showcase-card .arrow-btn svg {
    width: 20px;
    height: 20px;
}


/* Floating animation for cards */
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.showcase-card:nth-child(odd) {
    animation: float 6s ease-in-out infinite;
}

.showcase-card:nth-child(even) {
    animation: float 6s ease-in-out infinite reverse;
    animation-delay: 3s;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .showcase-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .project-showcase-container {
        padding: 60px 0;
    }
    
    .showcase-title {
        font-size: 36px;
    }
    
    .showcase-cards-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0 20px;
    }
    
    .showcase-card {
        padding: 25px;
        height: 250px;
    }
    
    .showcase-card .card-name {
        font-size: 18px;
    }
    
    .showcase-card .card-description {
        font-size: 13px;
        max-width: calc(100% - 50px);
    }
    
    .showcase-card .arrow-btn {
        width: 35px;
        height: 35px;
    }
}

.case-study{
    display: flex;
    margin: 10px 0;
}


.text-content,
.case-image{
    width: 100%;
    padding: 20px;
}

.work-list{
    display: flex;
}
.work-text,
.work-big-list{
    width: 100%;
    padding: 20px;
}

.work-big-list h1{
    font-size: 25px;
}

.project-texts {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 20px;
    color: white;
  }
  
  .project-texts .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; /* behaves like background-size: cover */
    transform: translate(-50%, -50%); /* centers the video */
    z-index: 0;
    border-radius: 20px; /* optional, match parent shape */
  }
  
  
  .project-texts .big-details,
  .project-texts .big-para {
    position: relative;
    z-index: 1; /* keep content above video */
  }

  .big-details h1{
    font-size: 100px;
  }
  .big-details h3{
    font-size: 30px;
  }
  .big-details h4{
    font-size: 15px;
  }
  
  .project-texts .big-para {
    margin: 300px 0 0 0;
    width: 80%;
  }
  .project-texts hr {
    border: none; /* remove default line */
    height: 1px;  /* adjust thickness */
    width: 50%;
    margin: 15px 0;
    background: linear-gradient(to right, white, rgba(0, 0, 0, 0));
    border-radius: 2px; /* optional: rounded edges */
  }
  
  

.mission-statement{
    background: url(https://www.shutterstock.com/image-vector/abstract-black-orange-background-dark-600nw-2479956243.jpg);
    background-size: cover;
    height: auto;
    padding: 100px;
}

.mission-text{
    width: 80%;
    margin: 50px auto;
    text-align: center;
}

.mission-btn{
    display: flex;
        margin: 10px auto;
        justify-content: center;
        gap: 50px;
}

.get-started,
.view-pricing{
    padding: 20px 40px;
    background-color: red;
    border-radius: 40px;
}

.real-stats-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.stat-number{
    padding: 20px;
    width: 50%;
}

.impact-texts{
    width: 80%;
}

.impact-texts span{
    font-size: 14px;
    padding-right: 50px;
    color: white;
}

.why-text{
    display: flex;
    margin: 50px 0;
    gap: 20px;
    justify-content: space-around;
}

.why-text-heading{
    width: 40%;
}

.why-text-para{
    width: 60%;
}

.why-grid-card{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}


.edge-text{
    display: flex;
}
.edge-text h1,
.edge-text p{
    width: 100%;
    padding: 0 20px;
}
/* Common styles */.marquee1, .marquee2, .marquee3 {
  overflow: hidden;
  width: 100%;       /* always viewport width */
  margin: 20px 0;
  position: relative;
}

.marquee-content {
  display: flex;
  gap: 20px;
  animation: marquee-left 120s linear infinite;
}

.marquee2 .marquee-content {
  animation: marquee-right 120s linear infinite;
}

.marquee3 .marquee-content {
  animation: marquee-left 150s linear infinite;
}

/* Tool logo styles */
.tool-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 25px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  flex-shrink: 0;
  min-width: 120px;
  transition: all 0.3s ease;
}

.tool-logo img {
  width: auto;
  height: 40px;
  object-fit: contain;
  /* Remove filter to show original logo colors */
  filter: grayscale(1);
}

.tool-logo span {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  white-space: nowrap;
}

.marquee-content img {
  /* height: 200px; */
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

/* 🔁 Smooth infinite effect */
@keyframes marquee-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes marquee-right {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}
  
.what-happens-next,
.contact-card{
    display: flex;
}

.what-happens-next{
    justify-content: space-between;
}


.what-happens-para,
.what-happens-text{
    padding: 20px;
}

.what-happens-para{
    width: 55%;
}

.what-happens-text{
    width: 35%;
    justify-content: space-between;
}

.what-icon{
    margin-top: 50px;
}
.what-happens-para p{
    padding: 10px 0;
}

.contact-card{
    gap: 20px;
}

.contact-card h1{
    font-size: 24px;
    margin: 5px 0;
    line-height: 1.1;
}
.card1,
.card2,
.card3{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 540px;
}

.card3-card.bg-card{
    height: 480px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.prev-next{
    display: flex;
    gap: 20px;
    justify-content: end;
}

.prev,
.next{
    background-color: grey;
    border-radius: 40px;
    padding: 30px;
    border: none;
}

.bg-card{
    background: url('2.jpeg');
    padding: 20px;
    border-radius: 20px;
}

.card2.bg-card{
    background: url('bg-image.png');
    background-size: cover;
    background-position: center;
}

.card3-card.bg-card{
    background: url('2.jpeg');
    background-size: cover;
    background-position: center;
}

/* Ensure card3 arrows are visible and aligned */
.card3 .prev-next{
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 12px;
}
.card3 .prev, .card3 .next{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    background: linear-gradient(135deg, #ffffff20, #ffffff10);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 999px;
    backdrop-filter: blur(10px);
    cursor: pointer;
}
.card3 .prev:hover svg{transform: translateX(-2px);} 
.card3 .next:hover svg{transform: translateX(2px);} 
.card3 .prev svg, .card3 .next svg{transition: transform .2s ease;}


/* Pain Point Section Styles */
.pain-point {
    width: 100%;
    padding: 60px 0;
}

.pain-point-header {
    text-align: center;
    margin-bottom: 60px;
}

.pain-point-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    width: 100%;
}

.pain-point-cell {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Make the first cell span 2 columns */
.pain-point-cell:first-child {
    grid-column: span 2;
    background:none;
    border: none;
    border-radius: 1px;
    padding: 0;
    backdrop-filter: none;
}


.cell-number {
    font-size: 42px;
    font-weight: 300;
    line-height: 0.9;
    color: #ffffff;
    padding-bottom: 12px;
    opacity: 0.8;
}

.cell-title {
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    line-height: 1.3;
}

.cell-description {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0;
    font-weight: lighter;
}

.this-is-agency{
    display: flex;
}

.agency-arrow{
    width: 30%;
}

.agency-arrow p{
    padding-bottom: 15px;
}

.agency-text{
    width: 70%;
    font-size: 18px;
}

#agency-word-reveal-text{
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

#word-reveal-text {
    font-weight: 300 !important;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* Value Proposition Section */
.value-proposition {
    position: relative;
    width: 100%;
    height: auto;
    margin: 50px 0;
}

.value-container {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 600px 50px 600px 600px;
    backdrop-filter: blur(10px);
    display: block;
    overflow: hidden;
  }

.value-container video {
    position: absolute;
    top: -50px; /* Crop from top to hide watermark */
    left: 0;
    width: 100%;
    height: calc(100% + 100px); /* Extra height to compensate for crop */
    object-fit: cover;
    z-index: 1;
}
  
  .value-text {
    position: absolute;
    top: 30px;   /* adjust to move down from top */
    right: 40px; /* adjust to move in from right */
    text-align: right;
    z-index: 2;
  }
  
  .value-text h1 {
    font-size: 4rem;
    font-weight: 700;
    color: #00000050;
    margin: 0;
    opacity: 0.9;
    display: inline-flex;
    align-items: center;
    gap: 8px; /* spacing between text and sup */
  }
  
  .value-text h1 sup svg {
    transform: rotate(-45deg);
    transition: transform 0.3s ease; /* smooth if animated later */
    height: 86px;
    width: 86px;
  }
  
.value-circle {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 100px;
    height: 100px;
    background: #808080;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.value-circle p {
    color: #000000;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

.multi-btn{
    display: flex;
}

.multi-text,
.btns-grid{
    width: 100%;
}

/* Carousel/Interactive Image Menu Styles */
.menu {
    overflow: hidden;
    cursor: grab;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 40vh;
    margin: 50px 0;
}

.menu.is-dragging {
    cursor: grabbing;
}

.menu--wrapper {
    counter-reset: count;
    display: flex;
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}

.menu--item {
    counter-increment: count;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 30vw;
    height: 100%;
    padding: 0 1.5vw;
    overflow: hidden;
}

.menu--item:nth-child(n+10):before {
    content: counter(count);
}

.menu--item figure {
    position: absolute;
    z-index: 1;
    display: block;
    user-select: none;
    -webkit-appearance: none;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    transform-origin: center;
}

.menu--item figure img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    transform-origin: center;
}

.menu--item figure:before {
    position: absolute;
    z-index: 2;
    bottom: 1vw;
    left: 1vw;
    display: inline-block;
    content: "0" counter(count);
    color: #ffffff;
    font-size: 3vw;
    font-family: "Cal Sans", sans-serif;;
}

/* Scrollable Image Grid Section Styles */
.section-container {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 50px 0;
    color: white;
    background-color: #000000;
    overflow: hidden;
}

.text-block {
    width: 50%;
    padding: 10px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-size: 24px;
}

.scroll-container {
    width: 70%;
    overflow-x: scroll;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.scroll-container::-webkit-scrollbar {
    display: none; /* Hide scrollbar */
}

.image-grid {
    display: inline-flex;
}

.image-item {
    display: inline-block;
    width: 250px;
    margin: 5px;
    text-align: center;
    white-space: normal;
}

.image-item img {
    width: 100%;
    transition: transform 0.3s;
}

.image-item img:hover {
    transform: none;
}

.image-item p {
    margin-top: 10px;
    font-size: 18px;
    
}


/* imagedFAQ Project Showcase Styles */
/* .imagedfaq {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    text-transform: lowercase;
    background: #121212;
    font-family: Arial, sans-serif;
} */

.cursor {
    position: absolute;
    width: 600px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -300px;
    background: url(https://i.pinimg.com/564x/85/24/d7/8524d785a8427617d475bf02d51710fc.jpg) no-repeat 50% 50%;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    transform: scale(0.1);
}

.project-list {
    width: 100%;
    height: 100%;
}

.project {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    color: white;
    mix-blend-mode: difference;
}

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

.project-title h1 {
    font-weight: 300;
    font-size: 24px;
    width: 350px;
    display: grid;
    margin: 0;
}

.project-subtext {
    width: 350px;
    margin: 0;
}

.project-categ {
    font-weight: lighter;
    font-size: 12px;
    color: #ffffff61 !important;
    background-color: #ffffff1f;
    border-radius: 30px;
    padding: 4px 10px;
}

  /*Section used for centering process*/
section {
    width: 100%;
    /* background-color: #000; */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
.text-wrapper {
  /* background-color: #000000; */
  max-width: 100%; /* text-wrapper width */
  margin: 0 auto;
  position: relative;
}

/* Upper text-wrapper styles */
.text-wrapper-upper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

/* Word-by-word reveal effect */
.text-wrapper .content p {
    font-size: 38px !important;
    font-weight: 400;
    text-align: left;
}

/* Upper text-wrapper word-by-word reveal effect */
.text-wrapper-upper .content p {
    font-size: 38px !important;
    font-weight: 400;
    text-align: left;
    text-indent: 4em;
    line-height: 1.3;
}

/* Individual word styling for reveal effect */
.text-wrapper .content p .word {
    color: rgba(255, 255, 255, 0.3); /* Start with lighter color */
    transition: color 0.3s ease-out;
    display: inline;
}

/* When word is revealed, it becomes white */
.text-wrapper .content p .word.revealed {
    color: #ffffff !important;
}

/* Upper text-wrapper individual word styling for reveal effect */
.text-wrapper-upper .content p .word {
    color: #ffffff50; /* Start with white color */
    transition: color 0.3s ease-out;
    display: inline;
}

/* When upper text-wrapper word is revealed, it becomes orange */
.text-wrapper-upper .content p .word.revealed {
    color: #ffffff !important; /* Orange color when revealed */
}

/* Agency text word-by-word reveal effect */
.agency-text h1 .word {
    color: rgba(255, 255, 255, 0.3); /* Start with lighter color */
    transition: color 0.3s ease-out;
    display: inline;
}

/* When agency word is revealed, it becomes white */
.agency-text h1 .word.revealed {
    color: #ffffff !important;
}
.text-wrapper .content img {
    vertical-align: middle;
    height: 1em;
    border-radius: 5px;
}

/* Upper text-wrapper image styling */
.text-wrapper-upper .content img {
    vertical-align: middle;
    height: 1em;
    width: 3em; /* Increased image width */
    border-radius: 5px;
    padding: 0 10px;
}

/* Interactive Before/After Image Slider Styles */
.image-slider-container {
    width: 100%;
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-slider {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.slider-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-image .after-image {
    z-index: 1;
}

.slider-image .before-image {
    z-index: 2;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}

.slider-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: #000000;
    z-index: 10;
    transform: translateX(-50%);
}

.slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: #000000;
    border-radius: 50%;
    z-index: 15;
    transform: translate(-50%, -50%);
    cursor: grab;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 212, 255, 0.4);
    transition: transform 0.2s ease;
}

.slider-handle:active {
    cursor: grabbing;
    transform: translate(-50%, -50%) scale(0.95);
}

.handle-arrows {
    display: flex;
    align-items: center;
    gap: 8px;
}

.arrow-left,
.arrow-right {
    color: #ffffff;
    font-size: 18px;
    
}

.before-label,
.after-label {
    position: absolute;
    bottom: 20px;
    padding: 8px 16px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    z-index: 5;
}

.before-label {
    left: 20px;
}

.after-label {
    right: 20px;
}


.intro-block{
    display: flex;
    gap: 10px;
    height: 100%;
}

.intro-left,
.intro-right{
    width: 100%;
    height: auto;
    background-color: grey;
    padding: 20px;
    border-radius: 10px;
}

.top-right,
.bottom-right{
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
}

.skills-section {
    flex: 1;
    max-width: 50%;
}

.skills-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.skills-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.skill-item {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.skill-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(102, 126, 234, 0.5);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.2);
}

.skill-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.skill-item h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: white;
    line-height: 1.3;
}

.skill-item p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    margin: 0;
}

.content-section {
    flex: 1;
    max-width: 50%;
    padding-left: 20px;
}

.content-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: white;
    line-height: 1.2;
}

.content-section > p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
}

.highlight-points {
    margin-bottom: 40px;
}

.point {
    margin-bottom: 25px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 15px;
    border-left: 4px solid #667eea;
}

.point h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #667eea;
    margin-bottom: 8px;
}

.point p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    margin: 0;
}

.cta-section {
    text-align: center;
}

.cta-button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: lowercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

  .three-cardds{
    display: flex;
  }

  .three-more-cards{
    width: 100%;
  }

  /* Modern Portfolio Section Styles */
  .one-more-section {
      padding: 6rem 0;
      color: white;
      position: relative;
      overflow: hidden;
  }

  .one-more-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.3;
  }

  .section-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 4rem;
      position: relative;
      z-index: 2;
  }

  .header-content {
      flex: 1;
      max-width: 600px;
  }

  .main-title {
      font-size: 3.5rem;
      font-weight: 700;
      margin-bottom: 1.5rem;
      background: linear-gradient(45deg, #fff, #f0f0f0);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      line-height: 1.2;
  }

  .subtitle {
      font-size: 1.25rem;
      line-height: 1.6;
      opacity: 0.9;
      margin-bottom: 0;
  }

  .header-stats {
      display: flex;
      gap: 2rem;
      flex-shrink: 0;
  }

  .stat-item {
      text-align: center;
      padding: 1rem;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 12px;
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      min-width: 120px;
  }

  .stat-number {
      display: block;
      font-size: 2rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: 0.5rem;
      line-height: 1.2;
  }
  .stat-number h1 {
    font-size: 7rem;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    overflow-y: hidden;
    display: inline-block;
    height: 55%;
  }
  
  
  .stat-label {
      font-size: 0.875rem;
      opacity: 0.8;
      text-transform: lowercase;
      letter-spacing: 0.5px;
  }

  .feature-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      gap: 2rem;
      margin-bottom: 4rem;
      position: relative;
      z-index: 2;
  }

  .feature-card {
      background: rgba(255, 255, 255, 0.1);
      border-radius: 20px;
      padding: 2.5rem;
      backdrop-filter: blur(20px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
  }

  .feature-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      transition: opacity 0.3s ease;
  }

  .feature-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  }

  .feature-card:hover::before {
      opacity: 1;
  }

  .feature-card.primary {
      background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%);
      border: 2px solid rgba(255, 255, 255, 0.3);
  }

  .card-icon {
      margin-bottom: 1.5rem;
      color: #fff;
      opacity: 0.9;
  }

  .card-content h3 {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 1rem;
      color: #fff;
  }

  .card-content p {
      font-size: 1rem;
      line-height: 1.6;
      opacity: 0.8;
      margin-bottom: 1.5rem;
  }

  .skill-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
  }

  .tag {
      background: rgba(255, 255, 255, 0.2);
      color: #fff;
      padding: 0.5rem 1rem;
      border-radius: 20px;
      font-size: 0.875rem;
      font-weight: 500;
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .cta-section {
      text-align: center;
      position: relative;
      z-index: 2;
  }

  .cta-content h2 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 1rem;
      color: #fff;
  }

  .cta-content p {
      font-size: 1.125rem;
      line-height: 1.6;
      opacity: 0.9;
      margin-bottom: 2rem;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
  }

  .cta-buttons {
      display: flex;
      gap: 1rem;
      justify-content: center;
      flex-wrap: wrap;
  }

  .btn-primary, .btn-secondary {
      padding: 1rem 2rem;
      border-radius: 50px;
      font-weight: 600;
      font-size: 1rem;
      text-decoration: none;
      border: none;
      cursor: pointer;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
  }

  .btn-primary {
      background: linear-gradient(45deg, #ff6b6b, #ee5a24);
      color: white;
      box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
  }

  .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(255, 107, 107, 0.6);
  }

  .btn-secondary {
      background: rgba(255, 255, 255, 0.2);
      color: white;
      border: 2px solid rgba(255, 255, 255, 0.3);
      backdrop-filter: blur(10px);
  }

  .btn-secondary:hover {
      background: rgba(255, 255, 255, 0.3);
      transform: translateY(-2px);
  }


  .grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    grid-auto-rows: 400px;
    width: 100%;
    height: auto;
    gap: 20px;
}
.box {
    border: 1px solid rgb(0, 0, 0);
    width: 100%;
    height: 400px;
}

.box.colored {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 400px;
}


.box h2 {
    font-size: 1.2em;
    text-transform: lowercase;
    margin-bottom: 0.5em;
    font-weight: 600;
    line-height: 1.3em;
    padding: 10px 15px;
    color: White;
}


.heading h2 {
    font-size: 1.2em;
    text-transform: lowercase;
    margin-bottom: 0.5em;
    font-weight: 600;
    line-height: 1.5em;
    padding: 10px 0 50px;
    color: White;
}

.box p {
    font-size: 0.8em;
    color: rgba(255, 255, 255, 0.605);
    line-height: 1em;
    padding: 0 15px;
    margin-bottom: 0.5em;
}


.hovering {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    margin: 50px;
    line-height: 1.3;
}

/* Fallback styles for browsers that don't support background-clip: text */
@supports not (background-clip: text) {
    .hovering .hovering1:hover,
    .hovering .hovering2:hover,
    .hovering .hovering3:hover {
        background: none !important;
        color: #ff6b6b !important;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }
}

/* Ensure proper z-index and positioning */
.hovering h1 {
    font-size: 96px;
    font-weight: 200;
    color: white;
    position: relative;
    display: inline-block;
    letter-spacing: -1px;
    padding: 5px 10px;
    transition: all 0.3s ease;
    margin: -18px 0;
    z-index: 1;
    cursor: pointer;
}

.hovering .hovering1:hover {
    background: url('https://images.pexels.com/photos/106399/pexels-photo-106399.jpeg') no-repeat center center;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: all 0.3s ease;
}

.hovering .hovering2:hover {
    background: url('https://images.pexels.com/photos/1264075/pexels-photo-1264075.jpeg') no-repeat center center;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: all 0.3s ease;
}

.hovering .hovering3:hover {
    background: url('https://images.pexels.com/photos/139130/pexels-photo-139130.jpeg') no-repeat center center;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: all 0.3s ease;
}

.hovering-section {
    flex: 1;
    max-width: 40%;
}

.hovering-section p {
    margin: 350px 0;
    width: 80%;
}

.hovering-container{
    display: flex;
}

/* Parallax Sections */
.parallax-section {
    position: relative;
    height: 100vh;
    min-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4rem 0;
}

.parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.3);
    background-attachment: fixed;
}

.parallax-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.parallax-content {
    color: white;
    max-width: 60%;
    padding: 2rem;
    border-radius: 10px;
    z-index: 1;
}

.parallax-content h2 {
    font-size: 50px;
    line-height: 1.2;
    
    margin-bottom: 1rem;
}

.parallax-content p {
    line-height: 1.4;
}

.parallax-cta {
    margin-top: 2rem;
}

.parallax-btn {
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: lowercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.parallax-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    background: linear-gradient(45deg, #ee5a24, #ff6b6b);
}


.grid-card-details{
    width: 100%;
    padding: 15px;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
}

.grid-card-details-heading{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.grid-card-details-heading h1{
    font-size: 24px;
}

.grid-card-details-para{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.grid-card-details-para h2{
    font-size: 16px;
    margin: 10px 0;
}

.split-container{
    display: flex;  
}

.left-split{
    padding: 100px;
    justify-content: center;
    align-items: center;
    margin: auto 0;
}

.left-split,
.right-split{
    width: 100%;
}



.contact-form {
    display: flow;
    gap: 40px;
  }


  
  /* Right side */
  .contact-form-right {
    width: 100%;
  }
  form {
    display: flex;
    flex-direction: column;
    gap: 40px; /* reduced gap for small screens */
    width: 100%;
    max-width: 900px; /* keeps form centered & not too wide */
    margin: 0 auto;   /* center align */
    padding: 20px;
    box-sizing: border-box;
  }
  
  .form-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap; /* ensures wrapping on smaller screens */
  }
  
  .form-row.full-width textarea {
    width: 100%;
    height: 120px;
    resize: none;
  }
  
  input, textarea {
    flex: 1;
    min-width: 250px; /* prevents shrinking too small */
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    font-size: 1rem;
  }
  
  input:focus, textarea:focus {
    outline: none;
    border-bottom: 2px solid #ffffff;
  }
  
  .actions {
    display: flex;
    justify-content: flex-end;
  }
  
  .actions button {
    padding: 12px 32px;
    border-radius: 40px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
  }
  
  /* Placeholder styling */
  input::placeholder,
  textarea::placeholder {
    font-family: "Cal Sans", sans-serif;
    text-transform: lowercase;
    font-weight: 400;
    font-size: 1rem;
    color: #666;
    letter-spacing: 0.5px;
  }
  
  /* -------- RESPONSIVE BREAKPOINTS -------- */
  @media (max-width: 1024px) {
    form {
      gap: 30px;
      padding: 15px;
    }
  
    .form-row {
      gap: 20px;
    }
  
    .actions button {
      padding: 10px 28px;
      font-size: 0.95rem;
    }
    .grid-card-details-para{
        min-height: 20px;
    }
    .grid-card-details-heading{
        min-height: 10px;
    }
  }
  
  @media (max-width: 768px) {
    .form-row {
      flex-direction: column; /* stack fields */
      gap: 20px;
    }
  
    input, textarea {
      min-width: 100%;
    }
  
    .actions {
      justify-content: center; /* button centered on mobile */
    }
  
    .actions button {
      width: 100%;
      max-width: 250px;
    }
  }
  
  @media (max-width: 480px) {
    form {
      gap: 20px;
      padding: 10px;
    }
  
    input, textarea {
      font-size: 0.9rem;
    }
  
    .actions button {
      font-size: 0.9rem;
      padding: 10px 20px;
    }
  }
  

/* Responsive design */


@media (max-width: 1287px) and (min-width: 1024px){
    .very-big-text {
        font-size: 100px;
    }
    .normal-para-text {
        max-width: 320px;
    }
    
}

@media (min-width: 1024px){
    .section-new-seven{
        height: 100vh;
    }
    .pd-sm{
        margin: -50px 0;
    }
    
}

@media (min-width: 787px) and (max-width: 1023px){
    .very-big-text {
        font-size: 70px;
    }
    .normal-para-text {
        max-width: 230px;
    }
    .pd-sm{
        margin: -20px 0;
    }
    .mission-statement{
        padding: 50px;
    }
    .mission-text{
        width: 100%;
        margin: 30px auto;
        text-align: center;
    }
}

@media (min-width: 550px) and (max-width: 786px){
    .very-big-text {
        font-size: 45px;
    }
    .normal-para-text {
        max-width: 230px;
        font-size: 15px;
    }
    
      .connect-section::before {
        width: 80% !important;
        height: 60% !important;
      }
      
    .marquee-inner h1 {        
        font-size: 4rem;           /* standard (for future support) */
      }

      .service-overview {
        display: contents !important;
    }

    .why-text{
        display: grid;
    }

    .why-text-heading,
    .why-text-para{
        width: 100%;
    }
}

@media screen and (max-width: 550px){
    .content-layout-item{
        display: flow;
    }
    .hero-para {
        text-align: left;
        font-size: 14px;
    }
    .very-big-text {
        font-size: 60px;
    }
    .normal-para-text {
        max-width: 400px;
        font-size: 14px;
    }
    .connect-section::before {
        width: 100% !important;
        height: 30% !important;
      }

      .hero-testimonials{
        flex-direction: column;
        width: 100%;
    }
    
    .marquee-inner h1 {        
        font-size: 3rem;           /* standard (for future support) */
      }
}

@media screen and (max-width: 550px){
    .ending-inverted-comma{
        width: 100% !important;
    }
    .service-overview{
        display: contents !important;
    }
}

/* Tablet Layout - 2x2 Grid */
@media (max-width: 1024px) and (min-width: 769px) {
    .services-grid,
    .service-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .service-card {
        padding: 35px 25px;
    }
}

/* Responsive breakpoints for fluid containers */
@media (max-width: 1200px) {
    .fuild-box {
        flex: 1 1 250px; /* Smaller minimum width for medium screens */
    }
}

@media (max-width: 1287px) and (min-width: 1024px){
    .big-n-small span{
        font-size: 70px;
    }
}


/* Responsive Design for Pain Point Section */
@media (max-width: 1200px) {
    .pain-point-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
    }
    
    .pain-point-title {
        font-size: 2.5rem;
    }
}


/* Responsive design for tablet view */
@media (max-width: 1089px) and (min-width: 769px) {

    .hovering-container{
        flex-direction: column;
        height: auto;
    }

    .hovering {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        flex: 1;
    }

    .hovering h1 {
        font-size: 94px;
        font-weight: 500;
        position: relative;
        display: inline-block;
        letter-spacing: -2px;
        padding: 5px 10px;
        transition: all 0.3s ease;
        /* -webkit-text-stroke: 1px rgb(0, 0, 0); */
        margin: -12px 0;
    }

    .hovering-section {
        max-width: 100%;
        margin-top: 20px;
        margin-right: 0;
    }

    .hovering-section p {
        text-align: LEFT;
        margin: 50px;
    }

    .value-container{
        height: 480px;
    }
    .value-text h1{
        font-size: 40px;
    }
    .value-text h1 sup svg {
        height: 40px;
        width: 40px;
      }
}


@media (max-width: 1024px) {
    .grid {
        grid-template-columns: repeat(3, minmax(100px, 1fr));
    }
    .text {
        font-size: 12vw;
    }
    
    .skills-section h2,
    .content-section h2 {
        font-size: 2rem;
    }
    
    .skills-grid {
        gap: 20px;
    }
    
    .skill-item {
        padding: 25px;
    }
    
    .text-wrapper .content {
        font-size: 44px; /* Font size for tablets */
    }
    .text-wrapper .content p .word {
        color: rgba(255, 255, 255, 0.3) !important; /* Maintain word reveal effect on tablets */
    }
    .text-wrapper .content p .word.revealed {
        color: #ffffff !important;
    }
    .text-wrapper .content img {
        width: 1.8em; /* Image width for tablets */
    }
    
    /* Upper text-wrapper tablet styles */
    .text-wrapper-upper .content {
        font-size: 44px; /* Font size for tablets */
    }
    .text-wrapper-upper .content p {
        text-indent: 4em; 
    }
    .text-wrapper-upper .content p .word {
        color: #ffffff !important; /* White color on tablets */
    }
    .text-wrapper-upper .content p .word.revealed {
        color: #ff6b35 !important; /* Orange when revealed on tablets */
    }
    .text-wrapper-upper .content img {
        width: 1.8em; /* Image width for tablets */
    }
    
    .why-grid-card{
        display: grid;
        grid-template-columns: repeat(2, 2fr);
    }
    
    .contact-card{
        display: flow !important;
    }
    .card1,
    .card2,
    .card3{
        min-height: 260px;
        margin: 20px 0;
    }
    .card3-card.bg-card{
        min-height: 260px !important;
    }
    .big-n-small span{
        font-size: 50px;
    }
}

@media (max-width: 480px) {
    .text-wrapper .content {
        font-size: 24px; /* Font size for mobile */
    }
    .text-wrapper .content p .word {
        color: rgba(255, 255, 255, 0.3) !important; /* Maintain word reveal effect on mobile */
    }
    .text-wrapper .content p .word.revealed {
        color: #ffffff !important;
    }
    .text-wrapper .content img {
        width: 1.2em; /* Image width for mobile */
    }
    
    /* Upper text-wrapper mobile styles */
    .text-wrapper-upper .content {
        font-size: 24px; /* Font size for mobile */
    }
    .text-wrapper-upper .content p {
        text-indent: 3em; 
    }
    .text-wrapper-upper .content p .word {
        color: #ffffff !important; /* White color on mobile */
    }
    .text-wrapper-upper .content p .word.revealed {
        color: #ff6b35 !important; /* Orange when revealed on mobile */
    }
    .text-wrapper-upper .content img {
        width: 1.2em; /* Image width for mobile */
    }
    
    .image-slider {
        height: 300px;
    }
    
    .slider-handle {
        width: 40px;
        height: 40px;
    }
    
    .arrow-left,
    .arrow-right {
        font-size: 14px;
    }
    
    .before-label,
    .after-label {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .pain-point-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    /* On small mobile, first cell spans single column */
    .pain-point-cell:first-child {
        grid-column: span 1;
    }
    
    .pain-point-cell {
        padding: 10px;
    }
    
    .pain-point-title {
        font-size: 1.8rem;
    }
    
    .pain-point-subtitle {
        font-size: 1rem;
    }
    
    .why-grid-card{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .why-text{
        display: contents;
        gap: 20px;
    }
    
    .fluid-containers {
        gap: 10px;
        padding: 0 10px;
    }
    
    .fuild-box {
        padding: 15px;
        min-height: 100px;
    }

    .why-text{
        display: grid;
    }

    .why-text-heading,
    .why-text-para{
        width: 100%;
    }

        
    .real-stats-grid{
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .stat-number{
        margin: auto 0;
    }

    .skills-section h2,
    .content-section h2 {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }
    
    .skill-item {
        padding: 18px;
    }
    
    .skill-icon {
        font-size: 2rem;
        margin-bottom: 12px;
    }
    
    .skill-item h3 {
        font-size: 1rem;
    }
    
    .skill-item p {
        font-size: 0.85rem;
    }
    
    .content-section > p {
        font-size: 0.95rem;
        margin-bottom: 25px;
    }
    
    .point {
        padding: 12px;
        margin-bottom: 15px;
    }
    
    .point h3 {
        font-size: 1rem;
    }
    
    .point p {
        font-size: 0.85rem;
    }
    
    .cta-button {
        padding: 12px 30px;
        font-size: 1rem;
    }
    
    .one-more-section {
        padding: 4rem 0;
    }

    .main-title {
        font-size: 2rem;
    }

    .header-stats {
        flex-direction: column;
        gap: 1rem;
    }

    .stat-item {
        min-width: auto;
    }
    
    .grid {
        grid-template-columns: repeat(2, minmax(100px, 1fr));
        gap: 0;
    }
    .text {
        font-size: 16vw;
    }
    
    .parallax-section {
        height: 50vh !important;
        min-height: 450px !important;
    }

    .parallax-content h2 {
        font-size: 32px !important;
    }


    .parallax-btn {
        padding: 0.7rem 1.2rem;
        font-size: 0.9rem;
    }
    .big-n-small h1{
        font-size: 20px;
    }
    .big-n-small span{
        font-size: 40px;
        padding-right: 10px;
    }
    
    .marquee-inner h1 {
        font-size: 48px !important;
    }
    
    .value-container{
        height: 260px !important;
    }
    .value-text h1{
        font-size: 24px !important;
        min-width: 100px;
    }
    .value-text h1 sup svg {
        height: 24px !important;
        width: 24px !important;
      }
      .agency-text{
        font-size: 9px !important;
    }
    .cell-number {
        font-size: 30px !important;
    }
    
    .cell-title {
        font-size: 20px !important;
    }
    .service-heading h1,
    .text-heading h1{
        font-size: 40px !important;
    }
    .insight-parts h1,
    .text-content h1{
        font-size: 60px !important;
    }
    
  .big-details h1{
    font-size: 46px !important;
  }
  .big-details h3{
    font-size: 22px !important;
  }
  .big-details h4{
    font-size: 14px;
  }
}

@media (max-width: 768px) {
    .section-header {
        flex-direction: column;
        gap: 2rem;
    }
    .us-heading{
        font-size: 35px !important;
    }
    
    .us-subheading{
        font-size: 20px !important;
    }
    
    .marquee-inner h1 {
        font-size: 64px;
    }
    .service-heading h1,
    .text-heading h1{
        font-size: 40px;
    }
    #agency-word-reveal-text{
font-size: 25px;
    }
    .insight-parts h1,
    .text-content h1{
        font-size: 80px !important;
    }
    .mission-statement{
        padding: 40px;
    }
    .mission-text{
        width: 100%;
        margin: 20px auto;
        text-align: center;
    }
    .mission-btn{
        display: grid;
        margin: 0px !important;
        justify-content: center;
        gap: 0px !important;
    }
    
    .this-is-agency{
        display: grid;
    }
    .agency-text{
        width: 100%;
        font-size: 13px;
    }


    .agency-arrow{
        width: 100%;
    }
    
    .value-container{
        height: 370px;
    }
    .value-text h1{
        font-size: 30px;
    }
    .value-text h1 sup svg {
        height: 30px;
        width: 30px;
      }
    
    .what-happens-next{
        display: contents !important;
    }

    .what-happens-text,
    .what-happens-para{
        width: 100% !important;
        padding: 0 !important;
    }

    .what-icon{
        margin-top: 10px;
    }

    .header-stats {
        justify-content: center;
    }

    .main-title {
        font-size: 2.5rem;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-primary, .btn-secondary {
        width: 100%;
        max-width: 300px;
    }
    
    .hovering-container {
        flex-direction: column;
    }

    .hovering {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        flex: 1;
    }

    .hovering h1 {
        font-size: 50px;
        font-weight: 500;
        position: relative;
        display: inline-block;
        letter-spacing: -1px;
        padding: 5px 10px;
        transition: all 0.3s ease;
        /* -webkit-text-stroke: 1px rgb(0, 0, 0); */
        margin: -12px 0;
    }

    .hovering-section {
        max-width: 90%;
        margin-top: 20px;
        margin-right: 10px;
    }
    .hovering-section p {
        margin: 50px;
    }
    
    .grid {
        grid-template-columns: repeat(2, minmax(100px, 1fr));
        gap: 0;
    }
    .text {
        font-size: 14vw;
    }

    .skills-section,
    .content-section {
        max-width: 100%;
        padding-left: 0;
    }
    
    .skills-section h2,
    .content-section h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    
    .skills-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .skill-item {
        padding: 20px;
    }
    
    .skill-item h3 {
        font-size: 1.1rem;
    }
    
    .skill-item p {
        font-size: 0.9rem;
    }
    
    .content-section > p {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .point {
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .point h3 {
        font-size: 1.1rem;
    }
    
    .point p {
        font-size: 0.9rem;
    }
    
    .parallax-section {
        height: 50vh;
        min-height: 420px;
        margin: 2rem 0;
    }

    .parallax-bg {
        background-attachment: scroll;
    }

    .parallax-content {
        padding: 1.5rem;
        max-width: 80%;
        margin: 0 1rem;

    }

    .parallax-content h2 {
        font-size: 40px;
    }
    .parallax-btn {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
    
    .split-container{
        display: flow !important;
    }

    .left-split{
        padding: 50px;
    }
    
    .section h1 {
        font-size: 2.5rem;
    }
    
    .section h2 {
        font-size: 2rem;
    }
    
    .section p {
        font-size: 14px;
    }
    
    .image-slider {
        height: 400px;
        max-width: 100%;
    }
    
    .slider-handle {
        width: 50px;
        height: 50px;
    }
    
    .arrow-left,
    .arrow-right {
        font-size: 16px;
    }
    
    .section-container {
        flex-direction: column; /* Stack items vertically */
    }
    .text-block {
        width: 100%; /* Full width for smaller screens */
        padding: 30px; /* Adjust padding */
        font-size: 20px; /* Adjust font size for smaller screens */
    }
    .scroll-container {
        width: 100%; /* Full width for the scroll container */
    }
    .image-item {
        width: 200px; /* Adjust image width for smaller screens */
        margin: 10px; /* Adjust margin */
    }

    .text-wrapper .content {
        font-size: 32px; /* Font size for smaller tablets */
    }
    .text-wrapper .content p .word {
        color: rgba(255, 255, 255, 0.3) !important; /* Maintain word reveal effect on smaller tablets */
    }
    .text-wrapper .content p .word.revealed {
        color: #ffffff !important;
    }
    .text-wrapper .content img {
        width: 1.5em; /* Image width for smaller tablets */
    }
    
    /* Upper text-wrapper smaller tablet styles */
    .text-wrapper-upper .content {
        font-size: 32px; /* Font size for smaller tablets */
    }
    .text-wrapper-upper .content p {
        text-indent: 3.5em; 
    }
    .text-wrapper-upper .content p .word {
        color: #ffffff !important; /* White color on smaller tablets */
    }
    .text-wrapper-upper .content p .word.revealed {
        color: #ff6b35 !important; /* Orange when revealed on smaller tablets */
    }
    .text-wrapper-upper .content img {
        width: 1.5em; /* Image width for smaller tablets */
    }

    .pain-point {
        padding: 40px 0;
    }
    
    .pain-point-header {
        margin-bottom: 40px;
    }
    
    .pain-point-title {
        font-size: 2rem;
    }
    
    .pain-point-subtitle {
        font-size: 1.1rem;
    }
    
    .pain-point-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    /* On mobile, first cell spans full width */
    .pain-point-cell:first-child {
        grid-column: span 2;
    }
    
    .pain-point-cell {
        padding: 15px;
    }
    
    .cell-number {
        font-size: 2rem;
    }
    
    .cell-title {
        font-size: 1.1rem;
    }
    
    .cell-description {
        font-size: 0.9rem;
    }

    .left-empty{
        display: none;
    }
    .insight-parts .insight-small-para{
        width: 100%;
    }
    .project-title{
        justify-content: flex-start;
        display: grid;
    }

    .project-title h1,
    .project-subtext {
        width: 100%;
    }

    .services-grid,
    .service-stats {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    /* Reset grid positioning for mobile */
    .alpha {
        grid-column: 1;
        grid-row: 1;
    }
    .beta {
        grid-column: 1;
        grid-row: 2;
    }
    .gamma {
        grid-column: 1;
        grid-row: 3;
    }
    .iota {
        grid-column: 1;
        grid-row: 4;
    }

    .fluid-containers {
        gap: 15px;
        padding: 0 15px;
    }
    
    .fuild-box {
        flex: 1 1 100%; /* Full width on mobile */
        min-height: 120px;
        padding: 20px;
    }
    

    .work-list{
        display: flow !important;
    }
            
    .case-study{
        display: flow !important;
    }
    .big-para {
        display: -webkit-box;
        -webkit-line-clamp: 3;   /* number of lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      
      .text-wrapper .content p{
        font-size: 30px !important;
        font-weight: 300;
        text-align: left;
    }
    .text-wrapper .content p .word {
        color: rgba(255, 255, 255, 0.3) !important; /* Start with lighter color for word reveal effect */
    }
    .text-wrapper .content p .word.revealed {
        color: #ffffff !important;
    }
    
    /* Upper text-wrapper smallest screen styles */
    .text-wrapper-upper .content p{
        font-size: 30px !important;
        font-weight: 300;
        text-align: left;
        text-indent: 3em;
    }
    .text-wrapper-upper .content p .word {
        color: #ffffff !important; /* White color on smallest screens */
    }
    .text-wrapper-upper .content p .word.revealed {
        color: #ff6b35 !important; /* Orange when revealed on smallest screens */
    }
      

    .project-texts .big-para{
        margin: 50px 0 0 0;
    }
    
  .big-details h1{
    font-size: 60px;
  }
  .big-details h3{
    font-size: 25px;
  }
  .big-details h4{
    font-size: 14px;
  }

    .menu--item {
        width: 40vw;
        height: 40vw;
    }
    .big-n-small h1{
        font-size: 20px;
    }
    .big-n-small span{
        font-size: 40px;
        padding-right: 10px;
    }
    
    .edge-text{
        display: grid;
    }
    .edge-text h1,
    .edge-text p{
        width: 100%;
        padding: 0;
    }
    .edge-text h1{
        margin: 20px 0;
        font-size: 24px;
    }
    .section .tilted-heading {
        font-size: 7rem;
        font-weight: 700;
        letter-spacing: 2px;
        /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
        transform: rotate(0deg);
        /* transform-origin: left top; */
        display: inline-block;
        margin: -30px 0 -80px 0;
    }
}

/* Testimonials Rotation Styles */
.testimonials-container {
  position: relative;
  flex: 1;
  overflow: hidden;
}

.testimonial-content {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.testimonial-content.active {
  display: block;
  opacity: 1;
}

.testimonial-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background-color: #ffffff;
  transform: scale(1.2);
}

/* Contact Form Button Styles */
.contact-send-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.contact-send-btn svg {
  transition: transform 0.3s ease;
}

.contact-send-btn:hover svg {
  transform: translateX(3px);
}

/* Enhanced Prev/Next Arrow Styles */
.prev-next {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.prev, .next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffffff20, #ffffff10);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.prev:hover, .next:hover {
  background: linear-gradient(135deg, #ffffff30, #ffffff20);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.1);
}

.prev svg, .next svg {
  transition: transform 0.3s ease;
}

.prev:hover svg {
  transform: translateX(-2px);
}

.next:hover svg {
  transform: translateX(2px);
}

/* ===== ALTERNATIVE TESTIMONIAL DESIGNS ===== */

/* Option 1: Minimal Grid Style - Clean and matches site aesthetic */
.testimonials-minimal {
  margin: 60px 0;
}

.testimonials-header-minimal {
  margin-bottom: 40px;
}

.testimonials-title-minimal {
  font-size: 48px;
  line-height: 1.1;
  margin: 0;
  font-weight: 300;
}

.testimonials-grid-minimal {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 15px;
  margin-top: 40px;
}

.testimonial-item-minimal {
    padding: 25px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.129);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.testimonial-item-minimal:hover {
  transform: translateY(-5px);
  border-bottom-color: #ffffff30;
}

.testimonial-quote-minimal {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #ffffff80;
  font-style: italic;
  font-weight: 200;
}

.testimonial-author-minimal {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.author-name {
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
}

.author-role {
  color: #ffffff60;
  font-size: 14px;
}

/* Option 2: Split Layout Style - Matches your split-container pattern */
.testimonials-split {
  margin: 60px 0;
}

.testimonials-split-header {
  margin-bottom: 60px;
}

.testimonials-title-split {
  font-size: 48px;
  line-height: 1.1;
  margin: 0;
  font-weight: 300;
}

.testimonials-split-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.testimonial-split-left,
.testimonial-split-right {
  padding: 40px 0;
}

.testimonial-split-quote {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 300;
}

.testimonial-split-author {
  border-top: 1px solid #ffffff20;
  padding-top: 20px;
}

.author-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* Option 3: Card Grid Style - Matches your service-card pattern */
.testimonials-cards {
  margin: 60px 0;
}

.testimonials-cards-header {
  margin-bottom: 40px;
}

.testimonials-title-cards {
  font-size: 48px;
  line-height: 1.1;
  margin: 0;
  font-weight: 300;
}

.testimonials-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.testimonial-card-alt {
  background: #ffffff08;
  border: 1px solid #ffffff15;
  border-radius: 20px;
  padding: 40px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.testimonial-card-alt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff6b35, #f7931e);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.testimonial-card-alt:hover {
  transform: translateY(-5px);
  border-color: #ffffff25;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-card-alt:hover::before {
  opacity: 1;
}

.testimonial-card-quote {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #ffffff;
  font-style: italic;
}

.testimonial-card-author {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* Responsive adjustments for all testimonial styles */
@media (max-width: 768px) {
  .testimonials-grid-minimal {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .about-small-image{
    width: 100px;
    height: 100px;
  }
  
  .testimonials-split-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .testimonials-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .testimonials-title-minimal,
  .testimonials-title-split,
  .testimonials-title-cards {
    font-size: 36px;
  }
  
  .testimonial-split-quote {
    font-size: 20px;
  }
  .stat-number h1 {
    font-size: 5rem;
  }
}

/* Footer */

.footer-bg {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.footer-bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Dark overlay to hide watermark in top right corner - only on screens > 740px */
@media (min-width: 741px) {
    .footer-bg::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 300px;
        height: 120px;
        background: black;
        z-index: 2;
        border-radius: 0 0 0 20px;
    }
}

.footer-content {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.211);
    background-color: rgba(0, 0, 0, 0.211);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 30px;
    z-index: 2;
    color: white;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    box-shadow: inset 0 0 65px #ffffff30;
}

/* Email Section */
.footer-email-section {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 30px;
}

.email-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
}

.email-address {
    font-size: 52px;
    font-weight: 300;
    color: white;
}

.email-arrow {
    color: white;
    display: flex;
    align-items: center;
}

.email-arrow svg {
    width: 50px;
    height: 50px;
    transition: transform 0.3s ease;
}

.email-arrow:hover svg {
    transform: scale(1.1);
}

/* Description Section */
.footer-description {
    margin-bottom: 15px;
    max-width: 800px;
    margin-left: 0;
}

.footer-description p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Navigation Links */
.footer-navigation {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.footer-navigation a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer-navigation a:hover {
    color: white;
}

/* Social Media Section */
.footer-socials {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
}

.social-label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    transform: translateY(-2px);
}

.social-icon svg {
    width: 20px;
    height: 20px;
}

/* Big Text Section */
.footer-big-text {
    font-size: clamp(60px, 30vw, 400px);
    font-weight: 900;
    color: white;
    text-align: left;
    line-height: 0.8;
    margin-top: -50px;
    width: 100%;
    display: block;
    overflow: hidden;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-email-section {
        flex-direction: column;
        gap: 0;
        align-items: start;
        text-align: left;
    }
    
    .email-address {
        font-size: clamp(24px, 8vw, 40px);
    }
    
    .footer-navigation {
        justify-content: left;
        display: grid;
        gap: 5px;
    }
    
    .footer-socials {
        text-align: left;
        align-items: start;
    }
    
    .footer-big-text {
        font-size: clamp(60px, 45vw, 200px);
        margin-top: -50px;
    }
    
    .social-icon {
        width: 35px;
        height: 35px;
    }
    
    .social-icon svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 480px) {
    .footer-bg {
        padding: 40px 0;
    }
    
    .footer-navigation {
        flex-direction: column;
        gap: 5px;
        text-align: left;
    }
    
    .footer-big-text {
        font-size: clamp(40px, 32vw, 120px);
        margin-top: -30px;
    }
    
    .email-address {
        font-size: clamp(20px, 6vw, 32px);
    }
    
    .social-icon {
        width: 30px;
        height: 30px;
    }
    
    .social-icon svg {
        width: 16px;
        height: 16px;
    }
}
@media (max-width: 650px) and (min-width: 481px){
    .footer-big-text {
        font-size: clamp(50px, 38vw, 160px);
        margin-top: -40px;
    }
    
}

/* ================================
   PROJECT MODAL STYLES
   ================================ */

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

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

.modal-content {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    max-width: 90vw;
    max-height: 90vh;
    width: 800px;
    position: relative;
    overflow-y: auto;
    transform: scale(0.8) translateY(50px);
    transition: all 0.3s ease;
}

.modal-overlay.active .modal-content {
    transform: scale(1) translateY(0);
}

.modal-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 10001;
}

.modal-close-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(90deg);
}

.modal-header {
    margin-bottom: 30px;
    text-align: center;
}

.modal-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.modal-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.modal-body {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.modal-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.modal-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.modal-image:hover {
    transform: scale(1.02);
}

.modal-description {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 1.1rem;
}

.modal-description h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 15px;
    margin-top: 25px;
}

.modal-description h3:first-child {
    margin-top: 0;
}

.modal-description p {
    margin-bottom: 15px;
}

.modal-description ul {
    margin: 15px 0;
    padding-left: 20px;
}

.modal-description li {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.8);
}

/* Responsive Modal Styles */
@media (max-width: 768px) {
    .modal-content {
        padding: 30px 20px;
        width: 95vw;
        max-height: 95vh;
    }
    
    .modal-title {
        font-size: 2rem;
    }
    
    .modal-subtitle {
        font-size: 1rem;
    }
    
    .modal-images {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .modal-image {
        height: 200px;
    }
    
    .modal-description {
        font-size: 1rem;
    }
    .card1,
    .card2,
    .card3{
        min-height: 170px;
        margin: 20px 0;
    }
    .card3-card.bg-card {
        min-height: 170px !important;
    }
}

@media (max-width: 480px) {
    .modal-content {
        padding: 20px 15px;
    }
    
    .modal-title {
        font-size: 1.8rem;
    }
    
    .modal-close-btn {
        top: 15px;
        right: 15px;
        font-size: 25px;
        width: 35px;
        height: 35px;
    }
}
.contact-info{
    display: flex;
}

/* Stack contact info vertically on tablet and mobile */
@media (max-width: 1024px) {
    .contact-info{
        flex-direction: column;
        gap: 30px;
        align-items: stretch;
    }
    .lets-talk-content-2 .contact-grid{
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

.contact-image{
    width: 100%;
    height: 70vh;
    margin: 40px 0;
    object-fit: cover;
    display: block;
}

.contact-image video {
    width: 100%;
    height: 70%;
    object-fit: cover;
}

/* Testimonials Background Video */
.testimonials-bg-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: -1;
    opacity: 0.3;
}

.section-new-twenty-five{
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .contact-image{
        height: 370px;
        min-height: 100px;
    }
}
/* Let's Talk Content Styles */
.lets-talk-content{
    width: 100%;
}

.lets-talk-content h1{
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
}

.lets-talk-content-2{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.lets-talk-content-2 .contact-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.lets-talk-content-2 .contact-item{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lets-talk-content-2 .contact-item h3{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
}

.lets-talk-content-2 .contact-item p{
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .lets-talk-content-2 .contact-grid{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .lets-talk-content h1{
        font-size: 2.5rem;
    }
}

/* Contact Card Sliding Animation */
.sliding-content {
    position: relative;
    overflow: hidden;
    height: auto;
}

.slide-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.slide-item.active {
    position: relative;
    opacity: 1;
    transform: translateY(0);
}

.slide-item.next {
    transform: translateY(-20px);
}
