* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Roboto, Arial, sans-serif;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #060816;
  color: #f8fafc;
  line-height: 1.6;
  scroll-behavior: smooth;
}

main {
  flex: 1;
  padding-top: 90px; /* space for fixed nav */
}

header {
  background: black;
  color: white;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(39, 1, 4, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid white;
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.45);
  padding: 0 20px;
  height: 70px;
  z-index: 1000;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

nav a {
  color: #f8fafc;
  text-decoration: none;
  transition: color 0.3s;
}

nav a:hover,
nav a.active {
  color: #06b6d4;
}

.logo {
  height: 60px;
  width: auto;
}

/* Hero Section */
.home-page .hero {
  width: min(1180px, 92%);
  margin: 0 auto;
  padding: clamp(2.5rem, 7vw, 6rem) 0 clamp(3rem, 8vw, 7rem);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3.75rem);
  align-items: center;
}

.home-page .hero-content {
  text-align: left;
  max-width: 800px;
}

.home-page .hero-kicker {
  display: inline-flex;
  margin: 0 0 1.15rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: rgba(11, 16, 32, 0.9);
  color: #94a3b8;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 600;
}

.home-page .hero h1 {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #f8fafc;
  text-transform: none;
  text-shadow: none;
 font-size: clamp(2.5rem, 6vw, 5rem);
  font-family: "Montserrat", "Poppins", sans-serif;

  /* Updated font-size and line-height for better readability */
  font-size: clamp(2.5rem, 6vw, 5rem);  /* bigger minimum and maximum */
  line-height: 1.2;                     /* more vertical space */
  letter-spacing: -0.01em;              /* slightly looser spacing */
}

.home-page .hero-subtext {
  width: 100%;
  margin: 1.4rem 0 0;
  padding: 0;
  color: #94a3b8;
  text-align: left;
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.7;
}

.home-page .hero-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.home-page .hero-btn {
  text-decoration: none;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.78rem 1.3rem;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.home-page .hero-btn:hover {
  transform: translateY(-2px);
}

.home-page .hero-btn-primary {
  background: linear-gradient(120deg, #7c3aed, #5b2db7 48%, #06b6d4);
  color: #f8fafc;
  box-shadow: 0 10px 26px rgba(124, 58, 237, 0.4);
}

.home-page .hero-btn-secondary {
  background: rgba(11, 16, 32, 0.94);
  color: #f8fafc;
  border-color: rgba(148, 163, 184, 0.35);
}

.home-page .hero-btn-secondary:hover {
  box-shadow: 0 0 0 1px rgba(6, 182, 212, 0.3), 0 12px 24px rgba(6, 182, 212, 0.18);
}

/* Canvas Shell */
.home-page .hero-canvas-shell {
  position: relative;
  min-height: clamp(290px, 42vw, 500px);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: linear-gradient(150deg, rgba(11, 16, 32, 0.95), rgba(12, 20, 44, 0.9));
  box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.15), 0 30px 70px rgba(2, 6, 23, 0.7);
}

.home-page .hero-canvas-shell::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  background: #a3e635;
  box-shadow: 0 0 18px rgba(163, 230, 53, 0.7);
}

.home-page #hero-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

/* Highlights */
.highlights-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 40px auto;
  max-width: 1000px;
}

.highlight {
  flex: 1 1 250px;
  max-width: 350px;
  background: #013951;
  font-weight: bolder;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  color: #fafafb;
  transition: transform 0.3s, box-shadow 0.3s;
}


.highlight:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.8),
              0 0 40px rgba(255, 255, 255, 0.6),
              0 0 80px rgba(255, 255, 255, 0.4);
}

.highlight i {
  font-size: 40px;
  color: #ee5604;
  margin-bottom: 15px;
  
}

.highlight h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 17px;
  margin-bottom: 5px;
  color: #45bbfa;
  text-decoration: underline;
}

.highlight p {
  font-size: 0.95rem;
  color: #fff;
  font-weight: 800;
}

/* Footer */
footer {
  position: relative;
  z-index: 1100;
  background: #013951;
  color: white;
  text-align: center;
  padding: 10px;
}

footer p {
  margin: 0;
}
/* Hamburger base */
/* Default nav links (desktop) */
.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

/* Hamburger hidden by default */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 4px;
  width: 100%;
  background: #f8fafc;
  border-radius: 2px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .hamburger {
    display: flex; /* show hamburger */
  }

  /* Hide nav links by default on mobile */
  .nav-links {
    position: absolute;
    top: 70px; /* below fixed nav bar */
    right: 0;
    flex-direction: column;
    background: #000; /* grey background */
    width: 90px;
    padding: 10px 0;
    display: none; /* hidden until active */
  }

  /* Show when active */
  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    margin: 10px 0;
    text-align: center;
  }

  .nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
  }
}


