body { margin:0; font-family:Arial; background:#ffffff; color:rgb(0, 0, 0); overflow-x:hidden; }
header { display:flex; justify-content:space-between; padding:20px 50px; background:#07152a; }
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    background: #0a0f1c; /* Dark premium background */
    position: sticky;
    top: 0;
    z-index: 1000;
}
/* NAV LINKS */
nav a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    margin-left: 30px;
    transition: 0.3s;
}

.logo-text .mark {
    color: #00aaff; /* Blue color for MARK */
}

nav a:hover {
    color: #00aaff;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

/* LOGO SECTION */
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 8px;
}

/* LOGO TEXT */
.logo-text {
    font-size: 20px;
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
}
.about-hero-premium {
    position: relative;
    height: 85vh; /* Larger height for an impactful intro */
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('about-head2.jpg') center/cover no-repeat;
    background-attachment: fixed; /* Parallax effect */
    color: #ffffff;
    overflow: hidden;
    padding-top: 60px;
}

/* Professional Cinematic Overlay */
.hero-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Darkening the image to prioritize text readability */
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 1;
}

.hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1100px;
}

/* Heritage Tag */
.heritage-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #007aff;
    margin-bottom: 30px;
}

.line {
    width: 30px;
    height: 1px;
    background: #007aff;
}

/* Editorial Typography */
.hero-title {
    font-size: clamp(40px, 8vw, 85px); /* Responsive sizing */
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -4px;
    margin-bottom: 35px;
    text-transform: capitalize;
}

.outline-text {
    color: white;
    -webkit-text-stroke: 1.5px rgb(255, 255, 255);
}

.hero-lead {
    font-size: 1.2rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    max-width: 700px;
    margin: 0 auto;
    font-weight: 300;
}

/* Smart Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: -100px; /* Positions it nicely at the bottom of the section */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    opacity: 0.6;
}

.scroll-indicator span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.mouse {
    width: 22px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 20px;
    position: relative;
}

.about-hero-digital {
    position: relative;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Use a high-tech architectural or network image */
    background: url('about-head2.jpg') center/cover no-repeat;
    background-attachment: fixed;
    background-color: #000; /* Base for the glow */
    color: #ffffff;
    overflow: hidden;
}

/* 1. THE BRIGHT BLUE OVERLAY */
.digital-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* 2. THE GLOW (This makes it 'Bright') */
.glow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(0, 255, 255, 0.2) 0%, transparent 70%);
    z-index: 2;
    pointer-events: none;
}

.hero-inner {
    position: relative;
    z-index: 3;
    text-align: center;
}

/* HERITAGE LABEL */
.heritage-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #b7bbbb; /* Bright Cyan */
    margin-bottom: 30px;
    text-shadow: 0 0 10px rgba(0, 242, 255, 0.5);
}

.line {
    width: 30px;
    height: 2px;
    background: #ffffff;
}

/* TYPOGRAPHY */
.hero-title {
    font-size: clamp(40px, 8vw, 85px);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -3px;
    margin-bottom: 35px;
}

.electric-text {
    color: #ffffff;
    text-shadow: 0 0 20px rgba(44, 215, 250, 0.814), 0 0 40px rgba(0, 212, 255, 0.4);

}

.hero-lead {
    font-size: 1.25rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    max-width: 750px;
    margin: 0 auto;
    font-weight: 400;
}

/* Smooth Entrance Animation */
.hero-inner {
    animation: digitalReveal 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes digitalReveal {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
.wheel {
    width: 3px;
    height: 6px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll-move 2s infinite;
}

@keyframes scroll-move {
    0% { transform: translate(-50%, 0); opacity: 1; }
    100% { transform: translate(-50%, 15px); opacity: 0; }
}

/* Smooth Entrance */
.hero-inner {
    animation: heroReveal 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes heroReveal {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

:root {
    --primary-black: #080808;
    --muted-gray: #707070;
    --accent-blue: #0044ff; /* A deeper, more classic blue */
    --bg-white: #ffffff;
    --border-light: #e5e5e5;
}

.premium-about {
    padding: 160px 0;
    background: var(--bg-white);
    font-family: 'Inter', sans-serif;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
}

.about-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 100px;
    align-items: start;
}

/* Left Side: Brand Identity */
.location-tag {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--accent-blue);
    display: block;
    margin-bottom: 30px;
}

.brand-statement {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -2.5px;
    color: var(--primary-black);
}

.serif-italic {
    font-family: 'Playfair Display', serif; /* Optional: Use a serif for a "Classic" touch */
    font-style: italic;
    font-weight: 400;
    color: var(--muted-gray);
}

.experience-badge {
    margin-top: 60px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.years {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--primary-black);
    border-bottom: 3px solid var(--accent-blue);
}

.label {
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    color: var(--muted-gray);
}

/* Right Side: Paragraph Blocks */
.content-block {
    margin-bottom: 50px;
    border-left: 1px solid var(--border-light);
    padding-left: 30px;
}

.sub-heading {
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--primary-black);
}

.content-block p {
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--muted-gray);
    max-width: 500px;
}


