.blogsubtitle {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
  letter-spacing: 3px;
  color: #222;
}

.code {
  font-size: 62px;
  font-weight: 550;
  font-style: normal;
  margin-bottom: -20px;
  color: #333333;
  font-family: "Lora", serif;
  padding: 40px;
  margin-top: -40px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .code {
    font-size: 60px;
    margin-bottom: 50px;
  }
}


@media (max-width: 768px) {
  .space {
    margin-top: -110px !important;
  }
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}
.features-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  padding: 4rem 2rem;
}

.feature-card {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  flex: 1 1 30%;
  max-width: 30%;
  min-width: 280px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.hserv {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 28px;
  font-family: "Lora", serif;
  color: #1f1f1f;
}

.codef {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1rem;
  max-width: 600px;
  line-height: 1.6;
}

/* ====== About Us Section ====== */
.pads {
  padding: 50px;
}

.h3font {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  font-family: "Georgia", sans-serif;
  margin-bottom: 20px;
  color: #333;
}

.underline {
  height: 4px;
  width: 100px;
  background-color: #800020;
  margin-bottom: 20px;
}

.h2font {
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 25px;
  color: #555;
}

.h4font {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 3px;
  color: #555;
  font-size: medium;
  margin-bottom: 10px;
}

.pfont {
  font-size: 15px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: #555;
  line-height: 1.6;
}

/* ====== Responsive Design ====== */
@media (max-width: 768px) {
  .features-container {
    flex-direction: column !important;
    gap: 16px !important;
    padding: 24px 8px !important;
  }

  .feature-card {
    max-width: 90% !important;
    text-align: center !important;
    margin-left: 22px;
  }

  .pads {
    padding: 16px !important;
  }

  .h3font {
    font-size: 28px;
  }

  .redef{
    margin-left: -32px;
    margin-bottom: 40px;
  }

  /* .h4font,
  .pfont {
    text-align: center;
  } */

  .datacon{
    margin-top: 40px;
  }
}
