body {
  font-family: Open Sans, sans-serif !important;
}

.u-section-1 {
  background-image: url("images/Blog/Blog-main.jpg");
  background-position: 50% 50%;
  background-size: 100% 100%;
  height: 580px;
  width: 100%;
  margin-bottom: 30px;

}


.u-section-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); 
}

.data-engineering-content p {
  position: relative;
  left: 5%;
  top: 450px;
  background: linear-gradient(to right, #d6712d, #c90f53);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 20px;
  font-size: 2.5rem;
  overflow: hidden;
  /* border-right: .15em solid #ffffff;  */
  white-space: nowrap;
  width: 0;
  animation: typing 4s steps(40) 0s infinite, blink 0.75s step-end infinite;
}

@keyframes typing {
  0% {
      width: 0;
  }
  100% {
      width: 90%;
  }
}

@keyframes blink {
  50% {
      border-color: transparent;
  }
}


.main-section-heading {
  position: relative;
  top: 36%;
  font-weight: 700;
  color: white;
  font-size: 1.5rem;
  margin: 150px 0 0 20px;

}

.main-section-heading span {
  opacity: 0;
  font-weight: 700;
  font-size: 2.7rem;
  white-space: nowrap;
  margin-right: 10px;

}

/* General styling for the blog cards */
.heading {
  font-size: 2.4rem !important;
  font-weight: 700 !important;
}

.blog-card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.blog-card:hover {
  box-shadow: 0 8px 30px rgba(97, 129, 243, 0.966),
    -5px 8px 30px rgba(147, 130, 255, 0.966),
    -10px 8px 30px rgba(218, 175, 254, 0.966);
}

.blog-card img {
  height: 250px;
  object-fit: cover;
}

.blog-card .card-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.blog-card .card-text {
  font-size: 14px;
  color: #555;
}

.read-more {
  color: #f27121;
}

.input-checkbox {
  width: 10% !important;
}

.input-label {
  text-align: left;
}


/* Responsive Styling */

/* For small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .data-engineering-content p{
    font-size: 1.5rem !important;
    top: 350px;
  }

  html,
  body {
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important
  }

  .blog-card img {
    height: 200px;
  }

  .blog-card .card-title {
    font-size: 16px;
  }

  .blog-card .card-text {
    font-size: 12px;
  }

  .col-md-4 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }



  .sticky-button {
    position: fixed !important;
    left: 67% !important;
    width: fit-content !important;

  }


  .main-section-heading span {
    font-size: 1.2rem
  }
}

/* For medium devices (tablets, 768px and up) */
@media (min-width: 576px) and (max-width: 768.98px) {
  .blog-card img {
    height: 220px;
  }

  .blog-card .card-title {
    font-size: 17px;
  }

  .blog-card .card-text {
    font-size: 13px;
  }

  .col-md-4 {
    width: 50%;
    margin-bottom: 30px;
  }

  .dropdown1 .dropdown-content1 {
    width: 100vw !important;
  }

  .sticky-button {
    position: fixed !important;
    left: 48% !important;
    width: fit-content !important;

  }

}


/* For large devices (desktop, 992px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-card img {
    height: 240px;
  }

  .blog-card .card-title {
    font-size: 18px;
  }

  .blog-card .card-text {
    font-size: 14px;
  }

  .col-md-4 {
    width: 33.33%;
    margin-bottom: 30px;
  }

  .blog-card:hover {
    transform: translateY(-10px);
  }



}
.captcha-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
