:root{
  --deep-blue:#003478;
  --bright-blue:#38b6ff;
  --white:#FFFFFF;
  --sky-blue:#62C8E7;
  --muted-gray:#F6F8FA;
  --text-dark:#0F1724;
  --accent-yellow:#f3db77; /* logo yellow */
  --max-width:1100px;
}

*{box-sizing:border-box}
body{font-family:Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; color:var(--text-dark); margin:0; background:var(--muted-gray);}
.container{max-width:var(--max-width); margin:0 auto; padding:1rem;}

.site-header{
    height: 120px;
    padding-top: 30px;
    background:var(--white);
    box-shadow:0 1px 4px rgba(2,6,23,0.06); 
    position:sticky; top:0; z-index:50;
}


.nav-row{display:flex; align-items:center; justify-content:space-between; gap:1rem}
.brand{display:flex; align-items:center; gap:.75rem; text-decoration:none; color:inherit}
.brand{width:300px; height:60px; padding: 0%;} 
.logo{width:70px; height:70px; border-radius:8px;}
.main-nav{
    display:flex;
    gap:1rem;
    align-items:center
}
.main-nav a{
    color:var(--text-dark);
    text-decoration:none; 
    padding:.5rem
}

.cta{background:var(--sky-blue); color:var(--white); padding:.5rem .8rem; border-radius:8px}
.hero-cta a:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  background-color: var(--accent-yellow);
}
.nav-toggle{display:none; background:none; border:none; font-size:1.2rem}

.hero{padding:2.5rem 0}
.hero-grid{display:grid; grid-template-columns:1fr 420px; gap:2rem; align-items:center}
.lead{color:rgba(15,23,36,.8)}
.btn{display:inline-block; padding:.6rem 1rem; border-radius:8px; background:var(--deep-blue); color:var(--white); text-decoration:none; }
.btn.outline{background:transparent; border:2px solid var(--deep-blue); color:var(--deep-blue); margin-left:.5rem}
.btn-large{padding:1rem 1.25rem}

.grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:1rem}
.card{display:block; background:var(--white); padding:1rem; border-radius:8px; text-decoration:none; color:inherit}
.card img{width:100%; height:160px; object-fit:cover; border-radius:6px}

.cta-banner{background:linear-gradient(90deg,var(--bright-blue),var(--deep-blue)); color:var(--white); padding:1.25rem; margin:2rem 0}
.cta-banner .btn{background:var(--white); color:var(--deep-blue)}

.site-footer{background:var(--white); margin-top:2rem; padding:1.25rem 0}
.footer-grid{display:grid; grid-template-columns:1fr 1fr 1fr; gap:1rem}
.site-footer nav a{display:block; margin-bottom:.35rem; color:var(--text-dark)}
.copyright{text-align:center; padding:.75rem 0; color:rgba(15,23,36,.6)}

/* smaller layouts */
@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr}
  .grid-3{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:600px){
  .main-nav{display:none}
  .nav-toggle{display:block}
  .grid-3{grid-template-columns:1fr}
  .features{flex-direction:column}
  .footer-grid{grid-template-columns:1fr}
}


/* Page-specific utilities */
.projects .project{background:var(--white); padding:1rem; border-radius:8px}
.project img{width:100%; height:160px; object-fit:cover; border-radius:6px}
.filters{display:flex; gap:.5rem; margin:1rem 0}
.filters button{background:transparent; border:1px solid rgba(15,23,36,.06); padding:.45rem .6rem; border-radius:6px}
.filters button.active{background:var(--deep-blue); color:var(--white)}

.contact-grid{display:grid; grid-template-columns:1fr 360px; gap:1rem}
.contact-form{background:var(--white); padding:1rem; border-radius:8px}
.contact-form label{display:block; margin-top:.6rem}
.contact-form input, .contact-form textarea{width:100%; padding:.6rem; border:1px solid #e6eef7; border-radius:6px}
.contact-side{background:var(--white); padding:1rem; border-radius:8px}

/* small tweaks */
.small .site-header{position:static}


/* accessible focus styles */
:focus{outline:3px solid rgba(0,174,239,.18); outline-offset:2px}

.container {
  max-width: 1100px;
  margin: auto;
  padding: 0 1rem;
}
.features{display:flex; gap:1rem; margin-top:1rem}
.features article{background:var(--white); padding:1rem; border-radius:8px; flex:1}


/* Brand text */
.brand-text {
  font-weight:700;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--deep-blue); /* keep strong dark blue for readability */
  font-size: 1.35rem;
  display: inline-block;
  line-height: 1;
}
.brand-text2 {
  color: var(--accent-yellow); /* TECH in yellow */
  padding-left: 0.2rem;
}

