/* =====================================================
   RESET & BASE
===================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

html, body {
  height: 100%;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  scroll-behavior: smooth;
}

/* =====================================================
   HEADER & NAVIGATION
===================================================== */
.header {
  background: #fff;
  color: #450589;
  padding: 0.5rem 2rem;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.container {
  max-width: 1200px;
  /* margin: 0 auto; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo img { height: 60px; }

.brand-container {
  flex: 1;
  margin-left: 20px;
}

.brand-container h1   {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 36px;
  font-weight: 700; /* Bold */
  font-style: normal; /* Straight, not italic */
  color: #0066a2;
   }
.brand-container p    {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 10px;
  font-weight: 500;
  font-style: normal; /* Make it straight */
  color: #0066a2;
 
  }

/* ----------  Pure‑CSS Hamburger Toggle  ---------- */
/* === Hamburger + Nav Responsive Fix === */
#menu-toggle {
  display: none;
}

.hamburger {
  display: none;
  font-size: 2rem;
  color: #000;
  cursor: pointer;
  z-index: 1001;
  padding: 10px;
}

/* Desktop Navigation by Default */
.nav {
  display: flex;
  gap: 60px;
}

.nav ul {
  list-style: none;
  display: flex;
  gap: 80px;
  margin-left: 80%;
  font-size: normal;
  font-family: 'Times New Roman', Times, serif;
}

.nav a {
  text-decoration: none;
  color: #0066a2;
  font-weight: 800;
  transition: color 0.3s;
}

.nav a:hover {
  color: black;
   text-decoration: underline;
}


