 body {
      margin: 0;
      font-family: "Quicksand", sans-serif;
    }


    nav {
      overflow: hidden;
    }

    nav a {
      float: left;
      display: block;
      color: white;
      text-align: center;
      padding: 14px 20px;
      text-decoration: none;
    }

    .slider {
  position: relative;
  max-width: 100%;
  height: 450px;
  overflow: hidden;
}
.logo img {
    width: 175px;
}
.slides {
  display: flex;
  width: 400%;
  animation: slide 16s infinite;
}

.slide {
  position: relative;
  width: 100%;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.slide-text {
  position: absolute;
  top: 30%;
  left: 10%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  max-width: 60%;
}

.slide-text h2 {
  font-size: 32px;
  margin: 0 0 10px;
}

.slide-text p {
  font-size: 18px;
  margin: 0;
}

@keyframes slide {
  0%   { margin-left: 0; }
  25%  { margin-left: -100%; }
  50%  { margin-left: -200%; }
  75%  { margin-left: -300%; }
  100% { margin-left: 0; }
}


    .overlay {
      position: absolute;
      top: 30%;
      left: 10%;
      color: white;
      background: rgba(0, 0, 0, 0.5);
      padding: 30px;
      max-width: 50%;
      border-radius: 8px;
    }

    .overlay h1 {
      font-size: 36px;
      margin-bottom: 10px;
    }

    .overlay p {
      font-size: 18px;
      margin: 0;
    }

    section {
      padding: 40px 20px;
    }

    .section-title {
      text-align: center;
      font-size: 28px;
      margin-bottom: 20px;
      color: #003366;
    }

    .content {
      max-width: 1000px;
      margin: auto;
      font-size: 18px;
      line-height: 1.6;
    }

    iframe {
      width: 100%;
      height: 300px;
      border: 0;
    }

    footer {
      background: #f1f1f1;
      text-align: center;
      padding: 20px;
      font-size: 16px;
    }
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
}
.menu a {
  float: none;
  display: inline-block;
  margin-left: 20px;
  color: #131212;
  text-decoration: none;
  font-weight: bold;
}
#services {
  background: linear-gradient(135deg, #f4f8fb, #e6f0fa);
  padding: 80px 10% 60px;
  text-align: center;
}

.section-title {
  font-size: 2.8em;
  font-weight: 700;
  margin-bottom: 50px;
  color: #1a1a1a;
  position: relative;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 40px;
}

.service-card {
  background: #fff;
  border-radius: 15px;
  padding: 40px 25px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 45px rgba(0,0,0,0.12);
} */

.icon-wrapper {
  background: linear-gradient(135deg, #a9322f, #f68d8b);
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  box-shadow: 0 6px 15px rgba(0,123,255,0.3);
  transition: background 0.3s;
}

/* .service-card:hover .icon-wrapper {
  background: linear-gradient(135deg, #0056b3, #007BFF);
} */

.service-card h3 {
  font-size: 1.5em;
  color: #222;
  margin-bottom: 15px;
}

.service-card p {
  font-size: 1em;
  color: #555;
  line-height: 1.6;
}
 .slider {
      position: relative;
      max-width: 100%;
      height: 515px;
      overflow: hidden;
    }
    
    .slide {
      display: none;
      height: 100%;
      background-size: cover;
      background-position: center;
      position: absolute;
      width: 100%;
      transition: opacity 1s ease-in-out;
    }
    
    .slide.active {
      display: block;
    }
    
    .banner .content {
      position: absolute;
      bottom: 150px;
      left: 0;
      color: white;
      background: rgba(0, 0, 0, 0.5);
      padding: 25px 50px;
      border-radius: 5px;
      right: 0;
      width: max-content;
      margin: 0 auto;
      text-align: center;
  }
    
    .banner .content h2 {
      font-size: 2.5rem;
      margin-bottom: 10px;
    }
    
    .banner .content p {
      font-size: 1.2rem;
    }
/* Top Bar */
.top-bar {
  background-color: #a9322f;
  color: #fff;
  font-size: 0.9rem;
  padding: 8px 0;
}

.top-bar .container {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      max-width: 1200px;
      border-radius: 8px;
      margin: 0 auto;
}

.top-bar .contact-info span {
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
}

.top-bar .contact-info i {
  margin-right: 6px;
  color: #fff;
}

.top-bar .contact-info a {
  color: #fff;
  text-decoration: none;
}

.top-bar .contact-info a:hover {
  text-decoration: underline;
}
.menu .sltd {
    color: #ce2825;
}
.menu a:last-child {
    padding-right: 0;
}
.top-bar {
  background: #222;
  color: #fff;
  font-size: 0.9em;
  padding: 10px 0;
}

.top-bar .container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.top-bar .contact-info span {
  margin-left: 20px;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
}

nav {
  background: #333;
  padding: 15px 0;
}

.nav-container {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.menu {
  display: flex;
  gap: 20px;
}


/* Menu Toggle Icon */
.menu-toggle {
  display: none;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
.top-bar {
  background: #222;
  color: #fff;
  font-size: 0.9em;
  padding: 10px 0;
}

.top-bar .container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.top-bar .contact-info span {
  margin-left: 20px;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
}

nav {
    background: transparent;
    padding: 5px 0;
}

.nav-container {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.menu {
  display: flex;
  gap: 20px;
}

/* Menu Toggle Icon */
.menu-toggle {
  display: none;
  font-size: 24px;
  color: #171616;
  cursor: pointer;
}
.nav-links {
    display: flex;
    gap: 5px;
}
.nav-links a {
    margin-left: 25px;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    text-align: center;
    padding: 0 9px;
}
.top-bar {
    background-color: #a9322f;
    color: #fff;
    font-size: 0.9rem;
    padding: 8px 0;
}
.nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.nav-header {
    max-width: 1220px;
    margin: 0 auto;
}
a.active {
    color: #d92b26;
}

.view-more-btn {
    background: #433636;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 35px;
}
.view-more-btn a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}













/* Responsive Styles */
@media (max-width: 768px) {
  .top-bar .container {
    justify-content: center;
    text-align: center;
  }

  .menu {
    display: none;
    width: 100%;
    flex-direction: column;
    background: #333;
    margin-top: 10px;
  }

  .menu a {
    padding: 10px;
    border-top: 1px solid #444;
  }

  .menu-toggle {
    display: block;
  }

  .menu.active {
    display: flex;
  }
  .top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        padding-top: 10px;
    }
        .nav-links.active {
        display: flex;
        gap: 0px;
    }
        .nav-links a {
        margin-left: 0;
        color: #2c3e50;
        text-decoration: none;
        font-weight: 500;
        position: relative;
        text-align: center;
        padding: 10px 9px;
        border-bottom: 1px solid #ccc;
    }
    .section-title {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #1a1a1a;
    position: relative;
    padding: 0;
    margin: 0;
}
.contact-info {
    line-height: 25px;
}
.nav-header {
    padding: 0 20px;
}
.slider {
    position: relative;
    max-width: 100%;
    height: 358px;
    overflow: hidden;
}
.banner .content {
    position: absolute;
    bottom: 30px;
    width: auto;
}
.banner .content h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.banner .content p {
        font-size: 15px;
        padding: 0;
        margin: 0;
    }
    .content p {
    text-align: center;
}
#services {
    background: linear-gradient(135deg, #f4f8fb, #e6f0fa);
    padding: 50px 10% 60px;
    text-align: center;
}
section#services h2 {
    margin-bottom: 20px;
}
.img1 {
  height: 180px !important;
    object-fit: cover;
}
.service-block h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding-top: 0;
    color: #000;
    margin-top: 0;
}
}