/* Secondary (yellow) button */
.btn.secondary {
  background: var(--accent-yellow);
  color: var(--deep-blue);
  border: 2px solid rgba(0,0,0,0.06);
  padding: .6rem 1rem;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
}
.btn.secondary:hover,
.btn.secondary:focus {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(3,27,78,0.08);
  outline: none;
}

/* Use yellow as small accents */
.why-box { border-left: 4px solid var(--accent-yellow); }
.features article h3::before {
  content: "";
  display:inline-block;
  width:8px; height:8px;
  background:var(--accent-yellow);
  border-radius:50%;
  margin-right:.6rem;
  vertical-align:middle;
}

/* Hover/focus accents */
.main-nav a:hover,
.main-nav a:focus {
  box-shadow: inset 0 -3px 0 var(--accent-yellow);
  color: var(--deep-blue);
}

.build{
    color: var(--bright-blue);
}

.footer {
  background: #f8f9fb;
  padding: 4rem 1.5rem 2rem;
  color: var(--text-dark);
  border-top: 1px solid rgba(0,0,0,0.05);
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: space-between;
  max-width: var(--max-width);
  margin: 0 auto;
}

.footer h3, .footer h4 {
  color: var(--deep-blue);
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer p {
  color: #444;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}

.newsletter-form {
  display: flex;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 8px;
  overflow: hidden;
  max-width: 320px;
  margin-bottom: 1rem;
}

.newsletter-form input {
  flex: 1;
  border: none;
  padding: 0.7rem 1rem;
  font-size: 0.95rem;
  outline: none;
  background: #fff;
}

.newsletter-form button {
  background: var(--deep-blue);
  color: #fff;
  border: none;
  padding: 0 1rem;
  cursor: pointer;
  font-size: 1.2rem;
  transition: background 0.3s ease;
}

.newsletter-form button:hover {
  background: var(--accent-yellow);
  color: var(--deep-blue);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.footer-links h4 {
  margin-bottom: 1rem;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--bright-blue);
}

.social-icons {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.social-icons a {
  color: var(--deep-blue);
  font-size: 1.2rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-icons a:hover {
  color: var(--accent-yellow);
  transform: scale(1.2);
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 1.2rem;
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #666;
}

/* Mobile view */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
  .footer-links {
    justify-content: center;
  }
}

img{
    height: 400px;
    width: 600;

}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 2rem;
  align-items: center;
  margin-top: 2rem;
}
.about-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.founder-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 2rem;
  align-items: center;
  margin-top: 3rem;
}
.founder-photo img {
  width: 100%;
  border-radius: 20%;
  object-fit: cover;
  box-shadow: 0 4px 25px rgba(0,0,0,0.08);
}
.founder-text p {
  line-height: 1.6;
  color: #444;
}

/* Responsive */
@media (max-width: 800px) {
  .about-grid, .founder-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .founder-photo img {
    width: 200px;
    margin: 0 auto;
  }
}
/* ===== SERVICES PAGE STYLING ===== */

/* Page intro */
main.container {
  margin-top: 6rem;
  max-width: 1100px;
}

main h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--bright-blue);
  margin-bottom: 0.8rem;
  text-align: center;
}
main h1:hover{
  color: var(--accent-yellow);
}
@media (max-width: 768px) {
  main h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--bright-blue);
  margin-bottom: 0.8rem;
  text-align: center;
  margin-top: 35%;
}
}

main .lead {
  text-align: center;
  font-size: 1.1rem;
  color: #333;
  max-width: 700px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}

/* ===== Service Cards ===== */
.service-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.service-list article {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
  position: relative;
  overflow: hidden;
}

.service-list article::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(120deg, #00AEEF33, #002C8D22);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.service-list article:hover::before {
  opacity: 1;
}

.service-list article:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.service-list h3 {
  color: #002C8D;
  font-size: 1.25rem;
  margin-bottom: 0.7rem;
}

.service-list p {
  color: #555;
  line-height: 1.6;
}