/* === Mobile View === */
@media (max-width: 768px) {
  .hamburger {
    display: block;
    position: absolute;
    right: 20px;
    top: 25px;
  }

  .nav {
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    position: fixed;
    top: 80px; /* Adjust if header height changes */
    left: 0;
    width: 100%;
    padding: 20px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 1000;
  }

  .nav ul {
    flex-direction: column;
    gap: 20px;
  }

  #menu-toggle:checked + .hamburger + .nav {
    display: flex;
  }

  .container {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }

  .brand-container {
    flex-basis: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

/* =====================================================
   HERO
===================================================== */
.hero {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  
}

.bg-video {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 2;
}

.whtcontainer {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  padding: 2rem;
}

.whtcontainer h2 { font-size: 2.5rem;font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; margin-bottom: 1rem; }
.whtcontainer p  { font-size: 1.2rem;font-family: 'Inter', sans-serif; margin-bottom: 1.5rem; text-align: justify;word-spacing: 1px;line-height: 2; }

/*.whtcontainer .btn {
  padding: 12px 30px;
  background:#fff;
  color:#000;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
}
.whtcontainer .btn:hover { background:#222; color:#fff; }*/

/* =====================================================
   ABOUT
===================================================== */
.about-section      { background:#c2fdfd; padding:80px 20px; }
.about-container    { max-width:1200px; margin:0 auto; display:flex; flex-wrap:wrap; gap:100px; align-items:center;  }
.about-image img    { width:100%; max-width:500px; border-radius:10px; }
.about-content      { flex:1; }
.about-content h4   { font-size:2rem;font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; text-transform:uppercase; margin-bottom:20px; }
.about-content h2   { font-size:1.5rem;font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;  margin-bottom:20px; }
.about-content p    { font-size:1.1rem;font-family: 'Inter', sans-serif;  margin-bottom:35px;word-spacing: 2.5px;line-height: 1.5; letter-spacing: 1.5px; }
.about-btn          { display:inline-block; padding:10px 20px; background:#000; color:#fff; border-radius:25px; text-decoration:none; }
.about-btn:hover    { background:#444; }

/* =====================================================
   PRODUCTS
===================================================== */
.products-section   { background:#111; color:#eee; padding:80px 20px; }
.products-container { max-width:1200px; margin:0 auto; display:flex; flex-wrap:wrap; gap:40px; align-items:center; }
.products-content   { flex:1; }
.products-content h4{ font-size:2rem;font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color:#ffc107; }
.products-content h2{ font-size:1.5rem;font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;  margin:30px 0; }
.products-content p { font-size:1.1rem;font-family: 'Inter', sans-serif;  margin-bottom:10px;word-spacing: 2.5px;line-height: 1.5; letter-spacing: 1.5px }
.products-image     { flex:1; }
.products-image img { width:100%; border-radius:10px; filter:brightness(85%); }

/* =====================================================
   SERVICES
===================================================== */
.service-cards      { background:#f4f4f4; padding:80px 20px; display:flex; flex-wrap:wrap; gap:2rem; justify-content:center; }
.service-cards .card{ background:#fff; color:#333; max-width:300px; padding:20px; border-radius:12px; box-shadow:0 4px 20px rgba(0,0,0,.1); transition:transform .3s; }
.service-cards .card:hover { transform:translateY(-5px); }
.service-cards .card img   { width:100%; height:180px; object-fit:cover; border-radius:8px; margin-bottom:40px; }
.service-cards .card h4    { font-size:1.2rem; margin-bottom:10px; }
.service-cards .card p     { font-size:1rem;  margin-bottom:10px; }
.service-cards .card a     { color:#007bff; text-decoration:none; font-weight:bold; }
.service-cards .card a:hover{ text-decoration:underline; }

/* =====================================================
   TESTIMONIALS
===================================================== */
#testimonials.section { background:#f8f8f8; padding:50px 20px; }
.container.client     { max-width:1200px; margin:0 auto; padding:5% }
.container.client h3  { text-align:center;font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size:2rem; }

.testimonial-content  { display:flex; flex-wrap:wrap; gap:40px; align-items:center; padding: 50px; }
.testimonial-text     { flex:1 3 60%; }
.testimonial-text p   { font-size:1.1rem;font-family: 'Inter', sans-serif;  margin-bottom:25px; color:#444;word-spacing: 2.5px;line-height: 1.5; letter-spacing: 1.5px }
.testimonial-text blockquote {
  background:#fff; padding:25px; border-left:5px solid #007bff;
  font-style:italic; font-size:1.1rem; color:#111; border-radius:8px;
}
.testimonial-image     { flex:1 1 35%; }
.testimonial-image img { width:100%; border-radius:30px; box-shadow:0 4px 15px rgba(0,0,0,.1); }

/* Main Container */
.contact_overall_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 60px;
  padding: 60px 100px; /* No left/right space */
  background-color: #ccfbff;
  font-family: 'Segoe UI', sans-serif;
  width: 100%;
  box-sizing: border-box;
}

/* SOCIAL LINKS */
.social-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px 100px;
}

.social-links p {
  font-weight: bolder;
  margin-bottom: 5px;
  color: #000;
}

.social-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.social-links a img {
  width: 30px;
  height: 30px;
  transition: transform 0.2s;
}

.social-links a:hover img {
  transform: scale(1.1);
}

.social-links a:hover span {
  color: #0077cc;
}

/* CONTACT INFO */
.contact-us {
  padding: 10px 30px;
}

.contact-us h4 {
  margin-bottom: 20px;
  color: #000;
  font-weight: bolder;
}

.contact-us p {
  margin: 10px 0px;
  font-style: italic;
  color: #333;
}

/* QUICK LINKS */
.quick-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 100px;
}

.quick-links p {
  font-weight: bold;
  margin-bottom: 5px;
  color: black;
}

.quick-links a {
  text-decoration: none;
  color: black;
  font-weight: 500;
  padding: 0px 30px;
}

.quick-links a:hover {
  color: darkblue;
  text-decoration: underline;
}
.footer-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  padding: 15px 10px;
  word-spacing: 5px;
  z-index: 999;
}



/* RESPONSIVE: Stack on smaller screens */
@media (max-width: 768px) {
  .contact_overall_container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }

  .social-links,
  .contact-us,
  .quick-links {
    padding: 0 10px;
    align-items: center;
  }

  .social-links a {
    justify-content: center;
  }
}