html {
    scroll-behavior: smooth;
}

.dm-sans-innex {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

/* ===========================
   HEADER & NAVIGATION
=========================== */

.logo-img {
    height: 50px;
}

/* Sticky Header Base */
.innex-header {
    position: relative;
    width: 100%;
    transition: all 0.35s ease;
    z-index: 999;
}

.innex-header .nav-link {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #111;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.innex-header .nav-link:hover,
.innex-header .nav-link.active {
    color: #f58220;
}


/* ===========================
   HERO
=========================== */

.hero-title {
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
}

.lets-talk {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-weight: 500;
    transition: color 0.3s ease;
}

.lets-talk:hover {
    color: #f58220;
}

.hero-small-img img {
    max-width: 90%;
}

/* Slider */
.hero-slider {
    position: relative;
    width: 100%;
    height: 570px;
    overflow: hidden;
}

.hero-slider img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.05);
}


/* ===========================
   DESIGNING SECTION
=========================== */

.designing-section {
    border-color: #ddd !important;
}

.designing-row {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.designing-left {
    border-right: 1px solid #ddd;
}

.designing-title {
    font-size: 100px;
    font-weight: 400;
    line-height: 1;
    color: #1c1f26;
}

.designing-text {
    font-size: 18px;
    color: #666;
    max-width: 600px;
}

.designing-right {
    position: relative;
}

.explore-link {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    transition: color 0.3s ease;
}

.explore-link:hover {
    color: #f58220;
}

.designing-logo img {
    max-width: 220px;
}


.section-header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-title {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
}

.section-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.section-dot.black { background: #000; }
.section-dot.white { background: #fff; }

.section-big-text {
    font-size: 65px;
    font-weight: 400;
    line-height: 1.15;
}


/* ===========================
   FEATURED PROJECTS
=========================== */

.fp-border {
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, #ccc 100%, transparent 100%);
    margin: 40px 0;
}

.fp-card h6 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

.fp-meta {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #666;
}

.fp-meta span {
    font-family: 'IBM Plex Mono', monospace;
}

.fp-location {
    display: flex;
    align-items: center;
    gap: 6px;
}

.fp-disc {
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    opacity: 0.6;
}

.fp-card img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.fp-card:hover img {
    transform: scale(1.05);
}


/* ===========================
   SERVICES
=========================== */

.services-section {
    background: #000;
    color: #fff;
}

.services-list {
    margin-top: 60px;
}

.service-row {
    display: flex;
    align-items: center;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255,255,255,0.25);
}

.service-row:last-child {
    border-bottom: none;
}

.service-no {
    width: 60px;
    font-family: 'Space Mono', monospace;
    font-size: 28px;
    opacity: 0.9;
}

.service-name {
    font-size: 40px;
    font-weight: 400;
}

.service-row:hover .service-name {
    opacity: 0.7;
}


/* ===========================
   ABOUT
=========================== */

.about-section {
    background: #fff;
    color: #000;
}

.about-section p {
    font-size: 26px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.about-founders {
    position: relative;
}

.founder-box {
    background: #000;
    color: #fff;
    width: 240px;
    padding: 15px;
    transform-origin: center;
}

.founder-right {
    transform: rotate(2deg);
}

.founder-left {
    transform: rotate(-6deg) translateX(-70px) translateY(-28px);
}

.founder-box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.founder-info {
    margin-top: 10px;
}

.founder-info strong {
    display: block;
    font-size: 14px;
}

.founder-info span {
    font-size: 12px;
    opacity: 0.8;
}


/* ===========================
   TEAM
=========================== */

.team-section {
    background: #000;
    color: #fff;
}

.team-card {
    background: #fff;
    color: #000;
    padding: 15px;
}

.team-card img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-card:hover img {
    transform: scale(1.03);
}

.team-info {
    margin-top: 10px;
}

.team-info strong {
    display: block;
    font-size: 18px;
}

.team-info span {
    font-size: 16px;
    color: #555;
}


/* ===========================
   CLIENTS
=========================== */

.clients-section {
    background: #fff;
    color: #000;
}

.marquee {
    overflow: hidden;
    width: 100%;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scroll-left 12s linear infinite;
}

.marquee-right .marquee-track {
    animation: scroll-right 12s linear infinite;
}

.client-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 25px 40px;
    margin-right: 20px;
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-box img {
    height: 40px;
    filter: grayscale(100%) brightness(0);
}

@keyframes scroll-left {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes scroll-right {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}


/* ===========================
   GALLERY
=========================== */

.gallery-section {
    background: #fff;
    color: #000;
    border-top: 1px solid #ddd;
}

.gallery-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-img:hover {
    transform: scale(1.05);
}


/* ===========================
   TESTIMONIALS
=========================== */

.testimonials-section {
    background: #fff;
    color: #000;
}

.arrow-btn {
    width: 46px;
    height: 46px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.arrow-btn:hover {
    background: #000;
    color: #fff;
}

.testimonial-divider {
    width: 100%;
    height: 1px;
    background: #ddd;
}

.testimonial-slider-wrapper {
    overflow: hidden;
}

.testimonial-slider {
    display: flex;
    width: 100%;
    transition: transform 0.8s ease-in-out;
}

.testimonial-slide {
    flex: 0 0 100%;
    display: flex;
}

.testimonial-card {
    flex: 1;
    padding: 50px 40px;
}

.testimonial-card.bordered {
    border-right: 1px solid #ddd;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
}

.testimonial-author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}


/* ===========================
   FOOTER
=========================== */

.site-footer {
    background: #0a0a0a;
    color: #fff;
    overflow: hidden;
}

.footer-hero-mask {
    height: 375px;
    overflow: hidden;
    margin-bottom: 80px;
}

.footer-hero-text {
    font-size: 160px;
    font-weight: bold;
    line-height: 0.9;
    opacity: 0.08;
    text-transform: lowercase;
    transform: translateY(-47px);
}

.footer-talk-row {
    margin-bottom: 60px;
}

.footer-talk-text {
    font-size: 48px;
    font-weight: 400;
}

.footer-talk-line {
    flex-grow: 1;
    height: 1px;
    background: #555;
    margin: 0 20px;
}

.footer-talk-icon {
    width: 44px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.footer-talk-icon:hover {
    background: #fff;
    color: #000;
}

.footer-main {
    font-size: 16px;
}

.footer-logo img {
    max-width: 150px;
}

.footer-links a {
    display: block;
    color: #aaa;
    margin-bottom: 12px;
    transition: color 0.3s ease;
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid #333;
    font-size: 15px;
    color: #777;
}

.footer-socials a {
    margin-left: 15px;
    color: #777;
    transition: color 0.3s ease;
}

.footer-socials a:hover {
    color: #fff;
}





/* ===============================
   TABLET & MOBILE (≤ 991px)
================================ */

@media (max-width: 991px) {

  /* Typography */
  .section-big-text {
    font-size: 32px;
  }

  .designing-title,
  .team-big-text,
  .clients-big-text {
    font-size: 42px;
  }

  .testimonials-big-text {
    font-size: 40px;
  }

  .footer-hero-text {
    font-size: 80px;
  }

  .footer-talk-text {
    font-size: 32px;
  }

  /* Header */
  .innex-header .nav-link {
    padding: 10px 0;
  }

  /* Designing Section */
  .designing-left {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }

  /* Featured Projects */
  .fp-card img {
    height: 220px;
  }

  /* Services */
  .service-no,
  .service-name {
    font-size: 22px;
  }

  /* About */
  .about-founders {
    margin-top: 40px;
  }

  .founder-box {
    width: 200px;
  }

  /* Team */
  .team-card img {
    height: 240px;
  }

  /* Clients */
  .client-box {
    min-width: 160px;
    padding: 20px;
  }

  /* Gallery */
  .gallery-img {
    height: 220px;
  }

  /* Testimonials */
  .testimonial-slide {
    flex-direction: column;
  }

  .testimonial-card {
    border-right: none !important;
    border-bottom: 1px solid #ddd;
  }

  .testimonial-card:last-child {
    border-bottom: none;
  }

  /* Footer */
  .footer-main {
    row-gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
  }
}

/* ===============================
   MOBILE ONLY (≤ 768px)
================================ */

@media (max-width: 768px) {

  /* Hero */
  .hero-title {
    font-size: 34px;
  }

  .hero-slider {
    height: 300px;
  }

  /* Featured Projects Override */
  .fp-card img {
    height: 300px;
  }
}

/* Fixed on scroll (desktop only) */
@media (min-width: 992px) {
    .innex-header.sticky {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        box-shadow: 0 5px 25px rgba(0,0,0,0.06);
        animation: slideDown 0.4s ease;
    }
}

/* Smooth slide animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

