body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}
.d-none{
    display: flex !important;
}
.hero-section {
    background: url('/Assets/Catalogue\ Shoot.png') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}
 .small{
    color: red;
 }
.hero-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.hero-section p {
    font-size: 1.2rem;
    margin: 15px 0;
}

.btn-danger {
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 5px;
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    text-align: start;
}

.card:hover {
    transform: translateY(-5px);
}

.card-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #dc3545;
}

.card img {
    border-radius: 10px;
    /* height: 150px; */
    object-fit: cover;
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    .hero-section p {
        font-size: 1rem;
    }
    .d-none{
        display: none !important;
    }
}
.challenge-card {
    border: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
}
.solution {
    background-color: #e8f5e9;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}
@media (max-width: 768px) {
    .challenge-card {
        text-align: center;
    }
}

body {
    font-family: Arial, sans-serif;
}

.text-section {
    text-align: left;
}
h2 {
    font-size: 1.8rem;
}

.features {
    margin-top: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    background: white;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.icon {
    font-size: 24px;
    margin-right: 10px;
}

.img-fluid {
    max-width: 80%;
    border-radius: 10px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .feature-item {
        flex-direction: column;
        text-align: center;
    }

    .icon {
        margin-bottom: 10px;
    }
}
.subtitle {
    color: #6c757d;
}

.feature {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon {
    font-size: 24px;
}

.btn-danger {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .feature {
        flex-direction: column;
        text-align: center;
    }

    .text-section {
        text-align: center;
    }
}
.hp{
    color: black;
}
.tech-section {
    padding: 50px 20px;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
}

.section-subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.tech-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: black;
}

.tech-card img {
    width: 50px;
    margin-bottom: 10px;
}

.proposal-btn {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
}

.proposal-btn:hover {
    background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
    .tech-card {
        padding: 15px;
    }

    .section-title {
        font-size: 1.5rem;
    }
}
body {
    font-family: Arial, sans-serif;
}

.card {
    border-radius: 12px;
    border: none;
}

.testimonial {
    font-style: italic;
    font-size: 0.9rem;
    color: #555;
}

.btn-outline-dark {
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: bold;
}
.data-content{
    display: flex !important;
}
@media (max-width: 768px) {
    .text-center img {
        width: 100%;
    }
    .card {
        text-align: center;
    }
    .d-flex {
        flex-direction: column;
        align-items: center;
    }
    .data-content{
        display: none !important;
    }
}
.form-container {
    max-width: 600px;
    /* background: black; */
    padding: 20px;
    border-radius: 10px;
    border-color: black;
}
.fw-bold {
    font-weight: 700 !important;
    /* text-align: center; */
}
.form-label {
    color: white;
}

.form-control {
    background: white;
    color: black;
    border: solid 1px grey;
}

textarea {
    resize: none;
}

.btn-danger {
    border-radius: 20px;
    padding: 10px;
    font-weight: bold;
    color: white !important;
    background-color: red !important;
}
.content-form {
    width: 100%;
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    color: black;
    text-align: center;
    font-family: Arial, sans-serif;
  }
  .content-form h6{
    color: #d8ff00;
  }
  
  /* Form Input Styles */
  .strategy-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  }
  
  .strategy-form label {
  text-align: left;
  font-size: 14px;
  margin-bottom: -21px;
  }
  .strategy-form input {
  padding: 12px;
  border: 1px solid #444;
  border-radius: 5px;
  font-size: 16px;
  color: #000;
  }
  
  .strategy-form span {
  color: red;
  }
  /* Submit button */
  .submit-button {
  background-color: #e60000;
  color: black;
  padding: 12px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  }
  
  .submit-button:hover {
  background-color: yellowgreen;
  }
  .content-form {
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    padding: 20px;
    color: black;
    text-align: center;
    font-family: Arial, sans-serif;
}
  .content-form h6{
  color: #d8ff00;
  }