/* ===== GLOBAL STYLES ===== */
body {
  font-family: Arial, sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}

/* Blog-1 section */

.blog-1-head-section {
  height: 55vh;
  background-image: url("../images/Helical-banner-image.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.blog-1-overlay {
  position: absolute;
  inset: 0;
  background: #021530a3;
  z-index: 2;
}
.blog-1-head-section .container {
  z-index: 3;
}

.blog-1-content p {
  line-height: 26px;
  margin-block: 28px;
  color: #fff;
  padding: 0 95px;
  margin-top: 23px;
}

.blog-1-content h2 {
  color: #fff;
  font-size: 44px;
  line-height: 54px;
  font-weight: 600;
}

.blog-1-card {
  border: 1px solid #ece8e8;
  padding: 30px 40px;
  overflow: hidden;
  background: #fff;
}
.blog-1-card:hover {
  border: 1px solid #6fabff;
}

.blog-1-img {
  overflow: hidden;
}
.blog-1-img img {
  width: 100%;
}

.blog-1-content {
  padding-top: 20px;
}

.blog-1-date {
  font-size: 13px;
  color: #999;
  margin-bottom: 8px;
}

.blog-1-title {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
}

.read-more {
  font-size: 14px;
  color: #0d6efd;
  font-weight: 500;
  text-decoration: none;
}

.blog-1-heading {
  font-size: 26px;
  font-weight: 600;
  color: #6fabff;
  margin-bottom: 16px;
}

/* .blog-1-section {
  background-color: #ffffff;
} */

.blog-1-main {
  font-size: 34px;
  font-weight: 700;
  color: #6fabff;
}

.blog-1-intro {
  font-size: 16px;
  color: #1d1d1d;
}
.blog-1-intro span {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.section-1-main {
  font-size: 32px;
  font-weight: 600;
  color: #6fabff;
}

.feature-box {
  margin-bottom: 18px;
}

.feature-box h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 16px;
  margin: 0;
  color: #1d1d1d;
}
.feature-box span {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

/* ............For Desktop........... */

@media (min-width: 992px) and (max-width: 1200px) {
  .blog-1-head-section {
    min-height: 60vh;
    height: unset;
  }
  .blog-1-content h2 {
    font-size: 44px;
    line-height: 46px;
  }
  .blog-1-head-section .container {
    max-width: 1200px;
    padding: 0;
  }
  .blog-1-section {
    width: 90%;
    margin: auto;
  }
  .blog-1-section .container {
    max-width: 1200px;
  }
  .blog-pic {
    max-width: 1200px;
    width: 90%;
  }
  .blog-1-main {
    font-size: 32px;
  }
}
