/* ===== GLOBAL STYLES ===== */
body {
  font-family: Arial, sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}

/* Blog section */

.blog-2-head-section {
  height: 55vh;
  background-image: url("../images/Helical-banner-3.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-2-overlay {
  position: absolute;
  inset: 0;
  background: #021530a3;
  z-index: 2;
}
.blog-2-head-section .container {
  z-index: 3;
}

.blog-2-content p {
  line-height: 26px;
  margin-block: 28px;
  color: #fff;
  padding: 0 95px;
  margin-top: 23px;
}

.blog-2-content h2 {
  color: #fff;
  font-size: 44px;
  line-height: 54px;
  font-weight: 600;
}

.blog-2-card {
  border: 1px solid #ece8e8;
  padding: 30px 40px;
  overflow: hidden;
  background: #fff;
}
.blog-2-card:hover {
  border: 1px solid #6fabff;
}

.blog-2-img {
  overflow: hidden;
}
.blog-2-img img {
  width: 100%;
}

.blog-2-content {
  padding-top: 20px;
}

.blog-2-date {
  font-size: 13px;
  color: #999;
  margin-bottom: 8px;
}

.blog-2-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-2-heading {
  font-size: 26px;
  font-weight: 600;
  color: #6fabff;
  margin-bottom: 16px;
}

/* .blog-section {
  background-color: #ffffff;
} */

.blog-2-main {
  font-size: 40px;
  font-weight: 700;
  color: #000;
}

.blog-2-intro {
  font-size: 1.05rem;
  color: #1d1d1d;
}

.section-2-main {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.feature-box {
  margin-bottom: 18px;
  margin-top: 32px;
}

.feature-box h5 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 16px;
  margin: 0;
  color: #1d1d1d;
}

/* ............For  Mobile........... */

@media (max-width: 575.98px) {
  .blog-2-head-section {
    min-height: 70vh;
    height: unset;
  }
  .blog-2-content h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .blog-2-section {
    width: 90%;
    margin: auto;
    padding-top: 90px !important;
  }
  .blog-2-section img {
    width: 100%;
  }
  .blog-2-main {
    font-size: 40px;
    line-height: 48px;
  }
  .blog-2-intro {
    margin-bottom: 26px;
  }
  .blog-2-pic {
    width: 90%;
  }
  .blog-2-heading {
    font-size: 24px;
  }
  /* .blog-pic{
          width: 90%;
        } */
}

@media (min-width: 576px) and (max-width: 767.8px) {
  .blog-2-head-section {
    min-height: 60vh;
    height: unset;
  }
  .blog-2-content h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .blog-2-head-section .container {
    max-width: 767.8px;
    padding: 0 24px;
  }
  .blog-2-section {
    width: 90%;
    margin: auto;
    padding: 90px 0 !important;
  }
  .blog-2-section img {
    width: 100%;
  }
  .section-2-main {
    font-size: 28px;
  }
  .blog-2-section .container {
    max-width: 767.8px;
  }
  .blog-2-pic {
    max-width: 767.8px;
    width: 90%;
  }
}

/* .............For Laptop............ */

@media (min-width: 768px) and (max-width: 991.8px) {
  .blog-2-head-section {
    min-height: 60vh;
    height: unset;
  }
  .blog-2-content h2 {
    font-size: 44px;
    line-height: 46px;
  }
  .blog-2-head-section .container {
    max-width: 991.8px;
    padding: 0 24px;
  }
  .blog-2-section {
    width: 90%;
    margin: auto;
    padding-top: 90px !important;
  }
  .blog-2-section img {
    width: 100%;
  }
  .blog-2-heading {
    font-size: 24px;
  }
  .blog-2-section .container {
    max-width: 991.8px;
  }
  .blog-2-pic {
    max-width: 991.8px;
    width: 90%;
  }
  .blog-1-main {
    font-size: 32px;
  }
}

/* ............For Desktop........... */

@media (min-width: 992px) and (max-width: 1200px) {
  .blog-2-head-section {
    min-height: 60vh;
    height: unset;
  }
  .blog-2-content h2 {
    font-size: 44px;
    line-height: 46px;
  }
  .blog-2-head-section .container {
    max-width: 1200px;
    padding: 0;
  }
  .blog-2-section {
    width: 90%;
    margin: auto;
    padding-top: 90px !important;
  }
  .blog-2-heading {
    font-size: 24px;
  }
  .blog-2-section .container {
    max-width: 1200px;
  }
  .section-2-main {
    font-size: 28px;
  }
  .blog-2-pic {
    max-width: 1200px;
    width: 90%;
  }
  .blog-2-main {
    font-size: 40px;
  }
}
