.hero-section {
  background-color: #000;
  padding: 80px 0;
  color: #fff;
  overflow: hidden;
}

.text-content h1 {
  font-size: 2.75rem;
  line-height: 1.3;
}

.text-content p {
  font-size: 1.125rem;
  color: #ccc;
  max-width: 500px;
}

.hero-section .btn {
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.hero-section .btn:hover {
  opacity: 0.9;
}

.image-content img {
  max-width: 100%;
  height: auto;
}

/* Responsive Design */
@media (max-width: 767px) {
  .hero-section {
    text-align: center;
    padding: 60px 20px;
  }

  .text-content h1 {
    font-size: 2rem;
  }

  .text-content p {
    font-size: 1rem;
    margin: 0 auto;
  }

  .image-content {
    margin-top: 30px;
  }
}
.heading {
  font-size: 1.75rem;
  color: #0c0c25;
}

.subtext {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.5rem;
}

.check-icon {
  color: #e60023;
  font-size: 1.2rem;
  margin-top: 2px;
}

.box {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.label-before {
  font-weight: bold;
  color: #555;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.label-after {
  font-weight: bold;
  color: #e60023;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

/* Mobile View */
@media (max-width: 767px) {
  .heading {
    font-size: 1.4rem;
    text-align: center;
  }

  .subtext {
    text-align: center;
  }

  .box {
    margin-bottom: 20px;
  }

  .row.text-center > .col-6 {
    width: 100%;
  }
}
.heading {
  font-size: 1.75rem;
  color: #0c0c25;
}

.description {
  font-size: 1rem;
  color: #555;
  margin-top: 1rem;
}

.image-box {
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  border-radius: 10px;
  overflow: hidden;
}

.caption-box {
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  width: 100%;
}

.icon-feature .icon {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.icon-feature strong {
  display: block;
  margin-bottom: 5px;
}

.icon.red {
  color: #e60023;
}

/* Responsive Styles */
@media (max-width: 767px) {
  .heading {
    font-size: 1.5rem;
    text-align: center;
  }

  .description {
    text-align: center;
  }

  .icon-feature {
    text-align: center;
  }

  .image-box {
    text-align: center;
  }

  .caption-box {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
  }
}

.heading {
  font-size: 1.75rem;
  color: #0c0c25;
}

.description {
  font-size: 1rem;
  color: #555;
  margin-top: 1rem;
}

.image-box {
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  border-radius: 10px;
  overflow: hidden;
}

.caption-box {
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  width: 100%;
}

.icon-feature .icon {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.icon-feature strong {
  display: block;
  margin-bottom: 5px;
}

.icon.red {
  color: #e60023;
}

/* Responsive Styles */
@media (max-width: 767px) {
  .heading {
    font-size: 1.5rem;
    text-align: center;
  }

  .description {
    text-align: center;
  }

  .icon-feature {
    text-align: center;
  }

  .image-box {
    text-align: center;
  }

  .caption-box {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
  }
}

    .process-section {
      padding: 60px 15px;
    }

    .process-box {
      background: #fff;
      border-radius: 16px;
      padding: 25px 20px;
      text-align: left;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
      height: 100%;
    }

    .process-icon {
      width: 40px;
      height: 40px;
      background-color: #ffecec;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #e60023;
      font-size: 20px;
      margin-bottom: 15px;
    }

    .process-box h5 {
      font-weight: 700;
      font-size: 1.1rem;
      margin-bottom: 10px;
    }

    .process-box ul {
      padding-left: 0;
      list-style: none;
    }

    .process-box ul li::before {
      content: "\f138";
      font-family: "Bootstrap-icons";
      color: #e60023;
      margin-right: 8px;
    }

    .section-title {
      font-size: 1.5rem;
      font-weight: 700;
      color: #1a1a1a;
    }

    .section-subtitle {
      color: #666;
      font-size: 0.95rem;
      max-width: 700px;
      margin: auto;
      margin-top: 10px;
      margin-bottom: 40px;
    }

    @media (min-width: 768px) {
      .section-title {
        font-size: 1.75rem;
      }
    }

    @media (min-width: 992px) {
      .section-title {
        font-size: 2rem;
      }
    }
    .project-section {
  background: url('/ui-ux-development/ui-ux-solutions/assests/image-1.jpg') no-repeat center center/cover;
  padding: 80px 20px;
  position: relative;
  z-index: 1;
}
  .sole-couture h2 {
  font-size: 2.25rem;
  color: #1b1b1f;
}

.feature-buttons .btn {
  text-align: left;
  font-size: 0.95rem;
  border-radius: 12px;
  padding: 10px 15px;
  background-color: #f9f5f0;
  border: 1px solid #e0dcd8;
}
h2 {
  color: #1a1a1a;
}

form {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.btn-danger {
  background-color: #e63946;
  border: none;
}
.container{
max-width: 1384px !important;
}

@media (max-width: 767.98px) {
  .container {
    padding: 1rem;
  }

  form {
    padding: 15px;
  }

  img {
    margin-top: 20px;
  }
}
.focus-box {
  background-color: #880f0f;
  border-radius: 12px;
  height: 100%;
}

.focus-box p,
.focus-box h6 {
  color: #fff;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .feature-buttons .btn {
    font-size: 0.9rem;
    padding: 8px 12px;
  }

  .focus-box {
    text-align: center;
    padding: 1.5rem;
  }
}
.project-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.project-heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.img-fluid{
    width: 100% !important;
    height: 100% !important;
}
.project-subheading {
  font-size: 1rem;
  max-width: 750px;
  margin: 0 auto 40px;
  color: #e0e0e0;
}
.feature-box {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.bg-brown {
  background-color: #5a4228 !important;
}

.card.bg-brown h5, .card.bg-brown h6, .card.bg-brown p {
  color: #fff;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }

  .feature-box {
    font-size: 0.95rem;
    padding: 10px;
  }
}

.project-box {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 30px 20px;
  color: #fff;
  transition: transform 0.3s ease;
  min-height: 200px;
}

.project-box:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.12);
}

.project-box h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.project-box h6 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.project-box p {
  font-size: 0.95rem;
  color: #ddd;
}

/* Mobile styles */
@media (max-width: 768px) {
  .project-heading {
    font-size: 1.4rem;
  }

  .project-box {
    padding: 20px;
  }

  .project-box h3 {
    font-size: 2rem;
  }
}
.section-heading {
  font-size: 2rem;
}

.section-subheading {
  font-size: 1rem;
}

.icon-circle {
  width: 40px;
  height: 40px;
  background-color: #ffecec;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff3c3c;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.feature-box {
  align-items: flex-start;
}

@media (max-width: 768px) {
  .section-heading {
    font-size: 1.5rem;
  }

  .icon-circle {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }

  .feature-box h5 {
    font-size: 1rem;
  }
}
.our-works h2 {
  font-size: 2rem;
}

.our-works h3 {
  font-size: 2rem;
  color: #1b1b1f;
}

.text-box {
  background-color: #10312f;
}

.info-box ul li {
  margin-bottom: 8px;
}

.feature-list button {
  font-size: 0.9rem;
  border-radius: 10px;
  text-align: left;
}

@media (max-width: 768px) {
  .our-works h3 {
    font-size: 1.5rem;
  }

  .feature-list button {
    font-size: 0.85rem;
  }

  .info-box .row {
    flex-direction: column;
  }

  .info-box img {
    margin-bottom: 1rem;
  }
}
.sole-couture h2 {
  font-size: 2.25rem;
  color: #1b1b1f;
}

.feature-buttons .btn {
    text-align: left;
    font-size: 0.95rem;
    border-radius: 12px;
    padding: 21px 15px;
    background-color: #f9f5f0;
    border: 1px solid #e0dcd8;
    text-align: center;
}
.bg-purple {
  background-color: #4b2c5e;
}

.text-white {
  color: #fff;
}

.feature-box {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .feature-box {
    font-size: 14px;
    padding: 12px;
  }

  .bg-purple .card-body {
    text-align: left;
  }

  h2 {
    font-size: 1.5rem;
  }

  .container {
    padding: 15px;
  }
  .bg-purple{
    width: 255%;
}
}

.focus-box {
  background-color: #880f0f;
  border-radius: 12px;
  height: 100%;
    font-size: 32%;
    text-align: center !important;
}

.focus-box p,
.focus-box h6 {
  color: #fff;
  font-size:363% !important;
}

@media (max-width: 768px) {
  .feature-buttons .btn {
    font-size: 0.9rem;
    padding: 8px 12px;
  }

  .focus-box {
    text-align: center;
    padding: 1.5rem;
  }
}