    :root{
      --navy: #1D3557;
      --orange: #F15A24;
      --bg: #F8F9FA;
      --muted: #6c757d;
      --card-shadow: 0 8px 20px rgba(29,53,87,0.07);
      --glass: rgba(255,255,255,0.85);
    }
.carousel img {
  width: 100%;           /* or any width you want */
  height: 400px;
  object-fit: contain;  /* show full image without cropping */
  display: block;
  margin: 0 auto;       /* centers horizontally */
  border-radius: 10px;
}



.carousel-caption {
  padding: 1rem;
}

.carousel-caption h5 {
  color: #F15A24; /* your brand orange */
  font-weight: 600;
}

    html { scroll-behavior: smooth; }
    body {
      font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
      background: var(--bg);
      color: #222;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    /* NAVBAR */
    .navbar {
      background: linear-gradient(180deg, rgba(29,53,87,0.98), rgba(29,53,87,0.95));
      box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    }
    .navbar-brand {
      display:flex;
      align-items:center;
      gap:.6rem;
      font-weight:700;
      color: white;
    }
    .navbar-brand img{
      height:60px;
      width:auto;
      display:block;
      border-radius:6px;
      background: white;
      padding:3px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }
    .logo-text {
      color: white;
      font-size: 1.05rem;
      letter-spacing: .4px;
    }

/* Improve tab visibility */
.nav-tabs .nav-link {
  color: #1D3557;          /* navy text */
  font-weight: 600;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-bottom: none;
}

.nav-tabs .nav-link.active {
  color: #fff !important;
  background: #F15A24 !important;  /* orange */
  border-color: #F15A24;
}

/* Tab content box for better visibility */
.tab-content {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 20px;
}

/* Improve paragraph readability */
.tab-pane p {
  color: #333;      /* darker gray instead of muted */
  font-size: 1rem;
  line-height: 1.6;
}


    /* HERO / CAROUSEL */
    .hero-carousel .carousel-item {
      height: 440px;
      min-height: 280px;
    }
    .hero-carousel .carousel-item img {
      object-fit: cover;
      height: 100%;
      width: 100%;
      filter: saturate(1.03) contrast(1.02);
    }
    .hero-caption {
      position: absolute;
      left: 50%;
      top: 60%;
      transform: translate(-50%, -50%);
      color: white;
      text-align:center;
      background: rgba(0,0,0,0.35);
      padding: 18px 26px;
      border-radius: 10px;
      backdrop-filter: blur(4px);
    }
    .hero-caption h1 { font-weight:700; letter-spacing: .6px; margin-bottom: 6px; }
    .hero-caption p { margin:0; opacity:0.95; font-size: .98rem; }

    /* Sections */
    section { padding: 70px 0; }
    .section-title {
      font-weight:700;
      color: var(--navy);
      margin-bottom: 22px;
      letter-spacing: .3px;
    }
    .lead-muted { color: var(--muted); }

    /* Cards */
    .service-card {
      border: none;
      border-radius: 14px;
      box-shadow: var(--card-shadow);
      transition: transform .28s ease, box-shadow .28s ease;
      background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.9));
    }
    .service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(29,53,87,0.09); }

    .service-icon {
      width:64px; height:64px;
      border-radius:12px;
      display:flex; align-items:center; justify-content:center;
      background: linear-gradient(180deg, rgba(29,53,87,0.98), rgba(29,53,87,0.9));
      color:#F15A24;
      font-weight:700;
      box-shadow: 0 8px 22px rgba(29,53,87,0.08);
    }

    /* Why choose us */
    .why-article {
      background: linear-gradient(90deg, rgba(241,90,36,0.04), rgba(29,53,87,0.02));
      border-radius: 12px;
      padding: 26px;
      box-shadow: var(--card-shadow);
    }

    /* Tabs */
    .nav-tabs .nav-link.active {
      background: none;
      border: none;
      color: var(--navy);
      font-weight: 600;
      border-bottom: 3px solid var(--orange);
    }
    .tab-pane { padding: 18px 10px; }

    /* Gallery */
    .gallery-img {
      border-radius: 8px;
      width: 100%;
      height: 140px;
      object-fit: cover;
      box-shadow: 0 8px 22px rgba(29,53,87,0.06);
      transition: transform .2s ease;
    }
    .gallery-img:hover { transform: scale(1.03); }

    /* Contact */
    .contact-card {
      border-radius: 12px;
      box-shadow: var(--card-shadow);
    }
    .btn-primary {
      background: var(--navy);
      border: none;
      padding: 10px 18px;
      border-radius: 8px;
    }
    .btn-primary:hover { background: var(--orange); }

    /* Footer */
    footer.site-footer {
      background: var(--navy);
      color: #fff;
      padding: 24px 0;
      margin-top: 30px;
    }
    footer .small { color: rgba(255,255,255,0.85); }
    .site-footer {
  background-color: #f8f9fa;
  border-top: 2px solid #F15A24;
}

.social-icons a {
  font-size: 1.3rem;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #F15A24; /* brand orange */
}

.whatsapp-btn {
    background-color: #1D3557;
    color: #fff;
    border: none;
    padding: 12px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    background-color: #F15A24;
    color: #fff;
}


    /* Responsive tweaks */
    @media (max-width: 768px){
      .hero-caption { left: 50%; top: 65%; padding: 14px 18px; font-size: 0.95rem; }
      .hero-carousel .carousel-item { height: 320px; }
    }
  