.dropdown{
  list-style: none;
  text-decoration: none;
  align-items: center;
  position: absolute;
  color: black;
  background-color: white;
  display: none;
  border-radius: 6px;
  border: 1px solid rgb(209, 205, 205);
}
.drop-menu:hover .dropdown{
  display: block;
}
.dropdown a{
  font-size:medium;
  font-weight: 450;
  color: #4d4d4d;
}
.dropdown li{
  padding: 7px;
  padding-left: 0px;
}
.dropdown li:hover{
  background-color: rgb(236, 236, 236);
}
.company-overview {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 80px;
  background-color: #ffffff;
  max-width: 1270px;
  margin: auto;
}

.left-column {
  flex: 1;
  min-width: 300px;
  padding-right: 40px;
}

.right-column {
  flex: 1;
  min-width: 300px;
}
.right-column p{
  line-height: 1.7;
  margin: 5px;
  font-size: 16.5px;
}

.about {
  font-size: 20px;
  color: #2b2a2a;
  margin-bottom: 7px;
  font-weight: 500;
}

.heading {
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 10px;
}

.summary {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 30px;
}

.left-column img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.stats-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding: 50px 20px 30px;
  flex-wrap: wrap;
}

.stat {
  display: grid;
  grid-template-columns: auto auto;
}

.stat h1 {
  font-size: 66px;
  margin: 10px 0 0px;
  font-weight: bold;
  letter-spacing: 1px;
}

.stat p {
  font-size:23px;
  font-weight: 700;
}

.stat img {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  font-weight: 700;
}

.why-section {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 40px 80px;
  max-width: 1290px;
  margin: auto;
}

.subheading {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.main-heading {
  font-size: 45px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 2.9rem;
}

.why-right p {
  margin-bottom: 22px;
  line-height: 1.6;
}

.vision-mission-container {
  padding: 50px 80px 40px;
  background-color: #fff;
  text-align: center;
  max-width: 1300px;
  margin: auto;
}

.vision-mission-container h1{
  font-size: 46px;
}
.section-subheading {
  font-size: 17px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.4;
}

.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.card {
  background-color: #C62828; /* Deep Blue */
  color: white;
  padding: 30px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 500px;
  max-width: 90%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.card-text {
  text-align: left;
  flex: 1;
}

.card h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.card p {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.01px;
}

.card-icon {
  width: 81px;
  height: auto;
  margin-left: 20px;
}
.corpo-val{
  display: grid;
  grid-template-columns:50% 50% ;
  gap: 30px;
  max-width: 1140px;
  margin: auto;
  margin-top: 40px;
}
.corpo-val h1{
  font-size: 45px;
  max-width: 80%;
  line-height: 1;
}
.corpo-val p{
  font-size: 20px;
  color: #1b1b1b;
  max-width: 95%;
}
.corporate-values {
  padding: 60px 80px;
  background-color: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.corporate-values h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 40px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.value-box {
  border-top: 1px solid #C62828;
  padding-top: 20px;
}

.value-box h3 {
  font-size: 25px;
  font-weight: 450;
  margin-bottom: 10px;
}

.value-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #111111;
}
 section.slider-section {
      background: url('../images/achive.png') no-repeat center center/cover;
      height: 100vh;
    }

    .overlay {
      background: rgba(0, 0, 0, 0.6);
            color: white;
      height: 100%;
      padding: 40px;
      box-sizing: border-box;
    }

    .description {
      max-width: 800px;
      margin-bottom: 40px;
      font-size: 20px;
      line-height: 1.6;
    }

    .slider-container {
      position: relative;
    }

    .milestone-slider {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      gap: 30px;
      padding: 20px 40px;
    }

    .milestone-slider::-webkit-scrollbar {
      display: none;
    }

    .milestone {
      min-width: 250px;
      background: rgba(255, 255, 255, 0.1);
      padding: 20px;
      border-radius: 10px;
    }

    .milestone h2 {
      font-size: 36px;
      margin: 0;
    }

    .milestone h3 {
      font-size: 20px;
      margin: 10px 0 5px;
    }

    .milestone p {
      font-size: 16px;
    }

    .scroll-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 30px;
      background: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      padding: 10px;
      cursor: pointer;
      z-index: 10;
    }

    .scroll-left {
      left: 0;
    }

    .scroll-right {
      right: 0;
    }