* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

nav {
  background-color: rgb(243, 235, 235);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: fixed;
  width: 100%;
}

nav ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;

}


nav ul img {
  max-width: 160px;
  margin-top: 0px;
  display: block;
}

nav li:not(:first-child) {
  height: 50px;
}

nav a {
  height: 100%;
  padding: 0 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: red;
  font-weight: bold;
  font-size: 22px;

}

nav a:hover {
  background-color: rgb(202, 199, 199);

}nav a .active {
  background-color: rgb(18, 18, 206);

}



nav li:first-child {
  margin-right: auto;

}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  z-index: 999;
  background-color: rgba(163, 167, 164, 0.205);
  backdrop-filter: blur(25px);
  box-shadow: -10px 0 10px black rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
}
.k-img{
  max-width: 100%;
  height: auto;
  padding-top: 8px;

}
.k-img:hover{transform: scale(1.05);
  transition: transformation 0.4s ease-in-out;
}

.sidebar li {
  width: 100%;

}

.sidebar a {
  width: 100%;
}

@media(max-width: 800px) {
  .hideonmobile {
    display: none;
  }
}

@media(max-width: 400px) {
  .sidebar {
    width: 100%;
    background-color: black;
  }
}

.liam {
  position: absolute;
  width: 100%;
  z-index: 10;
}

body {
  font-family: Arial, sans-serif;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f7f1f1;
}

#home {
  z-index: -100;

}

.carousel {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding-top: 75px;
  
  }

.carousel-track-container {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  min-width: 100%;
  overflow: hidden;
}

.carousel img {
  display: block;
  width: 100%;
  
}

/* Navigation Buttons */
.carousel-button {
  position: fixed;
  top: 30%;

  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0);
  color: white;
  border: none;
  cursor: pointer;
  padding: 20px;
  font-size: 1px;
  z-index: 1;

}

.carousel-button.left {
  left: 10px;
  visibility: hidden;
}

.carousel-button.right {
  right: 10px;
}

.but {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 30px;
  background-color: red;
  color: rgb(201, 90, 90);
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  
}
.but a
{
  text-decoration: none;
  color: aliceblue;
}

