* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, sans-serif;
    background: #caeef8;
    color: #333;
  }
  
  header {
    background: #005b96;
    color: #fff;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .logo {
    display: flex;
    align-items: flex-start; /* Ensures top alignment */
    gap: 10px;
  }
  
  .logo-img {
    height: 40px;
    width: auto;
    margin-top: 0rem;
  }
  
  .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
  }
  
    
  .company-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fafbfd;
    letter-spacing: 1px;
    margin-top: 0rem;
  }
  
  
  .tagline {
    font-size: 0.75rem;
    color: #ffcc00;
    margin-top: 0; /* No space between lines */
  }
  
  
  nav {
    margin-left: auto; /* Pushes nav to right */
  }
  
  nav ul {
    display: flex;
    list-style: none;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
  }
  
  nav ul li a {
    text-decoration: none;
    color: #fffdfd;
    font-weight: 500;
  }
  
  nav a.active, nav a:hover {
    border-bottom: 2px solid #ffcc00;
  }
  
  .menu-toggle {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
  }
  
  .hero {
    padding: 4rem 2rem;
    background: linear-gradient(to right, #0077b6, #00b4d8);
    color: white;
    text-align: center;
  }
  
  .hero .btn {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    background: #ffcc00;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
  }
  .slider-container {
    position: relative;
    max-width: 100%;
    margin: 2rem auto;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .slide {
    min-width: 100%;
    display: none;
  }
  
  .slide.active {
    display: block;
  }
  
  .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
    font-size: 1.5rem;
  }
  
  .slider-btn.prev {
    left: 10px;
  }
  
  .slider-btn.next {
    right: 10px;
  }

  .content {
    padding: 3rem 2rem;
    max-width: 1100px;
    margin: auto;
  }
  
  .products-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
  }
  
  .product-card {
    flex: 1;
    min-width: 280px;
    background: white;
    padding: 1.5rem;
    border-left: 5px solid #005b96;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }
  
  form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  form input, form textarea {
    padding: 0.75rem;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  form .btn {
    background: hsl(120, 96%, 21%);
    color: white;
    padding: 0.75rem;
    border: none;
    cursor: pointer;
    border-radius: 4px;
  }
  
  footer {
    background: #333;
    color: #ccc;
    text-align: center;
    padding: 1rem;
    margin-top: 2rem;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    nav ul {
      display: none;
      flex-direction: column;
      background: #005b96;
      padding: 1rem;
    }
  
    nav ul.show {
      display: flex;
    }
  
    .menu-toggle {
      display: block;
    }
  
    .products-grid {
      flex-direction: column;
    }
  }
  .footer {
    background: linear-gradient(145deg, #015060, #014e77);
    color: #e0e0e0;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.3);
    padding: 50px 30px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
  }
  .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
  }
  
  .footer-brand h2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
  }
  
  .footer-brand p {
    font-size: 14px;
    line-height: 1.5;
    color: #bbb;
  }
  
  .footer-links h3,
  .footer-social h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
  }
  
  .footer-links ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-links ul li {
    margin: 8px 0;
  }
  
  .footer-links ul li a {
    color: #0791f3;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
  }
  
  .footer-links ul li a:hover {
    color: #00b3ff;
    text-shadow: 0 0 5px #05d1fa;
  }
  
  .footer-social a {
    color: #888;
    font-size: 20px;
    margin-right: 18px;
    transition: 0.3s ease;
  }
  
  .footer-social a:hover {
    color: #ff00d9;
    text-shadow: 0 0 8px #f343ea;
  }
  
  .footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #aaa;
    font-size: 13px;
    margin-top: 30px;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .footer-content {
      flex-direction: column;
      align-items: flex-start;
    }
  }
  .map-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    margin: 0 auto;
  }
  
  .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .video-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1rem;
  }
  
  .responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  
  .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
    