/* Responsive Handling */
@media (max-width: 1024px) {
    .about-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .brand-statement { font-size: 3rem; }
}

:root {
    --accent: #007aff;
    --text-primary: #0a0a0b;
    --text-secondary: #4b5563;
    --glass: rgba(255, 255, 255, 0.6);
    --border: rgba(0, 0, 0, 0.06);
}

.architect-section {
    padding: 180px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Ambient Glow Effects */
.glow {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    filter: blur(120px);
    z-index: 0;
    opacity: 0.15;
}
.glow-1 { top: -10%; right: -10%; background: var(--accent); }
.glow-2 { bottom: -10%; left: -10%; background: #60a5fa; }

/* Typography Stack */
.ultra-display {
    font-size: clamp(3rem, 8vw, 6rem); /* Fluid Typography */
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -4px;
    margin-top: 20px;
}

.outline-text {
    color: transparent;
    -webkit-text-stroke: 1.5px var(--text-primary);
}

.status-indicator {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--accent);
}

.dot {
    width: 8px;
    height: 8px;
    background: var(--accent);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--accent);
}

/* Architect Grid */
.architect-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    margin-top: 100px;
    position: relative;
}

.glass-card {
    background: var(--glass);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border);
    padding: 50px;
    border-radius: 40px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.glass-card:hover {
    background: #ffffff;
    border-color: var(--accent);
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.05);
}

/* Position Strategy & Engineering asymmetrically */
.strategy { grid-column: span 7; }
.engineering { grid-column: span 5; }
.metrics { 
    grid-column: 4 / span 6; 
    display: flex; 
    justify-content: space-around;
    padding: 30px;
}

.card-tag {
    font-size: 0.8rem;
    font-weight: 800;
    opacity: 0.3;
    margin-bottom: 20px;
}

.tech-row {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.tech-pill {
    padding: 6px 14px;
    background: #f3f4f6;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
}

/* Metrics Styling */
.metric-item { text-align: center; }
.val { 
    display: block; 
    font-size: 3rem; 
    font-weight: 900; 
    color: var(--text-primary);
    letter-spacing: -2px;
}
.metric-sep { width: 1px; background: var(--border); }

/* Mobile Adaptability */
@media (max-width: 1024px) {
    .strategy, .engineering, .metrics { grid-column: span 12; }
    .ultra-display { letter-spacing: -2px; }
}



/* GLOBAL */
section {
  padding: 80px 20px;
}

.email-float {
  position: fixed;
  bottom: 100px;
  right: 25px;
  width: 60px;
  height: 60px;
  background-color: #099bf7;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  z-index: 999;
  text-decoration: none;
  transition: all 0.4s ease;
}

/* Hover Effect */
.email-float:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* Optional Pulse Animation */
.email-float::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.4);
  animation: pulse 1.5s infinite;
  z-index: -1;
}

.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  z-index: 999;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover Effect */
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* Optional Pulse Animation */
.whatsapp-float::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.4);
  animation: pulse 1.5s infinite;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

    /* Timeline Section */
    .timeline {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .timeline-item {
        background: #fff;
        border-left: 4px solid #0056b3;
        padding: 20px;
        margin: 20px 0;
        width: 80%;
        position: relative;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        transition: transform 0.5s;
    }
    .timeline-item:hover {
        transform: translateX(10px);
    }
    .timeline-item::before {
        content: '';
        width: 15px;
        height: 15px;
        background: #0056b3;
        border-radius: 50%;
        position: absolute;
        left: -10px;
        top: 20px;
    }
.services {
    padding: 80px 20px;
    background: linear-gradient(135deg, #eef2f7, #e3ecf5);
}

.case-study-section {
  padding: 80px 20px;
  background: #ffffff;
  color: #111827;
  font-family: Arial, sans-serif;
  max-width: 1400px;
  margin: auto;
}

.case-study-section h2 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 15px;
}

.subtitle {
  text-align: center;
  color: #6b7280;
  margin-bottom: 50px;
}

.case-card {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
  background: #f9fafb;
  padding: 50px;
  border-radius: 12px;
  transition: 0.3s ease;
}

.case-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transform: translateY(-15px);
}

.case-card.reverse {
  flex-direction: row-reverse;
}

.case-image {
  flex: 1;
}

.case-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

.case-content {
  flex: 1;
}

