
/* .container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 10%;
} */



.center-img{
  position: absolute;
  top: 50%;
  transform: translatex(-50%);

}


.left {
  flex: 1;
  min-width: 300px;
}

.left h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #1e2d40;
}

.left p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.skill {
  margin-bottom: 20px;
}

.skill label {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  margin-bottom: 5px;
}

.bar {
  width: 100%;
  height: 8px;
  background: #e0e0e0;
  border-radius: 4px;
}

.fill {
  height: 100%;
  border-radius: 4px;
  background: #000;
}

.fill1 { width: 92%; }
.fill2 { width: 80%; }
.fill3 { width: 75%; }

.right {
  flex: 1;
  min-width: 300px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.input-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.input-row input {
  flex: 1;
}

input, textarea {
  padding: 12px;
  border: none;
  background: #f4f5f7;
  border-radius: 25px;
  outline: none;
  width: 100%;
}

textarea {
  min-height: 100px;
  resize: vertical;
}
.why-choose-us {
  padding: 60px 30px;
}
.choose{
    display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}
.left {
  flex: 1;
  min-width: 300px;
}

.left h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.left p {
  font-size: 16px;
  line-height: 1.6;
  color: #ccc;
}

.location {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.location .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #2979ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-weight: bold;
  font-size: 18px;
}

.location span {
  font-size: 18px;
  font-weight: 500;
}

.left em {
  display: block;
  margin-top: 15px;
  color: #888;
  font-size: 14px;
  font-style: italic;
}

.center {
  flex: 0 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
} */
/* 
.vertical-subtext {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 12px;
  letter-spacing: 1px;
  color: #aaa;
  margin-top: 10px;
} */
.right {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.stat h2 {
  font-size: 32px;
  margin: 0;
}

.stat p {
  margin: 5px 0;
  letter-spacing: 1px;
  font-size: 14px;
  color: #6db3ff;
}

.stat .line {
  width: 30px;
  height: 3px;
  background: #2979ff;
  margin-top: 5px;
}
.center {
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-logo {
  transform: rotate(270deg);
  max-width: 280px;
  height: auto;
  object-fit: contain;
}

/* .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
} */


/* button {
  padding: 12px;
  border: none;
  background: #000;
  color: #fff;
  border-radius: 25px;
  cursor: pointer;
  width: 150px;
  align-self: flex-start;
  transition: background 0.3s ease;
} */



.testimonials {
  padding: 60px 20px;
  text-align: center;
  max-width: 1200px;
  margin: auto;
}

.testimonials .subtitle {
  color: #a855f7;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.testimonials h2 {
  font-size: 32px;
  margin: 0;
}

.testimonials .description {
  color: #666;
  font-size: 16px;
  margin: 10px auto 40px;
  max-width: 600px;
}

.testimonial-cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.card-2 {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 25px;
  width: 100%;
  max-width: 350px;
  text-align: center;
  position: relative;
}

.profile {
  position: relative;
  display: inline-block;
}

.profile img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.verified {
  position: absolute;
  bottom: 4px;
  right: 4px;
  background: #2979ff;
  color: white;
  border-radius: 50%;
  font-size: 14px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.stars {
  color: #facc15; /* yellow */
  margin: 12px 0;
  font-size: 20px;
}

.text {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.5;
}

.card-2 h4 {
  margin: 0;
  font-weight: 600;
}

button:hover {
  background: #333;
}

@media screen and (max-width: 768px) {
  .container {
    /* flex-direction: column; */
  }

  .input-row {
    flex-direction: column;
  }

  header {
    flex-direction: column;
    align-items: flex-start;
  }
}




  .carousel-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 300px;
  }

  .carousel-slides {
    display: flex;
    width: 300%;
    height: 100%;
    animation: slide 9s infinite;
  }

  .carousel-slides img {
    width: 100%;
    height: 100%;
    object-fit: ;
    flex-shrink: 0;
  }

  @keyframes slide {
    0%, 30% { transform: translateX(0%); }
    33%, 63% { transform: translateX(-100%); }
    66%, 100% { transform: translateX(-200%); }
  }

  .carousel-dots {
    position: absolute;
    bottom: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 6px;
    z-index: 2;
  }

  .carousel-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #bbb;
    animation: dotAnim 9s infinite;
  }

  .carousel-dots span:nth-child(1) { animation-delay: 0s; }
  .carousel-dots span:nth-child(2) { animation-delay: 3s; }
  .carousel-dots span:nth-child(3) { animation-delay: 6s; }

  @keyframes dotAnim {
    0%, 10% {
      background: #000;
    }
    30%, 100% {
      background: #bbb;
    }
  }

  .product-actions,
  .product-cart {
    z-index: 2;
  }

  .product-cart a {
    font-size: 14px;
  }


   .hero {
      text-align: center;
      padding: 2rem 1rem;
      max-width: 800px;
      margin: auto;
    }

    .hero h2 {
      font-family: 'Playfair Display', serif;
      font-size: 2rem;
      font-style: italic;
      margin-bottom: 1rem;
      color: #333;
    }

    .hero p {
      font-size: 1rem;
      color: #555;
    }

    .services {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1.5rem;
      padding: 2rem 1rem;
    }

    .card-1 {
      width: 300px;
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }

    .card-1:hover {
      transform: translateY(-5px);
    }

    .card-1 img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .card-1-content {
      padding: 1rem;
    }

    .card-1 h3 {
      font-size: 1.1rem;
      margin-bottom: 0.5rem;
    }

    .card-1 small {
      color: #888;
      text-transform: uppercase;
      font-size: 0.75rem;
    }

    .card-1 p {
      margin: 0.5rem 0 1rem;
      font-size: 0.9rem;
    }

    .btn {
      display: inline-block;
      background: #000;
      color: #fff;
      padding: 0.5rem 1rem;
      border-radius: 4px;
      text-decoration: none;
      font-size: 0.9rem;
    }

    @media (max-width: 768px) {
      .services {
        flex-direction: column;
        align-items: center;
      }
      .cont{
        display: flex;
        width: 100%;
        height: 100%;
        margin: 0px;
      }    
    
    }




       .form-container {
      width: 100%;
      margin: auto;
      background: #fff;
      padding: 30px;
      border-radius: 15px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }

    .form-container h2 {
      text-align: center;
      margin-bottom: 25px;
      color: #333;
    }

    .form-group {
      margin-bottom: 20px;
    }

    .form-group label {
      display: block;
      margin-bottom: 6px;
      color: #333;
      font-weight: 500;
    }

    .form-group input[type="text"],
    .form-group input[type="file"] {
      width: 100%;
      padding: 10px 12px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 16px;
    }

    .form-group input[type="file"] {
      padding: 8px;
    }

    .form-group input[type="submit"] {
      background-color: #000;
      color: #fff;
      border: none;
      padding: 12px 20px;
      border-radius: 8px;
      cursor: pointer;
      width: 100%;
      font-size: 16px;
      transition: 0.3s ease;
    }

    .form-group input[type="submit"]:hover {
      background-color: #333;
    }

    .slider-container {
      position: relative;
      max-width: 1000px;
      margin: auto;
    }

    .slider-wrapper {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      gap: 20px;
      padding: 10px;
      scroll-snap-type: x mandatory;
    }

    .sliding-card {
      flex: 0 0 300px;
      scroll-snap-align: start;
      background: white;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      overflow: hidden;
      transition: transform 0.3s ease;
    }

    .sliding-card:hover {
      transform: scale(1.03);
    }

    .sliding-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .sliding-card .content {
      padding: 15px;
      text-align: center;
    }

    .slider-btn-2 {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #333;
      color: white;
      border: none;
      padding: 12px;
      cursor: pointer;
      border-radius: 52%;
      z-index: 1;
    }

    .slider-btn-2.left-2 {
      left: -20px;
    }

    .slider-btn-2.right-2 {
      right: -20px;
    }

    /* Optional: Hide scroll bar */
    .slider-wrapper::-webkit-scrollbar {
      display: none;
    }

    @media (max-width: 600px) {
      .sliding-card {
        flex: 0 0 80%;
      }

      .slider-btn-2 {
        display: none;
      }
    }


       .grid-5 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 10px;
    }

    .card-5 {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .slider-wrapper-5 {
      width: 100%;
      overflow: hidden;
    }

    .inner-slider-5 {
      display: flex;
      width: 100%;
      transition: transform 0.5s ease;
    }

    .inner-slider-5 img {
      width: 100%;
      flex-shrink: 0;
      /* height: 500px; */
      object-fit: cover;
    }

    .dots {
      display: flex;
      justify-content: center;
      margin-top: 8px;
      gap: 6px;
    }

    .dot {
      width: 10px;
      height: 10px;
      background: #ccc;
      border-radius: 50%;
      transition: background 0.3s;
    }

    .dot.active {
      background: #333;
    }

    .card-content {
      padding: 15px;
      text-align: center;
    }

    .card-content h3 {
      margin: 10px 0 5px;
    }


    