@media(max-width: 500px) {
  
  .home {
    flex-direction: column;
    max-width: 100%;
    height: auto;
  
  }
  #home{
    width: 100%;
    height: auto;
  }

  .right {
    max-width:100%;
    height:auto;
  }

  .left {
    max-width: 100%;
    height: auto;
  
  }

  .services {
    max-width: 100%;
    height: auto;
  }
  .plan{flex-direction: column;
    background-color: rgb(89, 11, 214);
    gap: 3px;
    padding: 15px;
    height: 100vh;
  }
  .right2{width: 100%;
    height: auto;

  }
  .left2{width: 100%;
    height: auto;

  }
  body{
    flex-direction: column;
  }
  .pp2{
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .contact-card{
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .map{
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .btnnav{
    flex-direction: row;
  
  }
  
}
/* home section */
.home {
  display: flex;
  background-color: rgb(247, 247, 247);
  height: 100vh;
  gap: 3em;
  padding: 15px;
  margin-bottom: 200px;
}

#btn {
  visibility: hidden;
}

/*.right {
  padding: 0px;
  overflow: hidden;
  width: 100%;
  height: auto;

  border-radius: 15px;
  box-shadow: 0 4px 8p;
*/

.right img {
max-width: 100%;
  height: auto;
  border-radius: 5px;
  justify-content: center;
  margin: auto;
  border: 5px red;
}

.right img:hover {
  transform: scale(1.05);
  transition: transformation 0.4s ease-in-out;
}


.left {

  width: 100%;
  height: auto;
  border-radius: 23px;
  padding: 18px;
  background-color: rgb(247, 244, 244);
}

.left h2 {
  
  font-family: Roboto, sans-serif;
  box-sizing: border-box;

  font-size: 23px;
  line-height: 20px;

  color: rgb(5, 5, 5);
}

.left div {
  box-sizing: border-box;
  color: rgb(228, 106, 106);
  display: block;
  font-family: roboto, sans-serif;
  font-size: 18.6px;

}

.left p {
  line-height: 30px;
  font-family: roboto;
  box-sizing: border-box;
}

.services1 {
  width: 100%;
  align-items: center;
  text-align: center;
  padding: 6px;
  font-size: 13px;
  background-color:aliceblue;
}

.logo {
  background-size: contain;

}
.mee{
  margin-top: 20px;
}

.mee button {
  color: #f0f0f0;
  font-size: 23px;
  font-weight: bold;
  background-color: rgb(199, 68, 68);
  border-radius: 13px;
  border: none;
  width: 100%;
  cursor: pointer;
  transition:background-color 0.3s ease;
  margin-bottom: 15px;
  margin-top: 25px;
  padding: 12px;
  
}
.mee button a{
  text-decoration: none;
  color: aliceblue;
}

.mee button:hover {
  background-color: aliceblue;
  color: black;
}
.sec3{background-color: rgb(252, 245, 245);
  box-sizing: border-box;
  padding: 35px;
  height: auto;
  width: 100%;
  justify-content: center;
padding-top: 12px;
}
.us h3{
  color: rgb(14, 15, 15);
  padding: 10px;
  text-align: center;
  align-content: center;
  background-color: rgb(247, 235, 235);
  margin-top: 15px;
}
.plan{display: flex;
  background-color:aliceblue;
  gap: 70px;
  padding: 15px;
  height: auto;
  width: 100%;
  justify-content: center;
  align-items: center;

}
.right2{
  padding: 10px;
  overflow: hidden;
  width: auto;
  height: auto;
border-radius: 15px;
  box-shadow: 0 4px 8px;
  background-color: aliceblue;
}
.right2:hover{transform: scale(1.05);
  transition: transformation 0.4s ease-in-out;
}

.left2{
  padding: 25px;
  width: auto;
  height:auto;
  background-color:aliceblue;
  align-items: center;
  box-shadow: 0 4px 8px;
  border-radius: 15px;

}
.left2:hover{
  transform: scale(1.05);
  transition: transformation 0.4s ease-in-out;
}
.words{
  background-color: rgb(250, 246, 246);
  padding: 6px;
  border-radius: 15px;
  text-align: center;
  align-content: center;
  color: rgb(67, 68, 70);
}
.right2 img{
  max-width: 100%;
  height: auto;
  padding-top: 10%;

}
.words2{
  background-color: rgb(247, 237, 237);
  align-items: center;
  align-content: center;
  justify-content: center;
  color: rgb(13, 13, 14);
  border-radius: 15px;
  overflow: hidden;
  padding: 4px;
  padding-left: 65px;
  
}
.left2 img{

  max-width: 100%;
  height: auto;
  padding-top: 5%;
}
.pro{
  background-color: rgb(250, 244, 244);
  box-sizing: border-box;
  padding-top: 20px;
  padding: 10px;
  height: auto;
  width: 100%;
}
.products{
  background-color: rgb(212, 62, 62);
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  justify-content: center;
  color: aliceblue;}

  .kword{
  width: auto;
  height: auto;
  justify-items: center;
  padding-top: 9px;
border-radius: 50px;
}

  .kword img{
    width: 100%;
    height: auto;
    background-color:rgb(255, 255, 255);
    padding: 8px;
    border-radius: 22px;
  }
  .p2{
    padding-top: 8px;
  }
  .pp2{
    display: flex;
    padding: 20px;
    gap: 70px;
  }
  .pwod{
    color: rgb(109, 107, 106);
    font-family: Arial, Helvetica, sans-serif;
  }
  .w{
    padding: 15px;
    justify-items: center;
    text-align: center;
    background-color: rgb(252, 246, 246);
    border-radius: 12px;
    color:rgb(95, 97, 99);
    font-size: 30px;
    font-family: sans-serif;
    
  }
  .we{width: 100%;
    height: auto;
    background-color: rgb(248, 245, 245);
    padding: 10px;
    border-radius: 20px;}
    .we:hover{
      transform: scale(1.05);
  transition: transformation 0.4s ease-in-out;
}
.projectsc{
  background-color:rgb(253, 249, 249);
  width: 100%;
  height: 100vh;
  padding: 25px;
  display: block;
  justify-content: center;
}
.H{
  color: rgb(239, 241, 243);
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: rgb(224, 68, 68);
  border-radius: 12px;
  padding: 10px;
}
.hw{
  justify-content: center;
  align-items: center;
  text-align: center;
  justify-items: center;
  
}
.l{
  font-size: 23px;
  text-align: justify;
  padding-top: 20px;
  line-height: 30px;
  color: rgb(25, 25, 26);
  font-family: 'Times New Roman', Times, serif;
  margin-bottom: 30px;
}
.container {
  max-width: 800px;
}

/* Project Card */
.project-card {
  background-color: #fcf8f8;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  transition: background 0.3s;
}

.project-card:hover {
  background-color: #ac1c1c;
}

/* Image Section */
.project-image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  transition: transform 0.3s;

}