.case-content h3 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #111827;
}

.case-content p {
  color: #4b5563;
  line-height: 1.6;
  font-size: 20px;
}

.read-more {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 18px;
  background: #2563eb;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
}

.read-more:hover {
  background: #1d4ed8;
}

/* WHY CHOOSE US SECTION */
.why-choose-us {
  text-align: center;
  padding: 60px 20px;
  background-color: #f0f4f8;
}

.why-choose-us h2 {
  font-size: 3rem; /* Big heading */
  margin-bottom: 40px;
  color: #0056b3;
  font-weight: bold;
  letter-spacing: 1px;
}

.cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  width: 220px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.5s, box-shadow 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}

.card p {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}

/* Simple animation: lift on hover + fade-in */
.card {
  opacity: 0;
  transform: translateY(30px);
}

.card.animate {
  animation: fadeUp 0.8s forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
/* CTA */
.cta {
  text-align: center;
}

.cta a {
  padding: 12px 25px;
  background: #00b4d8;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
}

/* ANIMATION */
.animate {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.8s;
}

.animate.show {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */
@media(max-width:768px){
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

/* MAIN FOOTER */
.footer {
  background: #000; /* PURE BLACK */
  color: #fff;
  font-family: Arial, sans-serif;
}

/* TOP CONTACT BAR */
.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px 48px;
  padding: 20px;
  border-bottom: 1px solid #111;
  background: #050505;
}

.contact-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
}

.contact-box .icon {
  font-size: 24px;
  color: #00b4ff;
}

/* CONTAINER */
.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 40px;
  padding: 50px 40px;
}

/* LOGO IMAGE CONTROL */
.footer-logo {
  width: 160px;
  margin-bottom: 15px;
  transition: 0.4s ease;
}

/* LOGO HOVER EFFECT */
.footer-logo:hover {
  transform: scale(1.05);
  filter: brightness(1.2);
}

/* HEADINGS */
.footer-col h3 {
  margin-bottom: 18px;
  font-size: 30px; /* BIGGER FONT */
}

/* TEXT */
.footer-col p {
  font-size: 18px;
  color: #aaa;
  margin-bottom: 10px;
  transition: 0.3s;
}

/* ICON COLOR */
.footer-col .icon {
  margin-right: 8px;
  color: #00b4ff;
}

/* LINKS */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #aaa;
  font-size: 18px;
  transition: 0.3s;
}

/* HOVER BLUE EFFECT */
.footer-col ul li a:hover,
.footer-col p:hover {
  color: #00b4ff; /* BRIGHT BLUE */
}

/* SOCIALS */
.socials {
  margin-top: 15px;
}

.socials a {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 12px;
  background: #111;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

/* SOCIAL HOVER */
.socials a:hover {
  background: #00b4ff;
  color: #000;
}

/* BOTTOM */
.footer-bottom {
  text-align: center;
  padding: 20px;
  border-top: 1px solid #111;
  font-size: 14px;
  color: #777;
}

@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }

  .contact-box {
    font-size: 16px;
    justify-content: center;
    text-align: center;
  }

  .footer-container {
    grid-template-columns: 1fr;
    padding: 30px 20px;
    gap: 28px;
  }
}

@media (max-width: 480px) {
  .footer-top {
    gap: 12px;
    padding: 14px;
  }

  .contact-box {
    font-size: 14px;
  }

  .footer-logo {
    width: 120px;
  }
}

/* ===== COMPREHENSIVE RESPONSIVE DESIGN ===== */

/* Mobile Menu Toggle Button */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 6px;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
}

.menu-toggle span {
  width: 25px;
  height: 3px;
  background: white;
  transition: 0.3s;
}