/* ===== Pricing Section ===== */
.pricing-note {
  background: linear-gradient(90deg, #002C8D, #00AEEF);
  color: white;
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.pricing-note h4 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.pricing-note p {
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 1rem;
}

/* ===== Newsletter Section (Footer consistency) ===== */
.newsletter {
  max-width: 400px;
}

.newsletter-form {
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
}

.newsletter-form input {
  flex: 1;
  padding: 0.7rem 1rem;
  border: 1px solid #ccc;
  border-radius: 2rem 0 0 2rem;
  font-size: 0.95rem;
  outline: none;
}

.newsletter-form button {
  background: #002C8D;
  color: #fff;
  border: none;
  padding: 0.7rem 1.1rem;
  border-radius: 0 2rem 2rem 0;
  cursor: pointer;
  transition: background 0.3s ease;
}

.newsletter-form button:hover {
  background: var(--accent-yellow);
}

/* ===== Animations ===== */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive tweaks */
@media (max-width: 768px) {
  main.container {
    margin-top: 4rem;
    padding: 0 1rem;
  }

  .service-list {
    gap: 1.5rem;
  }

  .pricing-note {
    padding: 1.5rem;
  }

  .hero-image img {
    width: 325px;
    height: auto;
  }
}

.cta-banner .container .btn:hover{
  background-color: var(--accent-yellow);
}

.contact-page {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.contact-hero {
  text-align: center;
  margin-bottom: 2rem;
}


.contact-hero .lead {
  color: rgba(15, 23, 36, 0.75);
  font-size: 1.1rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 2rem;
}

.contact-form,
.contact-side {
  background: var(--white);
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #e0e6ed;
  border-radius: 6px;
  padding: 0.75rem;
  width: 100%;
  margin-top: 0.4rem;
  font-family: inherit;
}

.contact-form button {
  margin-top: 1rem;
  width: 100%;
}

.contact-side h3, .contact-side h4 {
  color: var(--deep-blue);
  margin-top: 0;
}

.contact-side p {
  line-height: 1.6;
  color: #333;
}

.contact-socials {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.contact-socials a {
  background: var(--deep-blue);
  color: white;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.contact-socials a:hover {
  background: var(--accent-yellow);
  color: var(--deep-blue);
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
/* --- Navbar --- */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: var(--white);
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: top 0.4s ease;
}

.site-header.hide {
  top: -90px; /* hides the navbar smoothly */
}

/* nav-row alignment */
.nav-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 1rem;
}

/* main navigation default */
.main-nav {
  display: flex;
  gap: 1rem;
  align-items: center;
}

/* responsive toggle */
.nav-toggle {
  display: none;
  font-size: 1.8rem;
  background: none;
  border: none;
  cursor: pointer;
}

/* mobile styling */
@media (max-width: 768px) {
  .main-nav {
    position: fixed;
    top: 70px;
    right: -100%;
    background: var(--white);
    width: 70%;
    max-width: 280px;
    height: calc(100vh - 70px);
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
    gap: 1rem;
    box-shadow: -4px 0 12px rgba(0, 0, 0, 0.05);
    transition: right 0.3s ease;
  }

  .main-nav.active {
    right: 0;
  }

  .nav-toggle {
    display: block;
    color: var(--deep-blue);
  }

  .brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .main-nav a {
    width: 100%;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }

  .main-nav a.cta {
    border: none;
    background: var(--bright-blue);
    color: white;
    text-align: center;
    padding: 0.7rem 1rem;
    border-radius: 6px;
    width: 100%;
  }
}
}

body.no-scroll {
  overflow: hidden;
}

/* Prevent background scroll when menu open */
body.no-scroll {
  overflow: hidden;
}

/* Overlay background when nav is open */
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9;
}

.nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Ensure nav menu is above overlay */
.main-nav.active {
  z-index: 10;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 70%;
  max-width: 320px;
  background: #fff;
  box-shadow: -3px 0 10px rgba(0, 0, 0, 0.15);
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.main-nav.open {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--white);
  padding: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 1000;
}

.nav-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.4);
  z-index: 500;
}

/* FAQ and Policy Page Enhancements */
.faq-list article {
  background: var(--white);
  border-left: 4px solid var(--accent-yellow);
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  transition: transform 0.3s ease;
}
.faq-list article:hover {
  transform: translateY(-3px);
}

.policy h3 {
  color: var(--deep-blue);
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}
.policy p {
  line-height: 1.7;
  color: #444;
}

select{
  color: var(--deep-blue);
  height: 55%;
  width: 20%;
  background-color: var(--accent-yellow);
  font-size: larger;
  font-weight: 600;
  border-color: var(--accent-yellow);
}

