
body {
  background-color: #000; /* Dark background */
  color: #fff;
}

.bold-heading {
  margin-top: 0px !important;
  font-weight: bold;
}


.hero-content {
  height: 100vh; /* Adjust according to your layout */
  position: relative;
}

.animate-left {
  opacity: 0;
  transform: translateX(-100px); /* Initially move it off-screen to the left */
  animation: slideInLeft 1s forwards; /* Animation applied */
}


.sucess_story_message{
  display:none; 
  color: green;
   font-weight: bold; 
   font-size:0.8rem;
}


.story-loader {
  display: none;  
  border: 8px solid #ff7a18;
  border-top: 8px solid #ff0066; 
  border-radius: 50%; 
  width: 60px;  
  height: 60px; 
  animation: spin 1s linear infinite; 
  position: absolute;
  top: 20%;
  left: 40%;
  transform: translate(-50%, -50%); 
  z-index: 9999; 
}

.sucess_story_errormessage{
  display:none; 
  color: red;
   font-weight: bold; 
   font-size:0.8rem;
}

/* Define the animation */
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fw-bold{
  font-size: 1.5rem;
  z-index: 99 !important;
  margin-left: 20px;
}


/* Hero Section */
.hero-section .hero-image {
  background: url('images/success_story/Industrial_AI.jpg') no-repeat center center;
  background-size: cover;
  height: 580px;
}

/* Adding black overlay with opacity */
.hero-section .hero-image::before {
  content: ''; /* Required for pseudo-element */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Black color with opacity (0.5) */
  z-index: 1; /* Ensure the overlay is above the background but below the content */
}

.hero-content {
  height: 100%;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.overview-form-section {
  padding: 40px 0px 10px 0px; /* Spacing for section */
}

/* Vertical Divider */
.vertical-divider {
  width: 2px;
  height: 100%;
  background-color: #fff; /* Light divider line */
}

/* Override bg-dark to set the background color to white */
.download-form {
  background-color: #fff !important;  /* White background */
  color: #000 !important;  /* Black text for better readability on white background */
  padding: 20px !important;
  border-radius: 8px !important;
}

.download-form h3 {
  font-weight: bold;
  color: #ff004d; /* Red heading */
  text-align: center;
  text-decoration: underline; /* Red underline for heading */
}

.download-form .form-label {
  font-size: 14px;
  color: #333; /* Darker gray for form labels */
}

/* Style for input fields */
.download-form input {
  background-color: transparent !important; /* No background */
  color: #333; /* Dark text color */
  border: none; /* Remove all borders */
  border-bottom: 1px solid #ccc; /* Light gray underline */
  padding: 6px 0; /* Padding to create some space above and below the text */
  width: 100%; /* Make the input take full width of its container */
}

.download-form input:focus {
  border-bottom: 1px solid #ff004d; /* Red underline when focused */
  outline: none;
  box-shadow: none; /* Remove default outline on focus */
}

.download-form button {
  background: linear-gradient(120deg, rgb(255 103 23) 33%, rgb(255 90 5 / 98%) 72%) !important;
  border: none;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  width: 40% !important;
  display: block; /* Make button a block element */
  margin: 0 auto; /* Center the button horizontally */
}


.download-form {
  max-width: 400px; /* Center and limit the width */
  margin: 0 auto; /* Center the form horizontally */
  padding: 20px; /* Add padding inside the form */
  border-radius: 10px; /* Rounded corners for a modern look */
  background-color: #ffffff; /* White background for clarity */
  box-shadow: 0 8px 16px rgba(225, 122, 24, 0.5), 0 2px 10px rgba(255, 0, 102, 0.5);
  /* box-shadow:0 6px 12px rgba(0, 0, 0, 0.2);  */
  transition: box-shadow 0.3s ease; /* Smooth hover effect */
}

/* .download-form:hover {
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.4);
} */


.form-check-label a {
  text-decoration: none;
  /* color: #ff004d; */
}

.form-check-label a:hover {
  text-decoration: underline;
}


/* Add consistent spacing between fields */
.mb-3 {
  margin-bottom: 35px; /* Adjust the value for your desired gap */
}

.form-check {
  display: flex;
  align-items: center;
  margin-top: 25px; /* Add spacing above the checkbox group */
}

/* Additional styles for form */
.download-form {
  max-width: 400px; /* Center and limit the width */
  margin: 0 auto; /* Center the form horizontally */
  box-shadow: 0 8px 16px rgba(225, 122, 24, 0.5), 0 2px 10px rgba(255, 0, 102, 0.5);
}

.form-control {
  padding: 10px; /* Add padding inside the input fields for better UX */
  border-radius: 5px; /* Slightly round corners for modern look */
  border: 1px solid #ddd; /* Light border */
  font-size: 14px; /* Consistent text size */
  margin-top: 30px;
}

/* Styling for submit button */
.btn-danger {
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn-danger:hover {
  background-color: #b30000; /* Darker red on hover */
}


.img-fluid{
  width:fit-content;
  height:250px;
  border-radius:10px;
}


/* Vertical Divider Style */
.vertical-divider {
  border-left: 2px solid #000; /* Black vertical line */
  height: 100%; /* Ensure the line spans the full height of the container */
  margin: 0 20px; /* Add space around the divider */
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: white !important;
}

.form-check-input[type=checkbox] {
  border-radius: .25em;
  border: 1px solid;
  width: 5%;
}
.form-check-input:checked {
  background-color: #000; 
  border-color: #000; 
}

.form-check-input:checked::before {
  content: '\2713'; 
  color: #000000; 
  font-size: 14px; 
  position: absolute;
  top: 60%;
  left: 55%;
  transform: translate(-50%, -50%); 
}
.gradient-heading-updated {
  background: linear-gradient(120deg, rgba(255, 88, 0, 1) 6%, rgba(206, 5, 105, 1) 21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  /* For non-webkit browsers */
}


/* Responsive Design */
@media (max-width: 768px) {
  .vertical-divider {
    display: none; /* Hide divider on small screens */
  }

  .col-lg-5, .col-lg-6 {
    margin-bottom: 20px;
  }

  .overview-form-section{
    padding: 10px 10px 0 10px;
  }

  .sticky-button button {
    /* display: block; */
    margin-top: 20px !important;
    margin-right: 31%;
  }
  
}