/* Responsive */
@media (max-width: 980px) {
  .home-page .hero {
    grid-template-columns: 1fr;
  }
  .home-page .hero h1 {
    font-size: clamp(1rem, 1vw, 2rem); /* bigger on phone */
    text-align: center;

    width: 90%; /* optional, looks better on narrow screens */
  }

  .home-page .hero-content {
    max-width: 100%;
    text-align: center;
  }

  .home-page .hero-subtext {
    text-align: center;
  }

  .home-page .hero-actions {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .home-page .hero-canvas-shell {
    min-height: 250px;
  }
}

/* Scroll-triggered animations for sections */
section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Scroll-triggered animations for project cards */
.project-card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.project-card.visible {
  opacity: 1;
  transform: translateY(0);
}
#about-page{
    min-height: 100vh;
   background: rgba(6, 8, 22, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.45);
    color: white;
}
#about-page h2 {
   font-size: 2rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
  

letter-spacing: .1em;
text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0,0,0,0.9);
}
#about-page p {
    color: rgb(233, 231, 231);
    font-size: 1.1rem;
    width: 90%;
    text-align: left;
    margin: auto;
}
.about-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 90%;
  margin: auto;
}


.about-text {
  flex: 1;
  min-width: 250px;
  font-family: Roboto;
  line-height: 30px;              /* deep blue background */
  padding: 2rem;                       /* breathing space around text */
  border-radius: 12px;                 /* smooth corners */
  box-shadow: 0 8px 24px rgba(0,0,0,0.5); /* subtle depth */
  font-family: "Lato", "Montserrat", sans-serif;
  line-height: 1.7;                    /* good readability */
  color: #f1f5f9; 
  
}
.about-image{
  width: 100%;
}


.about-image img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  transition: filter 0.5s ease, box-shadow 0.5s ease;
  box-shadow: 
    0 0 15px rgba(255, 255, 255, 0.6),
    0 0 30px rgba(255, 255, 255, 0.4),
    0 0 60px rgba(255, 255, 255, 0.2);
}

/* Define floating animation */
@keyframes float {
  0%   { transform: translateX(0) translateY(0); }
  25%  { transform: translateX(15px) translateY(0); }
  50%  { transform: translateX(0) translateY(15px); }
  75%  { transform: translateX(-15px) translateY(0); }
  100% { transform: translateX(0) translateY(-15px); }
}

.about-image img:hover {
  animation: float 6s ease-in-out infinite; /* slow, smooth movement */
  filter: brightness(1.1) contrast(1.05);
  box-shadow: 
    0 0 25px rgba(124, 58, 237, 0.8),   /* purple glow */
    0 0 50px rgba(6, 182, 212, 0.6),    /* cyan glow */
    0 0 100px rgba(255, 255, 255, 0.4); /* white aura */
}


.about-extra {
  margin-top: 40px;
  width: 90%;
 line-height: 20px;
  text-align: center;


}

.about-extra h3 {
  color: ghostwhite;
  margin-bottom: 10px;
  margin-left: 20px;
  line-height: 20px;
  text-decoration: underline;
  
}

.about-extra li {
  margin-bottom: 10px;
  color: rgb(233, 231, 231);
   list-style: none;
  margin-left: 20px;
}
p strong{
    color: ghostwhite;
    text-decoration: underline;
}
/* Stats Section */
.about-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 40px auto;
  width: 73%;
  text-align: center; 
 
}
.stat {
  background: #013950;
  padding: 20px;
  border-radius: 10px;
  width: 300px;
  height: 200px;
  margin-bottom: 1px;
  text-align:left;
  box-shadow: 
  0 0 15px rgba(255, 255, 255, 0.6),
  0 0 30px rgba(255, 255, 255, 0.4),
  0 0 60px rgba(255, 255, 255, 0.2); 
}
.stat:hover {
  transform: translateY(-5px);
  box-shadow: 
  0 0 20px rgba(255, 255, 255, 0.8),
  0 0 40px rgba(255, 255, 255, 0.6),
  0 0 80px rgba(255, 255, 255, 0.4);
  color: #000;

}


.about-stats .stat h3 {
  color: #ee5604;
  font-size: 2rem;
  margin-bottom: 5px;
}

.about-stats .stat p {
  color: #fff;
  font-size: 1rem;
 
}

/* Timeline Section */
.about-timeline {
  width: 60%;
  margin: 40px auto;
  text-align: center;


}

.about-timeline h3 {
  color: #fff;
  margin-bottom: 10px;

}

.about-timeline ul {
  list-style: none;
  padding: 0;
  margin: auto;
}

.about-timeline li {
  margin-bottom: 15px;
  color: #e9e7e7;
  position: relative;
  padding-left: 40px;
}