/* =========================
   Project / Case Study Styles
   Append to assets/styles.css
   ========================= */

/* Container tweaks for project pages */
.project-page {
  padding: 3rem 1rem;
  max-width: var(--max-width);
  margin: 0 auto 4rem;
  background: transparent;
}

/* HERO */
.project-hero {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
  align-items: start;
  background-color: #00AEEF;
  padding: 5%;
}
.project-hero div{
  margin-top: 15%;
}

.project-hero-img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(3,27,78,0.07);
  object-fit: cover;
  max-height: 360px;
  width: 100%;
}
.project-page h1 {
  font-size: 2.2rem;
  margin:0.5rem 0.6rem;
  color: var(--deep-blue);
}

.project-page .lead {
  color: rgba(15,23,36,.75);
  margin-bottom: 1rem;
  line-height: 1.6;
  margin-top: -40%;
}

/* Project sections */
.project-section {
  background: var(--white);
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
  margin-bottom: 1.25rem;
  box-shadow: 0 8px 24px rgba(3,27,78,0.03);
}

.project-page h3{
  color: var(--deep-blue);
  margin-top: 10%;
}

/* Details list */
.details-list {
  list-style: none;
  padding: 0;
  margin: .75rem 0 0;
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.details-list li {
  font-size: .95rem;
  color: #333;
  padding: .35rem .65rem;
  border-radius: 8px;
  background: #fbfcfe;
  border: 1px solid rgba(0,0,0,0.03);
}

/* Gallery grids */
.project-gallery {
  display: grid;
  gap: 1rem;
}
.project-gallery.grid-2 {
  grid-template-columns: repeat(3, 1fr);
}
.project-gallery.grid-2 img{
  width: 50%;
  height: auto;
  object-fit: cover;
}
.project-gallery.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  
}
.project-gallery.grid-3 img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.project-gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(3,27,78,0.06);
}
.project {
  text-decoration: none;
  color: #222;
}


.project a:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

/* Color palette cards */
.color-palette {
  display: flex;
  gap: 0.8rem;
  margin: 0.8rem 0 1rem;
  flex-wrap: wrap;
}
.color-card {
  min-width: 120px;
  padding: 1rem;
  border-radius: 8px;
  color: white;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  justify-content: flex-end;
  box-shadow: 0 6px 18px rgba(3,27,78,0.06);
  text-shadow: 0 1px 0 rgba(0,0,0,0.06);
}
.color-card span {
  font-weight: 700;
  font-size: .95rem;
}
.color-card p {
  margin: 0;
  font-size: .85rem;
  opacity: .95;
}

/* Typography block */
.typography-block {
  padding: .75rem 0;
}
.typography-block p {
  margin: .35rem 0;
}

/* Checklist */
.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.checklist li {
  padding: .5rem 0;
  position: relative;
  padding-left: 2rem;
  color: #264653;
}
.checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent-yellow);
  font-weight: 700;
  font-size: .95rem;
}

/* Buttons / links */
.button-group {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  margin-top: .8rem;
}
.button-group .btn {
  padding: .6rem 1rem;
  border-radius: 10px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: none;
  cursor: pointer;
  font-weight: 600;
}
.button-group .btn.primary {
  background: linear-gradient(90deg,var(--bright-blue),var(--deep-blue));
  color: white;
  box-shadow: 0 8px 24px rgba(3,27,78,0.08);
}
.button-group .btn:focus,
.button-group .btn:hover {
  transform: translateY(-3px);
}

/* Responsive: collapse hero and gallery nicely */
@media (max-width: 780px) {
  .project-hero {
    grid-template-columns: 1fr;
    margin-top: 150px;
  }
  .project-hero span{
    margin-bottom: 50px;
    
  }
  .project-page h1 {
    font-size: 2.2rem;
    margin:2rem 2rem .6rem;
    color: var(--deep-blue);
  }
  .project-page .lead {
  color: rgba(15,23,36,.75);
  margin-bottom: 1rem;
  line-height: 1.6;
  margin-top: 10%;
}
  .project-hero-img {
    max-height: 300px;
  }
  .project-gallery.grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  
}

@media (max-width: 780px) {
  .project-page {
    padding: 1.25rem;
    
  }
  .project-gallery.grid-2,
  .project-gallery.grid-3 {
    grid-template-columns: 1fr;
  }
  .color-card {
    min-width: 100px;
    flex: 1 1 45%;
  }
  .details-list {
    flex-direction: column;
    gap: .5rem;
  }
}

