* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f6f8;
  color: #1f2933;
}

.site-header {
  min-height: 92vh;
  background:
    radial-gradient(circle at top left, rgba(14, 165, 168, 0.25), transparent 30%),
    linear-gradient(135deg, #071827 0%, #102A43 60%, #1f2933 100%);
  color: white;
  position: relative;
  padding: 35px 6% 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.navbar {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  z-index: 5;
}

.navbar a {
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  opacity: 0.95;
}

.navbar a:hover {
  color: #59d7de;
}

.navbar .quote-link {
  background: #0EA5A8;
  padding: 9px 14px;
  border-radius: 999px;
}

.hero-content {
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
  padding-top: 70px;
}

.logo {
  width: 430px;
  max-width: 90%;
  margin-bottom: 30px;
}

.hero-content h1 {
  font-size: 3.3rem;
  line-height: 1.12;
  max-width: 1050px;
  margin: 0 auto 22px;
}

.hero-content p {
  font-size: 1.35rem;
  line-height: 1.55;
  color: #dbe7ef;
  max-width: 860px;
  margin: 0 auto 35px;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  display: inline-block;
  padding: 15px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  transition: 0.2s ease;
}

.primary-btn {
  background: #0EA5A8;
  color: white;
}

.primary-btn:hover {
  background: #0b8c8f;
}

.secondary-btn {
  color: white;
  border: 2px solid rgba(255,255,255,0.85);
}

.secondary-btn:hover {
  background: white;
  color: #102A43;
}

.services-section {
  padding: 90px 7%;
  background: #f4f6f8;
}

.section-heading {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 50px;
}

.section-heading span,
.about-text span {
  color: #0EA5A8;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.85rem;
}

.section-heading h2,
.about-text h2,
.cta-section h2 {
  color: #102A43;
  font-size: 2.6rem;
  margin: 14px 0 18px;
  line-height: 1.15;
}

.section-heading p {
  color: #5b6773;
  font-size: 1.15rem;
  line-height: 1.65;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 26px;
}

.service-card {
  background: white;
  border-radius: 18px;
  padding: 32px 28px;
  box-shadow: 0 14px 35px rgba(16, 42, 67, 0.12);
  border-top: 5px solid #0EA5A8;
  min-height: 245px;
}

.service-icon {
  font-size: 2.2rem;
  margin-bottom: 18px;
}

.service-card h3 {
  color: #102A43;
  font-size: 1.35rem;
  margin-bottom: 14px;
}

.service-card p {
  color: #5b6773;
  line-height: 1.65;
}

.about-preview {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  padding: 90px 7%;
  background: white;
  align-items: center;
}

.about-text p {
  color: #4b5563;
  font-size: 1.08rem;
  line-height: 1.75;
  margin-bottom: 16px;
}

.text-link {
  color: #0EA5A8;
  font-weight: 800;
  text-decoration: none;
}

.about-card {
  background: linear-gradient(135deg, #102A43, #0EA5A8);
  color: white;
  padding: 42px;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(16, 42, 67, 0.22);
}

.about-card h3 {
  font-size: 1.8rem;
  margin-bottom: 18px;
}

.about-card p {
  line-height: 1.7;
  font-size: 1.05rem;
}

.cta-section {
  text-align: center;
  padding: 80px 7%;
  background: #102A43;
  color: white;
}

.cta-section h2 {
  color: white;
}

.cta-section p {
  font-size: 1.18rem;
  margin-bottom: 28px;
  color: #dbe7ef;
}

footer {
  background: #071827;
  color: #dbe7ef;
  text-align: center;
  padding: 28px 20px;
  line-height: 1.7;
}
.about-hero{
    padding:140px 7% 100px;
    text-align:center;
    background:linear-gradient(
        135deg,
        #102A43,
        #1f3f60
    );
    color:white;
}
.about-hero h1{
    font-size:3.5rem;
    margin-bottom:15px;
    color:white;
}

.about-subtitle{
    font-size:1.45rem;
    color:white;
    margin-bottom:20px;
    font-weight:600;
}

.about-intro{
    max-width:850px;
    margin:25px auto 0;
    font-size:1.25rem;
    line-height:1.8;
    color:#d9e6f2;
    font-weight:400;
}

.about-hero p{
    color:#d9e6f2;
}
.about-logo{
    width:300px;
    margin-bottom:35px;
}
.leadership-section{
padding:80px 7%;
background:white;
}
.leader-photo{
    width:100%;
    height:280px;
    object-fit:cover;
    border-radius:12px;
    margin-bottom:20px;
}

.leadership-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
margin-top:40px;
}

.leader-card{
background:#f8fafc;
padding:30px;
border-radius:18px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
padding:40px;

}

.leader-photo-placeholder{
height:280px;
background:#dbe7ef;
border-radius:12px;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:20px;
font-weight:bold;
color:#102A43;
}
.leader-card img{
    width:280px;
    height:320px;
    object-fit:cover;
    border-radius:12px;
    display:block;
    margin:0 auto 20px;
}

.leader-card h3{
color:#102A43;
margin-top:15px;
margin-bottom:8px;
}

.leader-card h4{
color:#0EA5A8;
margin-bottom:18px;
}

.leader-card p{
line-height:1.7;
color:#4b5563;
}

.company-overview{
padding:90px 7%;
background:#f4f6f8;
}

.company-overview p{
max-width:900px;
margin:0 auto 20px;
line-height:1.8;
color:#4b5563;
font-size:1.05rem;
}
.services-hero-page {
  padding: 120px 7% 70px;
  background: #f4f6f8;
  text-align: center;
}

.services-hero-page h1 {
  color: #102A43;
  font-size: 3rem;
  line-height: 1.15;
  margin: 14px 0 20px;
}

.services-page-grid {
  padding: 40px 7% 90px;
  background: #f4f6f8;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
}

.service-detail-card {
  background: white;
  padding: 35px 30px;
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(16, 42, 67, 0.12);
  border-top: 5px solid #0EA5A8;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-detail-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(16, 42, 67, 0.18);
}

.service-detail-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.service-detail-card h2 {
  color: #102A43;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.service-detail-card p {
  color: #4b5563;
  line-height: 1.7;
}
.services-detail-section {
    padding: 90px 7%;
    background: #f4f6f8;
    display: grid;
    gap: 28px;
}

.service-wide-card {
    background: white;
    border-radius: 18px;
    padding: 35px;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 25px;
    align-items: start;
    box-shadow: 0 14px 35px rgba(16, 42, 67, 0.12);
    border-left: 6px solid #0EA5A8;
}

.service-wide-card h2 {
    color: #102A43;
    font-size: 1.7rem;
    margin-bottom: 12px;
}

.service-wide-card p {
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.75;
}

.service-detail-icon {
    font-size: 2.8rem;
    background: #e6f7f8;
    width: 70px;
    height: 70px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.projects-section {
    padding: 90px 7%;
    background: #f4f6f8;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.project-card {
    background: white;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(16, 42, 67, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(16, 42, 67, 0.18);
}

.project-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.project-info {
    padding: 28px;
}

.project-info h2 {
    color: #102A43;
    font-size: 1.45rem;
    margin-bottom: 12px;
}

.project-info p {
    color: #4b5563;
    line-height: 1.65;
}
.projects-summary{
    max-width:900px;
    margin:70px auto;
    text-align:center;
    padding:0 20px;
}

.projects-summary h2{
    font-size:2rem;
    margin-bottom:20px;
    color:#123a6b;
}

.projects-summary p{
    font-size:1.1rem;
    line-height:1.8;
    color:#555;
}
.quote-section {
  padding: 90px 7%;
  background: #f4f6f8;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 45px;
  align-items: start;
}

.quote-info {
  background: white;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(16, 42, 67, 0.12);
  border-top: 5px solid #0EA5A8;
}

.quote-info span {
  color: #0EA5A8;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.85rem;
}

.quote-info h2 {
  color: #102A43;
  font-size: 2rem;
  margin: 14px 0 18px;
}

.quote-info p {
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 16px;
}

.contact-details {
  margin-top: 25px;
}

.contact-details a {
  color: #0EA5A8;
  text-decoration: none;
  font-weight: 700;
}

.quote-form {
  background: white;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(16, 42, 67, 0.12);
}

.quote-form label {
  display: block;
  margin-bottom: 8px;
  color: #102A43;
  font-weight: 800;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 20px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: none;
  border-color: #0EA5A8;
  box-shadow: 0 0 0 3px rgba(14, 165, 168, 0.15);
}

.quote-form button {
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 1rem;
}

.form-note {
  margin-top: 18px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #6b7280;
  text-align: center;
}

@media(max-width:850px) {
  .quote-section {
    grid-template-columns: 1fr;
    padding: 60px 20px;
  }

  .quote-info,
  .quote-form {
    padding: 30px;
  
}

@media (max-width: 850px) {

  /* NAVIGATION */
  .navbar {
    width: 92%;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 18px;
    gap: 12px;
    padding: 12px;
  }

  .navbar a {
    font-size: 0.85rem;
  }

  .navbar .quote-link {
    padding: 8px 12px;
  }

  /* PAGE HEADERS */
  .site-header,
  .about-hero {
    min-height: auto;
    padding: 150px 20px 70px;
  }

  .hero-content h1,
  .about-hero h1 {
    font-size: 2.1rem;
    line-height: 1.2;
  }

  .hero-content p,
  .about-subtitle,
  .about-intro {
    font-size: 1rem;
    line-height: 1.6;
  }

  .logo,
  .about-logo {
    width: 300px;
    max-width: 90%;
  }

  /* HOME SERVICES */
  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  /* ABOUT PAGE */
  .about-preview,
  .leadership-grid {
    grid-template-columns: 1fr;
  }

  .leader-card {
    padding: 28px;
  }

  .leader-card img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto 20px;
  }

  /* SERVICES PAGE */
  .services-detail-section {
    padding: 60px 20px;
  }

  .service-wide-card {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .service-detail-icon {
    margin-bottom: 5px;
  }

  .service-wide-card h2 {
    font-size: 1.5rem;
  }

  .service-wide-card p {
    font-size: 1rem;
  }

  /* PROJECTS PAGE */
  .projects-grid,
  .project-grid {
    grid-template-columns: 1fr;
  }

  .project-card {
    width: 100%;
  }

  .project-card img {
    height: 220px;
  }

  .projects-summary {
    margin: 50px auto;
    padding: 0 20px;
  }

  /* CTA + FOOTER */
  .cta-section {
    padding: 60px 20px;
  }

  .cta-section h2 {
    font-size: 2rem;
  }

  footer {
    padding: 24px 20px;
  }
