/* Basic reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Body styling */
body {
  font-family: 'Poppins', sans-serif;
  background-color: #f9f9f9;
}

html {
  scroll-behavior: smooth;
}

/* header css  */

/* Navbar container */
.navbar {
  width: 100%;
  background-color: #fff;
  padding: 15px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 100;
}

/* Logo section */
.logo-section {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  width: 40px;
  height: 40px;
}

.company-name {
  font-size: 1.5rem;
  color: #333;
  font-weight: 600;
}


/* Navigation links */
.nav-links a {
  text-decoration: none;
  color: #444;
  font-weight: 500;
  margin-left: 8px;
  padding: 12px 14px;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
}

/* Subtle background & color transition */
.nav-links a:hover {
  color: #fff;
  background: linear-gradient(135deg, #000, #1e1e1e);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

/* Responsive (for mobile) */
@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    margin-top: 10px;
  }

  .nav-links a {
    display: block;
    margin: 8px 0;
  }
}

/* hero section css */
 /* Hero Section */
.hero {
  height: 90vh;
  background-image: url('img/heroSection.jpg'); /* Replace with your image file */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

/* Add dark overlay for better text contrast */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* Hero text styling */
.hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 800px;
  padding: 20px;
}

.hero-content h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
}

/* Responsive text size */
@media (max-width: 768px) {
  .hero {
    height: 70vh;
  }

  .hero-content h2 {
    font-size: 1.8rem;
  }
}

/* what  we  do section css  */

/* What We Do Section */
.what-we-do {
  padding: 50px 50px;
  text-align: center;
}

.what-we-do .container {
  width: 100;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif; 
  
}

.section-title {
  font-size: 2.2rem;
  color: #6e6a6a;
  font-weight: 600;
  margin-bottom: 20px;
}

.intro {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 50px;
}

/* Two column layout */
.content-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}

.content-left,
.content-right {
  flex: 1;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.content-left p,
.content-right p {
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
}

.ending-text {
  font-size: 1.6rem;
  color: #6e6a6a;
  margin-top: 30px;
  font-weight: 500;
  font-style: italic;
  font-weight: 700;
}

/* Responsive Design */
@media (max-width: 900px) {
  .content-row {
    flex-direction: column;
  }

  .content-left,
  .content-right {
    width: 100%;
  }
}

/* scroll  */



/* Section container */
.section-navigation {
  display: flex;
  justify-content: space-around;
  background-color: black;

  
  flex-wrap: wrap; /* keeps it responsive */
  text-align: center;
  color: black;
  font-family: "Inter", sans-serif;
  position: sticky;
  top: 0;
  z-index: 100;
}

.section-navigation a {

  text-decoration: none;

}

/* Each box */
#sectionNavigation .nav-box {
  flex: 1;
  /* min-width: 200px; */
  background: black;
  padding: 30px 20px;
  transition: background 0.3s ease;
  cursor: pointer;

}


/* Icon styling */
#sectionNavigation .icon {
  font-size: 30px;
  display: block;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif; 

}

/* Text below icon */
#sectionNavigation p {
  margin: 0;
  color: white;
  font-size: 16px;
}

/* Responsive (stack on small screens) */
@media (max-width: 768px) {
  #sectionNavigation {
    flex-direction: column;
  }
  #sectionNavigation .nav-box {
    width: 100%;
  }
}


.svg-icon {
  width: 30px;
  filter: invert(100%);

}

#sectionDetails .detail-box {
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center; 
  align-items: center; 
  gap: 20px;
  margin-left: 180px;
  margin-right: 180px;
  text-align: start;
    font-family: 'Poppins', sans-serif; 
    color: #777; /* 👈 light greyish text */
  font-weight: 300; /* 👈 makes text lighter */
  gap: 30px;
   color: #888; /* light greyish text */
  font-weight: 300; /* lighter weight */
  font-size: 1.1rem; /* slightly larger text */
  line-height: 1.8; /* more breathing space between lines */
  letter-spacing: 0.3px; /* smooth letter spacing */
  padding: 20px 0; /* vertical space around text */
  
    

}

#sectionDetails .detail-box p {
  margin-left: 50px;
}

/* footer css  */


  :root{
    --bg:#0f1724;
    --muted:#9aa7b3;
    --accent:#06b6d4;
    --panel:#0b1220;
    --radius:12px;
    --max-width:1100px;
  }

  .adnile-footer{
    background:linear-gradient(180deg,var(--bg),#07101a 120%);
    color:#e6eef6;
    padding:48px 20px;
font-family: 'Poppins', sans-serif;     margin-top: 50px;
  }

  .am-container{
    max-width:var(--max-width);
    margin:0 auto;
    display:flex;
    flex-direction:row;
    gap:28px;
    justify-content: space-between;

  }

  .am-brand{
    display:flex;
    gap:16px;
    align-items:center;
  }
  .am-logo{
    width:56px;
    height:56px;
    border-radius:12px;
    background:var(--accent);
    padding:8px;
    flex-shrink:0;
  }
  .am-name{
    margin:0;
    font-size:18px;
    letter-spacing:0.2px;
  }
  .am-tag{ margin:2px 0 0; font-size:13px; color:var(--muted); }

  .am-grid{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:28px;
    align-items:start;
  }

  .am-links h4,
  .am-contact h4,
  .am-newsletter h4{
    margin:0 0 12px 0;
    font-size:15px;
  }

  .am-links ul{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:8px; }
  .am-links a,
  .am-contact a,
  .am-legal a { color:inherit; text-decoration:none; opacity:0.95; }
  .am-links a:hover,
  .am-legal a:hover { text-decoration:underline; opacity:1; }

  address { font-style:normal; color:var(--muted); line-height:1.6; }

  .am-form{ display:flex; gap:8px; margin-top:6px; }
  .am-form input{
    padding:10px 12px;
    border-radius:10px;
    border:1px solid rgba(255,255,255,0.06);
    background:rgba(255,255,255,0.02);
    color:inherit;
    min-width:0;
    flex:1;
  }
  .am-form button{
    padding:10px 14px;
    border-radius:10px;
    border:0;
    background:var(--accent);
    color:#062026;
    font-weight:600;
    cursor:pointer;
    white-space:nowrap;
  }

  .am-social{ display:flex; gap:10px; margin-top:12px; }
  .am-social .social{ display:inline-flex; width:38px; height:38px; align-items:center; justify-content:center; border-radius:8px; background:rgba(255,255,255,0.03); text-decoration:none; }
  .am-social svg{ width:18px; height:18px; fill:currentColor; color:#cfeff3; }

  .am-bottom{ display:flex; justify-content:space-between; align-items:center; gap:12px; border-top:1px solid rgba(255,255,255,0.03); padding-top:18px; color:var(--muted); font-size:13px; flex-wrap:wrap; }
  .am-legal{ list-style:none; display:flex; gap:12px; margin:0; padding:0; }

  /* accessibility helper */
  .sr-only{ position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden; }

  /* Responsive */
  @media (min-width:900px){
    .am-grid{ grid-template-columns: 1fr 1fr 340px; }
  }
  @media (max-width:599px){
    .am-grid{ grid-template-columns: 1fr; }
    .am-brand{ gap:12px; }
    .am-bottom{ flex-direction:column; align-items:flex-start; gap:8px; }
  }