/* Small utility tweaks to match the site */
.project-page a { color: var(--deep-blue); text-decoration: none; }
.project-page a:hover { text-decoration: underline; }

/* Ensure project hero images don't overflow */
.project-hero .project-hero-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
}

.business-card {
  width: 380px;
  height: 220px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.18);
  overflow: hidden;
  display: flex;
  margin: 30px auto;
  font-family: "Poppins", sans-serif;
}

/* ------------ FRONT ------------- */
.business-card.front {
  background: #003478;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.business-card.front h2 {
  font-size: 28px;
  margin: 10px 0;
  font-weight: 600;
  color: var(--bright-blue);

}

.business-card.front h2 span {
  color: var(--accent-yellow);
}

.business-card.front .tagline {
  font-size: 14px;
  margin-top: 4px;
  opacity: 0.85;
  color: var(--sky-blue);
}
.logo-area img{
  width: 90px;
  height: auto;
}

/* ------------ BACK ------------- */
.business-card.back {
  background: #ffffff;
  color: #003478;
  position: relative;
}

.business-card.back .side-strip {
  width: 70px;
  background: #003478;
  height: 100%;
}

.business-card.back .content {
  padding: 20px 25px;
}

.business-card.back h3 {
  margin: 0;
  font-size: 22px;
  color: #003478;
}

.business-card.back .role {
  margin-top: -5px;
  font-size: 14px;
  color: #38B6FF;
  font-weight: 600;
}

.business-card.back p {
  margin: 8px 0;
  font-size: 14px;
}

.business-card.back i {
  margin-right: 8px;
  color: #38B6FF;
}


/* ---------------------------
   ServEase specific / tweaks
   Append to assets/styles.css
   --------------------------- */

/* status pill */
.status-dev {
  background: linear-gradient(90deg,var(--bright-blue),var(--deep-blue));
  color: white;
  padding: .25rem .6rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: .9rem;
  display: inline-block;
}

/* project-servease hero tweaks */
.project-hero {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 1.5rem;
}
.project-hero-img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  max-height: 360px;
  box-shadow: 0 10px 30px rgba(3,27,78,0.06);
}

/* roadmap */
.roadmap {
  padding-left: 1rem;
  margin: 0.6rem 0;
}
.roadmap li {
  margin-bottom: .6rem;
  line-height: 1.6;
}

/* muted helper */
.muted {
  color: #5a6473;
  font-size: .95rem;
}

/* disabled link style */
[aria-disabled="true"] {
  opacity: .55;
  pointer-events: none;
}

/* small gallery override */
.project-gallery img {
  height: 220px;
  object-fit: cover;
}

/* improve ordered list look */
.project-section ol.roadmap {
  list-style: decimal;
  padding-left: 1.2rem;
}

/* smaller screens */
@media (max-width: 780px) {
  .project-hero {
    grid-template-columns: 1fr;
  }
  .project-hero-img {
    max-height: 280px;
  }
  .project-gallery.grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .project-hero-img {
    max-height: 220px;
  }
  .project-gallery.grid-3,
  .project-gallery.grid-2 {
    grid-template-columns: 1fr;
  }
}

/* ==============================
   ProofChain Project Page Styles
   ============================== */

.status-live {
  background: linear-gradient(90deg, #16a34a, #22c55e);
  color: #fff;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
}

.proofchain-hero h1 {
  background: linear-gradient(90deg, var(--deep-blue), var(--bright-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-list {
  list-style: none;
  padding-left: 0;
}

.feature-list li {
  padding: 0.4rem 0;
  font-weight: 500;
}

.project-page ul li {
  line-height: 1.6;
}

.project-gallery img {
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.project-section {
  margin-bottom: 2.2rem;
}

@media (max-width: 900px) {
  .project-hero {
    grid-template-columns: 1fr;
  }
}

/* ==============================
   FixIt AI Project Page Styles
   ============================== */

.status-dev {
  background: linear-gradient(90deg, #f59e0b, #facc15);
  color: #000;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
}

.fixit-hero h1 {
  background: linear-gradient(90deg, var(--bright-blue), var(--yellow-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.timeline {
  padding-left: 1.2rem;
}

.timeline li {
  margin-bottom: 0.6rem;
  font-weight: 500;
}

.project-page p {
  max-width: 900px;
}

.project-gallery img {
  transition: transform 0.3s ease;
}

.project-gallery img:hover {
  transform: translateY(-6px);
}