.about-timeline li span {
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* Call-to-action */
.about-cta {
  margin: 40px auto;
  text-align: center;
}

.about-cta .btn {
  background: #013950;
  color: white;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
  border: 1px solid white;
}

.about-cta .btn:hover {
  background: #d94c03;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-text, .about-extra, .about-timeline {
    width: 90%;
  }

  .about-stats {
    flex-direction: column;
    gap: 20px;
  }

  .about-image img {
    width: 250px;
    height: 250px;
  }
  #about-page h2 {
    font-size: 1.2rem;
  }
  #about-page p {
    font-size: 0.9rem;
    width: 90%;
  }
}

/* portfolio page */
/* Skills Page Base */
#skills-page {
  min-height: 100vh;
  background: rgba(6, 8, 22, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.45);
  color: white;
  padding: 50px 20px;
  text-align: center;
}

#skills-page h2 {
  color: white;
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
  text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0,0,0,0.9);
}


.skills-intro {
  width: 70%;
  margin: auto;
  font-size: 1.1rem;
  color: rgb(233, 231, 231);
  margin-bottom: 40px;
}

/* Skills Category Cards */
.skills-category {
  flex: 1 1 45%; /* two cards per row on desktop */
  min-width: 280px;
   background: #013950;
  color: ghostwhite;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 0 20px rgba(255,255,255,0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column; /* makes content stack */
}
.skills-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: stretch; /* ensures equal height */
}

.skills-category:hover {
  transform: translateY(-5px);
  background: #074380;
  color: white;
}

.skills-category h3 {
  color: #9d3802;
  text-decoration: underline;
  margin-bottom: 10px;
}

.skills-category ul {
  list-style: none;
  padding: 0;
}

.skills-category li {
  margin: 8px 0;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.skills-category li i {
  margin-right: 10px;
  color: #ee5604;
}

/* Progress Bars */
.skills-progress {
  margin-top: 40px;
  width: 70%;
  margin: auto;
  text-align: left;
}

.skill-bar {
  margin: 15px 0;
}

.skill-bar span {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #ee5604;
}

.bar {
  background: #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.fill {
  background: #ee5604;
  height: 10px;
  border-radius: 5px;
  transition: width 1.5s ease; /* smooth animation */
}

/* Call-to-action */
.skills-cta {
  margin: 40px auto;
  text-align: center;
}

.skills-cta .btn {
  background: #013950;
  border: 1px solid white;
  color: white;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.skills-cta .btn:hover {
  background: #d94c03;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .skills-category {
    flex: 0 0 90% !important; /* force smaller width */
    max-width: 80% !important;
    margin: 0 auto; /* center it */
  }
}

@media (max-width: 767px) {
  .skills-category, .skills-progress {
    width: 80%;
    margin: 0 auto;
  }
  #skills-page h2 {
    font-size: 1rem;
  }
}

#projects-page {
  min-height: 100vh;
  background: rgba(6, 8, 22, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.45);
  color: white;
  padding: 50px 20px;
  text-align: center;
}

#projects-page h2 {
  color: white;
  
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  

letter-spacing: .1em;
text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0,0,0,0.9);
}
@media (max-width: 767px) {
  #projects-page h2 {
    font-size: 1rem;
  }
  .project-card h3,p{
    text-align: center;
  }
}

.projects-intro {
  width: 70%;
  margin: auto;
  font-size: 1.1rem;
  color: rgb(233, 231, 231);
  margin-bottom: 40px;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  width: 80%;
  margin: auto;
}

.project-card {
  background: #013950;;
  color: #013062;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  text-align: left;
  transition: transform 0.3s ease;
  margin-bottom: 40px
}

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

.project-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

.project-card h3 {
  color: white;
  margin-bottom: 10px;
}

.project-card p {
  font-size: 0.95rem;
  margin-bottom: 15px;
  color: #fff;
}

/* Features list */
.project-features {
  margin: 10px 0;
  padding-left: 20px;
  color: #fff;
  font-size: 0.9rem;
}

.project-features li {
  margin-bottom: 5px;
}

/* Tech stack badges */
.tech-stack {
  margin: 10px 0 15px 0;
}

.tech-stack span {
  display: inline-block;
  background: #013062;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.8rem;
  margin-right: 5px;
}

/* Buttons */
.project-card .btn {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 15px;
  background: #ee5604;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9rem;
  transition: background 0.3s ease;
}

.project-card .btn:hover {
  background: #d94c03;
}

/* Testimonials */
.project-testimonials {
  margin-top: 50px;
  width: 70%;
  margin: auto;
  text-align: left;
  
}

.project-testimonials h3 {
 color: white;
  text-decoration: underline;
  margin-bottom: 15px;
}

