@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");

nav {
  /* margin: 10px; */
  background-color: rgba(0, 0, 0, 0.308);
}
/* indexstyle.css */
.navbar {
  background-color: rgba(0, 0, 0, 0.781) !important;
}

header {
  padding: 20px;
  width: 100%;
  height: 90vh;
  /* background-image: url('../assets/Img/topbg2.jpg'); */
  background-size: cover;
  transition: background-image 1s ease-in-out;
  background-position: bottom;
}

.top_services {
  width: 100%;
  height: 180px;
  margin: 10px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 70vh;
}

.top_services .box {
  width: 280px;
  height: 200px;
  background-color: white;
  padding: 12px;
  /* border: 4px solid gray; */
  margin: 0 30px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 1s ease-in-out;
}

.top_services .box h3{
   color: #b32d00;
}



/* _________________________________________________________________________________________________________________ */


.top_head {
  width: 90%;
  height: 350px;
  /* border: 2px solid red; */
  z-index: 9;
  /* background-color: black; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin:  auto;
  margin-top: 30px;

}

.top_head .left {
  padding: 5px;
}

.top_head h1{
   color: #cc2900;
}
.top_head h4{
   color: #b30000;
}

.top_head .left img {
  width: 350px;
  margin: 10px;
}

.top_head .right {
  text-align: center;
}

.top_head .right h1 {
  font-family: "Noto Serif", serif;
  font-weight: 800;
}

.who_we_are {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto;
  padding: 40px;
  background-color: #f8f9fa; /* Light gray background for contrast */
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #212529;
}

.who_we_are h4 {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
  color: #0d6efd; /* Bootstrap primary blue */
  border-bottom: 2px solid #0d6efd;
  display: inline-block;
  padding-bottom: 8px;
}

.who_we_are .desc {
  line-height: 1.8;
  font-size: 1.05rem;
}

.who_we_are .desc p {
  margin-bottom: 20px;
}

.who_we_are strong {
  font-weight: 600;
  color: #000;
}





.web_development_section {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* background-color: #f1f3f5; */
  padding: 50px;
  border-radius: 12px;
  /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); */
}

.web_development_section .content {
  flex: 1 1 500px;
  padding-right: 30px;
}

.web_development_section h4 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #0d6efd;
  border-bottom: 2px solid #0d6efd;
  display: inline-block;
  padding-bottom: 8px;
}

.web_development_section p {
  font-size: 1.05rem;
  margin-bottom: 20px;
  line-height: 1.7;
}

.web_development_section ul {
  list-style: none;
  padding: 0;
}

.web_development_section ul li {
  margin-bottom: 12px;
  font-size: 1rem;
  padding-left: 25px;
  position: relative;
}

.web_development_section ul li::before {
  content: "🖥️";
  position: absolute;
  left: 0;
  top: 1px;
}

.web_development_section .image {
  flex: 1 1 400px;
  text-align: center;
}

.web_development_section .image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
}










.what_makes_us {
  width: 90%;
  max-width: 1100px;
  margin: 80px auto;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #212529;
}

.what_makes_us h4 {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
  color: #b30000; /* Bootstrap success green */
  border-bottom: 2px solid #198754;
  display: inline-block;
  padding-bottom: 8px;
}

.features_list {
  list-style: none;
  padding: 0;
}

.features_list li {
  margin-bottom: 20px;
  font-size: 1.1rem;
  line-height: 1.6;
  position: relative;
  padding-left: 30px;
}

.features_list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #198754;
  font-size: 1.2rem;
}

.feature_title {
  font-weight: 600;
  color: #0d6efd;
}

/* __________________________________________________________________________________________________________________ */
.our_clients_section {
  width: 90%;
  max-width: 1200px;
  margin: 80px auto;
  text-align: center;
}

.our_clients_section h4 {
  font-size: 2rem;
  color: orangered;
  margin-bottom: 30px;
  border-bottom: 2px solid gray;
  display: inline-block;
  padding-bottom: 8px;
}

.scroll_controls {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.clients_logos {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 10px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  background: #f1f3f5;
  border-radius: 10px;
}

.clients_logos img {
  min-width: 250px;
  max-width: 250px;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  flex-shrink: 0;
  scroll-snap-align: center;
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}

.clients_logos img:hover {
  transform: scale(1.05);
}

.scroll-btn {
  background-color: #0d6efd;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 1.5rem;
  transition: background-color 0.3s ease;
}

.scroll-btn:hover {
  background-color: #084298;
}

/* Optional: Hide scrollbar */
.clients_logos::-webkit-scrollbar {
  display: none;
}
.clients_logos {
  -ms-overflow-style: none;
  scrollbar-width: none;
}



/* __________________________________________________________________________________________________________________ */




.auction_showcase_section {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto;
  background-color: #f8f9fa;
  padding: 50px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.auction_content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.auction_text {
  flex: 1 1 500px;
}

.auction_text h4 {
  font-size: 2rem;
  color: #dc3545;
  margin-bottom: 20px;
}

.auction_text p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.auction_text ul {
  padding-left: 20px;
  list-style: none;
}

.auction_text ul li {
  margin-bottom: 10px;
  font-size: 1rem;
  position: relative;
}

.auction_image {
  flex: 1 1 400px;
  text-align: center;
}

.auction_image img {
  width: 100%;
  max-width: 450px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


/* __________________________________________________________________________________________________________________ */



  .restaurant-application {
      font-family: 'Segoe UI', sans-serif;
      background: #f5f5f5;
      margin: 0;
      padding: 40px;
      display: flex;
      justify-content: center;
      width: 100%;
    }

    .restaurant-application .presentation {
      background: white;
      padding: 30px;
      border-radius: 12px;
      max-width: 800px;
      width: 100%;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      text-align: center;
    }

    .restaurant-application h1 {
      color: #333;
      margin-top: 0;
    }

    .restaurant-application p {
      font-size: 18px;
      color: #555;
    }

    .restaurant-application .screenshot {
      width: 100%;
      margin-top: 20px;
      border: 1px solid #ccc;
      border-radius: 8px;
    }

    .restaurant-application .tag {
      display: inline-block;
      background: #4caf50;
      color: white;
      padding: 4px 10px;
      border-radius: 5px;
      font-size: 14px;
      margin: 10px 5px 20px;
    }

    .restaurant-application .demo-button {
      display: inline-block;
      margin-top: 20px;
      padding: 12px 24px;
      background-color: #007BFF;
      color: white;
      text-decoration: none;
      border-radius: 6px;
      font-size: 16px;
      transition: background-color 0.3s ease;
    }

    .restaurant-application .demo-button:hover {
      background-color: #0056b3;
    }


 .sticky-banner {
      position: sticky;
      top: 0;
      background-color: #ffcc00;
      color: #000;
      padding: 15px;
      text-align: center;
      font-weight: bold;
      z-index: 9999; /* Stay on top */
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }

    .content {
      padding: 20px;
      height: 2000px; /* Just to allow scrolling */
    }