.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(10px, 10px);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ===== TABLET (768px and below) ===== */
@media (max-width: 768px) {
  /* Navbar */
  .navbar {
    padding: 15px 20px;
  }

  .logo img {
    width: 40px;
    height: 40px;
  }

  .logo-text {
    font-size: 16px;
  }

  .menu-toggle {
    display: flex;
  }

  nav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #0a0f1c;
    flex-direction: column;
    padding: 20px;
    display: none;
    z-index: 999;
  }

  nav.active {
    display: flex;
  }

  nav a {
    padding: 15px;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  /* Hero Section */
  .about-hero-premium, .about-hero-digital {
    height: 60vh;
    padding-top: 40px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-lead {
    font-size: 1rem;
  }

  /* About Container */
  .container {
    padding: 0 20px;
  }

  .about-wrapper {
    gap: 40px;
  }

  .brand-statement {
    font-size: 2rem;
  }

  .ultra-display {
    font-size: 2rem;
  }

  /* Architect Grid */
  .architect-grid {
    gap: 15px;
    margin-top: 50px;
  }

  .glass-card {
    padding: 30px;
    border-radius: 20px;
  }

  /* Case Study */
  .case-card {
    flex-direction: column !important;
    gap: 20px;
    padding: 30px;
  }

  .case-image img {
    height: 250px;
  }

  .case-content h3 {
    font-size: 20px;
  }

  .case-content p {
    font-size: 16px;
  }

  /* Cards */
  .cards {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .card {
    width: 100%;
    max-width: 300px;
  }

  /* Footer */
  .footer-top {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
  }

  .footer-container {
    grid-template-columns: 1fr 1fr;
    padding: 30px 20px;
    gap: 25px;
  }

  .footer-col h3 {
    font-size: 20px;
  }

  .footer-col p {
    font-size: 15px;
  }

  .footer-col ul li a {
    font-size: 15px;
  }

  /* Floating buttons */
  .email-float,
  .whatsapp-float {
    width: 55px;
    height: 55px;
  }

  /* Timeline */
  .timeline-item {
    width: 100%;
  }
}

/* ===== MOBILE (480px and below) ===== */
@media (max-width: 480px) {
  /* Navbar */
  .navbar {
    padding: 12px 15px;
  }

  .logo {
    gap: 8px;
  }

  .logo img {
    width: 35px;
    height: 35px;
  }

  .logo-text {
    font-size: 14px;
  }

  .menu-toggle span {
    width: 20px;
    height: 2.5px;
  }

  /* Hero */
  section {
    padding: 40px 15px;
  }

  .about-hero-premium, .about-hero-digital {
    height: 50vh;
    padding-top: 30px;
  }

  .hero-title {
    font-size: 1.5rem;
    letter-spacing: -1px;
  }

  .hero-lead {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .heritage-label {
    font-size: 11px;
    letter-spacing: 2px;
  }

  .container {
    padding: 0 12px;
  }

  /* About Section */
  .about-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .brand-statement {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .years {
    font-size: 2.5rem;
  }

  .label {
    font-size: 0.8rem;
  }

  /* Architect Section */
  .architect-section {
    padding: 60px 0;
  }

  .ultra-display {
    font-size: 1.8rem;
  }

  .architect-grid {
    gap: 12px;
    margin-top: 30px;
  }

  .glass-card {
    padding: 20px;
    border-radius: 16px;
  }

  /* Case Study */
  .case-study-section h2 {
    font-size: 24px;
  }

  .case-card {
    padding: 20px;
    gap: 15px;
  }

  .case-image img {
    height: 200px;
  }

  .case-content h3 {
    font-size: 18px;
  }

  .case-content p {
    font-size: 14px;
  }

  /* Why Choose Us */
  .why-choose-us h2 {
    font-size: 1.8rem;
  }

  .cards {
    flex-direction: column;
    gap: 15px;
  }

  .card {
    width: 100%;
    padding: 20px;
  }

  .card img {
    width: 80px;
    height: 80px;
  }

  .card p {
    font-size: 1rem;
  }

  /* Footer */
  .footer-top {
    flex-direction: column;
    gap: 12px;
    padding: 12px;
  }

  .contact-box {
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    padding: 20px 12px;
    gap: 20px;
  }

  .footer-logo {
    width: 100px;
  }

  .footer-col h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .footer-col p {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .footer-col ul li a {
    font-size: 13px;
  }

  .socials a {
    padding: 6px 10px;
    font-size: 12px;
    margin-right: 8px;
  }

  .footer-bottom {
    padding: 12px;
    font-size: 11px;
  }

  /* Floating buttons */
  .email-float,
  .whatsapp-float {
    width: 50px;
    height: 50px;
    font-size: 22px;
    right: 20px;
  }

  .email-float {
    bottom: 85px;
  }

  .whatsapp-float {
    bottom: 20px;
  }

  /* Timeline */
  .timeline-item {
    width: 100%;
    padding: 15px;
  }

  /* Status Indicator */
  .status-indicator {
    font-size: 0.7rem;
  }

  .dot {
    width: 6px;
    height: 6px;
  }
}

/* ===== EXTRA SMALL (under 360px) ===== */
@media (max-width: 360px) {
  .navbar {
    padding: 10px 12px;
  }

  .logo-text {
    font-size: 12px;
  }

  .hero-title {
    font-size: 1.3rem;
  }

  .brand-statement {
    font-size: 1.3rem;
  }

  .ultra-display {
    font-size: 1.5rem;
  }

  .architect-grid {
    gap: 10px;
  }

  .case-study-section h2 {
    font-size: 20px;
  }

  .footer-col h3 {
    font-size: 14px;
  }

  .footer-col p {
    font-size: 12px;
  }
}