.project-testimonials blockquote {
  background: rgba(255,255,255,0.1);
  padding: 15px;
  border-left: 4px solid #ee5604;
}
#resume-page {
  min-height: 100vh;
  background: rgba(6, 8, 22, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.45);
  color: white;
  padding: 50px 20px;
  text-align: center;
}

#resume-page h2 {
   font-size: 2.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  

letter-spacing: .1em;
text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0,0,0,0.9);
}



.resume-intro {
  width: 70%;
  margin: auto;
  font-size: 1.1rem;
  color: rgb(233, 231, 231);
  margin-bottom: 30px;
}

.resume-contact {
  width: 70%;
  margin: 20px auto;
  text-align: left;
  font-size: 1rem;
}

.resume-contact p {
  margin: 5px 0;
  color: #e9e7e7;
}

.resume-contact i {
  margin-right: 8px;
  color: white;
}

.resume-contact a {
  color: white;
  text-decoration: none;
}

.resume-contact a:hover {
  text-decoration: underline;
}

.resume-section {
  width: 70%;
  margin: 30px auto;
  text-align: left;
}

.resume-section h3 {
  color: white;
  margin-bottom: 5px;
  padding: 10px 20px;
  background: #013950;
  border-radius: 10px;

}

.resume-section ul {
  list-style: none;
  padding: 0;
}

.resume-section li {
  margin-bottom: 8px;
  font-size: 1rem;
}

.job {
  margin-bottom: 20px;
}

.job h4 {
  margin: 0;
  color: #ee5604;
}

.job-date {
  font-size: 0.9rem;
  color: #ccc;
  display: block;
  margin-bottom: 5px;
}

.btn {
  display: inline-block;
  margin: 20px 0;
  padding: 10px 20px;
  background: #013950;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.3s ease;
}

.btn:hover {
  background: #d94c03;
  transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .resume-intro,
  .resume-section,
  .resume-contact {
    width: 90%;
  }

  #resume-page h2 {
    font-size: 1em;
  }

  .resume-section h3 {
    font-size: 1.2rem;
    padding: 8px;
  }

  .resume-section li {
    font-size: 0.9rem;
    line-height: 15px;
  }
  .resume-section h3 {
    text-align: center;
  }
  .resume-section ul {
    text-align: center;
    line-height:30px;
  }
}

/* contact page */
/* Contact Page Base */
/* Contact Page Base */
#contact-page {
 background: rgba(6, 8, 22, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.45);/* deep navy */
  color: white;
  padding: 50px 20px;
  text-align: center;
}
#contact-page h2:hover {
  transition: transformY 0.3s, box-shadow 0.3s;
  transform: translateY(-5px);
  color: #0077b6;
  
}
#contact-page h2 {
  
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  

letter-spacing: .1em;
text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0,0,0,0.9);
}

.contact-intro {
  width: 70%;
  margin: auto;
  font-size: 1.1rem;
  color: #e9e7e7;
  margin-bottom: 30px;
}

/* Two-column layout */
.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

/* Contact Form Card */
.contact-form-card {
  flex: 1 1 400px;
  background: #013950;
  padding: 30px;
  border-radius: 10px;
   box-shadow: 0 4px 15px 6px rgba(230, 232, 234, 0.2);
  text-align: left;
}

.contact-form-card label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  color: #fff;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  border-radius: 5px;
  border: none;
  font-size: 1rem;
  width: 100%;
  margin-bottom: 15px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid #ee5604;
  background: #fff;
  color: #000;
}

.contact-form button {
  background: #000;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s ease, opacity 0.3s ease;
  border: 1px solid white;
}

.contact-form button:hover {
  background: #d94c03;
  opacity: 0.9;
}

.contact-form-card .privacy-note {
  margin-top: 15px;
  font-size: 0.9rem;
  color: #ccc;
}

/* Contact Info Card */
.contact-info-card {
  flex: 1 1 300px;
  background: #013950;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px 6px rgba(230, 232, 234, 0.2);
 
  text-align: left;
}

.contact-info-card h3 {
  color: white;
  font-size: 25px;
  margin-bottom: 20px;
}

.contact-info-card p {
  margin: 10px 0;
  font-size: 1rem;
  color: white;
}
.contact-info-card a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-info-card i {
  margin-right: 8px;
  color: white;
}

/* Social Links */
.social-links {
  margin-top: 20px;
}

.social-links a {
  margin: 0 10px;
  color: white;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #ee5604;
}

/* Map Embed */
.map {
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.map iframe {
  width: 100%;
  height: 250px;
  border: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    align-items: center;
  }

  .contact-intro {
    width: 100%;
  }
  #contact-page h2 {
    font-size: 1rem;
  }
}
