body {
    font-family: 'Times New Roman', serif;
    background-color: #fdfdfd;
    color: #333;
}

.subheading {
    letter-spacing: 2px;
    font-size: 12px;
    color: #666;
}
.data-none{
    display: flex !important;
}
.heading {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.image-container {
    position: relative;
    padding: 20px;
}

.image-container img {
    width: 100%;
    border-radius: 10px;
}

.text-content {
    padding: 20px;
}

.service-number {
    font-size: 14px;
    text-transform: uppercase;
    color: #888;
}

.service-title {
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0;
}
.data-target{
    display: flex;
}
.service-description {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}
.data-content{
    display: flex !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .heading {
        font-size: 28px;
    }
    .data-target{
        display: none !important;
    }
    .data-content{
        display: none !important;
    }

    .service-title {
        font-size: 24px;
    }

    .service-description {
        font-size: 14px;
    }
    .data-none{
        display: none !important;
    }

    .image-container {
        text-align: center;
    }
}
.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;
  }