.project-image img {
  width: 100%;
  display: block;
  transition: transform 0.3s;

}

.project-image:hover img {
  transform: scale(1.05);
}

/* Project Info */
.project-info {
  font-size: 16px;
  line-height: 1.8;
  color: #0e0b0b;
}

.project-info .title {
  font-weight: bold;
  color: #f44336;
  margin-bottom: 5px;
}

.project-info .detail {
  margin-bottom: 5px;
}

.dot {
  color: #f44336;
  font-size: 12px;
  margin-right: 5px;
}

.company-profile {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header {
  background-color: #a42323;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.header h1 {
  font-size: 24px;
  font-weight: bold;
}

.main-content {
  padding: 20px;
}

.main-image {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.text-content h2 {
  font-size: 20px;
  color: #a42323;
  margin-bottom: 10px;
}

.text-content p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.text-content ul {
  list-style: none;
  margin-bottom: 15px;
}

.text-content ul li {
  margin-bottom: 5px;
  font-size: 14px;
}

.images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.image-box {
  text-align: center;
  width: 48%;
}

.image-box img {
  width: 100%;
  height: auto;
}

.image-box p {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}

.services {
  display: flex;

   background-image: url(assets/images/bbbbb.JPG);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
  background-color: rgba(0.6);
  gap: 12px;

}

.service-box, .product-box {
  width: 48%;
  position: relative;
  padding: 15px;
  background-size: cover;
  background-position: center;
  color: #fff;
  background-blend-mode: overlay;
}

.service-box {
  background-image: url(assets/images/bbbbb.JPG); /* Add your service background image path */
  background-color: rgba(0, 0, 0, 0.6);
}

.product-box {

  background-color: rgba(0, 0, 0, 0.6);
}

.service-box h3, .product-box h3 {
  font-size: 16px;
  color: #e71515;
  margin-bottom: 10px;
}

.service-box ol, .product-box ol {
  list-style-type: decimal;
  padding-left: 20px;
}

.service-box ol li, .product-box ol li {
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
}/* Main container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
/* Header */
.header {
  background-color: #C1121F;
  color: #fff;
  padding: 15px;
  font-size: 24px;
  font-weight: bold;
}
/* Section title */
.section-title {
  font-size: 20px;
  color: #eb1313;
  margin: 20px 0;
}
/* Image grid */
.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
/* Individual image container */
.image-item {
  position: relative;
  overflow: hidden;
}
.image-item img {
  width: 100%;
  transition: transform 0.3s ease;
}
.image-item:hover img {
  transform: scale(1.1);
}
/* Hover overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.image-item:hover .overlay {
  opacity: 1;
}
.contact-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 350px;
  text-align: center;
  height: auto;
  justify-content: center;
align-items: center;

}
.contact-card h2 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
}
.contact-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #e0e0e0;
}
.contact-item:first-child {
  border-top: none;
}
.contact-icon {
  color: #b10000;
  font-size: 24px;
  margin-right: 10px;
}
.contact-details {
  text-align: left;
}
.contact-details span {
  display: block;
  font-size: 12px;
  color: #555;
}
.contact-details a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.map{
  max-width: 100%;
  height: auto;
}
iframe{
  max-width: 100%;
  height: auto;

}
.footer{
  background-color: #d44747;
  color: cornsilk
}
.btnnav{
  position: fixed;
  bottom: 0;
  right: 2em;
  background-color: #d63333;
  padding: 1em;
  border-radius: 20px;
  z-index: 10;
}
.contact-item a{
  text-decoration: none;
  color: green;
}
.contact-item{
  width: 25px;
}
 .floating-whatsapp, .floating-call {
            position: fixed;
            bottom: 20px;
            z-index: 1000;
            cursor: pointer;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .floating-whatsapp {
            right: 20px;
            background-color: #25D366;
            border-radius: 50%;
            padding: 15px;
        }
        .floating-whatsapp img {
            width: 30px;
            height: 30px;
        }
        .floating-call {
            left: 20px;
            background-color: #007BFF;
            border-radius: 50%;
            padding: 15px;
        }
        .floating-call img {
            width: 30px;
            height: 30px;
        }



